svn commit: r216263 - head/sys/dev/acpica

John Baldwin jhb at freebsd.org
Wed Dec 8 15:12:09 UTC 2010


On Tuesday, December 07, 2010 8:24:28 pm Alexey Dokuchaev wrote:
> On Tue, Dec 07, 2010 at 06:49:11PM +0000, John Baldwin wrote:
> > Author: jhb
> > Date: Tue Dec  7 18:49:11 2010
> > New Revision: 216263
> > URL: http://svn.freebsd.org/changeset/base/216263
> > 
> > Log:
> >   Use proper resource ID's for HPET IRQ resources.  This mostly consists of
> >   looking to see if there is an existing IRQ resource for a given IRQ
> >   provided by the BIOS and using that RID if so.  Otherwise, allocate a new
> >   RID for the new IRQ.
> 
> Could it be related to "device_attach: acpi_hpet0 attach returned 12"
> messages quite a few of us are seeing by chance?  If yes, will it be
> MFCed to 7/8?

Likely not.  This is a prerequisite for IRQ resources to still work after I
commit some other changes to the ACPI bus driver itself.

-- 
John Baldwin


More information about the svn-src-head mailing list