Author: jhb
Date: Thu Dec 23 15:17:28 2010
New Revision: 216679
URL: http://svn.freebsd.org/changeset/base/216679
Log:
Drop the icu_lock spinlock while pausing briefly after masking the
interrupt in the I/O APIC before moving it to a different CPU. If the
interrupt had been triggered by the
John,
On 12/23/10 04:27, John Baldwin wrote:
Author: jhb
Date: Wed Dec 22 20:27:20 2010
New Revision: 216674
URL: http://svn.freebsd.org/changeset/base/216674
Log:
Use resource_list_reserve() to reserve I/O port and memory resources for
ACPI devices even if they are not allocated by a dev
On Thursday 23 December 2010 11:41 am, Ganbold wrote:
> John,
>
> On 12/23/10 04:27, John Baldwin wrote:
> > Author: jhb
> > Date: Wed Dec 22 20:27:20 2010
> > New Revision: 216674
> > URL: http://svn.freebsd.org/changeset/base/216674
> >
> > Log:
> >Use resource_list_reserve() to reserve I/O p
Author: jhb
Date: Thu Dec 23 18:50:14 2010
New Revision: 216680
URL: http://svn.freebsd.org/changeset/base/216680
Log:
Don't try to reserve a resource that is already allocated. If the ECDT
table is present, then the acpi_ec(4) driver will allocate its resources
from nexus0 before the acpi0
Author: imp
Date: Thu Dec 23 19:28:50 2010
New Revision: 216681
URL: http://svn.freebsd.org/changeset/base/216681
Log:
IXP4XX_GPIO_{,UN}LOCK() don't take args. Remove the sc here to make
this compile again.
Modified:
head/sys/arm/xscale/ixp425/avila_gpio.c
Modified: head/sys/arm/xscale/ix
Author: imp
Date: Fri Dec 24 04:55:56 2010
New Revision: 216685
URL: http://svn.freebsd.org/changeset/base/216685
Log:
Redirect stderr from config to /dev/null. config -m is printing lots
of annoying warnings when dealing with arm. The arm config files need
to be fixed, but this restricts
Author: davidxu
Date: Fri Dec 24 07:41:39 2010
New Revision: 216687
URL: http://svn.freebsd.org/changeset/base/216687
Log:
Always clear flag PMUTEX_FLAG_DEFERED when unlocking, as it is only
significant for lock owner.
Modified:
head/lib/libthr/thread/thr_mutex.c
Modified: head/lib/libthr/