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
Makefile.acpidevs
TODO The "implicit return" problem is already fixed since when I imported 2004-06-09 16:48:49 +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
acpi_acad.c Add sysmon pswitch hook so that powerd(8) can monitor 2004-05-03 07:44:36 +00:00
acpi_bat.c Handle a "device check" message by reloading battery information. 2004-06-25 13:47:04 +00:00
acpi_button.c specify static where appropriate. 2004-05-01 12:03:27 +00:00
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 specify static where appropriate. 2004-05-01 12:03:27 +00:00
acpi_madt.c specify static where appropriate. 2004-05-01 12:03:27 +00:00
acpi_madt.h
acpi_osd.h
acpi_powerres.c ThermalZone improvement work by lha at stacken.kth.se, inspired from 2004-05-26 17:15:17 +00:00
acpi_quirks.c
acpi_resource.c fix compilation when ACPI_DEBUG is not set. 2004-04-12 15:11:04 +00:00
acpi_tz.c In acpitz_get_zone only print verbose temperature thresholds when called 2004-06-06 17:27:05 +00:00
acpica.h
acpidevs
acpidevs_data.h
acpireg.h
acpivar.h ThermalZone improvement work by lha at stacken.kth.se, inspired from 2004-05-26 17:15:17 +00:00
atppc_acpi.c specify static where appropriate. 2004-05-01 12:03:27 +00:00
com_acpi.c specify static where appropriate. 2004-05-01 12:03:27 +00:00
devlist2h.awk
fdc_acpi.c specify static where appropriate. 2004-05-01 12:03:27 +00:00
fdc_acpireg.h
files.acpi Add ACPI_DISABLE_ON_POWEROFF option. 2004-06-07 15:33:17 +00:00
lpt_acpi.c specify static where appropriate. 2004-05-01 12:03:27 +00:00
pckbc_acpi.c specify static where appropriate. 2004-05-01 12:03:27 +00:00
wss_acpi.c specify static where appropriate. 2004-05-01 12:03:27 +00:00