cvs commit: src/sys/dev/acpica acpi.c
Warner Losh
imp at FreeBSD.org
Sun Jun 27 06:04:56 PDT 2004
imp 2004-06-27 13:04:19 UTC
FreeBSD src repository
Modified files:
sys/dev/acpica acpi.c
Log:
MFp4: Set the bus handle to the bus handle of the resource, not the
starting value. This is more pedantically correct (since the handle
isn't always identical to the start of the resource) and also doesn't
access the innards of struct resource direct (which I forbid in my
tree). We need to do this for all resource types, not just ioport.
Reviewed by: njl
Revision Changes Path
1.166 +2 -3 src/sys/dev/acpica/acpi.c
More information about the cvs-src
mailing list