NetBSD/sys/dev/acpi
drochner 46289e1fef Phase out the use of a string as first "attach args" member to control
which bustype should be attached with a specific call to config_found()
(from a "mainbus" or a bus bridge).
Do it for isa/eisa/mca and pci/agp for now. These buses all attach to
an mi interface attribute "isabus", "eisabus" etc., and the autoconf
framework now allows to specify an interface attribute on config_found()
and config_search(), which limits the search of matching config data
to these which attach to that specific attribute.
So we basically have to call config_found_ia(..., "foobus", ...) where
such a bus is attached.
As a consequence, where a "mainbus" or alike also attaches other
devices (eg CPUs) which do not attach to a specific attribute yet,
we need at least pass an attribute name (different from "foobus") so
that the foo bus is not found at these places. This made some minor
changes necessary which are not obviously related to the mentioned buses.
2004-08-30 15:05:15 +00:00
..
acpica Add code for replacing DSDT. See comments in the file. 2004-06-07 17:35:14 +00:00
acpi_acad.c
acpi_bat.c Handle a "device check" message by reloading battery information. 2004-06-25 13:47:04 +00:00
acpi_button.c
acpi_ec.c don't rely on the value of hz. 2004-06-25 11:15:15 +00:00
acpi_ecreg.h
acpi_lid.c
acpi_madt.c
acpi_madt.h
acpi_osd.h
acpi_powerres.c
acpi_quirks.c
acpi_resource.c
acpi_tz.c In acpitz_get_zone only print verbose temperature thresholds when called 2004-06-06 17:27:05 +00:00
acpi.c Phase out the use of a string as first "attach args" member to control 2004-08-30 15:05:15 +00:00
acpica.h
acpidevs
acpidevs_data.h
acpireg.h
acpivar.h
atppc_acpi.c
com_acpi.c
devlist2h.awk
fdc_acpi.c
fdc_acpireg.h
files.acpi Add ACPI_DISABLE_ON_POWEROFF option. 2004-06-07 15:33:17 +00:00
lpt_acpi.c
Makefile.acpidevs
pckbc_acpi.c
TODO The "implicit return" problem is already fixed since when I imported 2004-06-09 16:48:49 +00:00
wss_acpi.c