]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Update the interface for child drivers. Add acpi_scan_children, which
authorNate Lawson <njl@FreeBSD.org>
Thu, 15 Jul 2004 16:29:08 +0000 (16:29 +0000)
committerNate Lawson <njl@FreeBSD.org>
Thu, 15 Jul 2004 16:29:08 +0000 (16:29 +0000)
commitdf8d2a326ee3d814d0eb8041755a669e5a612b2c
treed1d64d69482744bc93739092bcbb03cd5a85cd81
parent194539531bc5a1210e80e0c602ed810cdb747288
Update the interface for child drivers.  Add acpi_scan_children, which
allows a bus to re-enumerate its child handles and optionally replace
them with new children, arranged to the bus's liking.  (The current device
space is flat with all devices immediately under acpi0).  Add comments
for each interface.
sys/dev/acpica/acpi.c
sys/dev/acpica/acpi_if.m