cvs commit: src/sys/dev/acpica acpi.c
John Baldwin
jhb at FreeBSD.org
Wed Mar 21 15:39:12 UTC 2007
jhb 2007-03-21 15:39:12 UTC
FreeBSD src repository
Modified files:
sys/dev/acpica acpi.c
Log:
Change acpi's handling of suballocating system resources to be a little
simpler. It now can just use rman_is_region_manager() during
acpi_release_resource() to see if the the resource is suballocated from
a system resource. Also, the driver no longer needs MD knowledge about
how to setup bus space tags and handles when doing a suballocation, but
can simply rely on bus_activate_resource() in the parent setting all that
up.
Revision Changes Path
1.233 +39 -55 src/sys/dev/acpica/acpi.c
More information about the cvs-src
mailing list