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 Just use the default field separator 2003-12-12 06:51:47 +00:00
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 whitespace nit 2004-04-10 11:48:10 +00:00
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 - Don't use ACPI CA internal functions 2004-03-24 12:49:45 +00:00
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 whitespace nit 2004-04-10 11:48:10 +00:00
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 Add a comment noting the origin of the list 2003-02-04 01:12:06 +00:00
acpidevs_data.h Regen (picks up PNP8389 after devlist2h.awk changes 2003-12-12 06:51:36 +00:00
acpireg.h Update for acpica-unix-20020612. From Takayoshi Kochi. 2002-06-15 18:01:05 +00:00
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 Fixes from PR#23177. Various lint/logic fixes: 2003-12-15 07:32:20 +00:00
fdc_acpi.c specify static where appropriate. 2004-05-01 12:03:27 +00:00
fdc_acpireg.h Enumerate floppy disk drives via ACPI (mmm, faster booting). Known to work 2003-01-09 00:22:39 +00:00
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