freebsd-skq/sys/dev/acpica
jhb 17958a749f - Use the new resource_disabled() helper function to see if devices are
disabled.
- Change the apm driver to match the acpi driver's behavior by checking to
  see if the device is disabled in the identify routine instead of in the
  probe routine.  This way if the device is disabled it is never created.

Note that a few places (ips(4), Alpha SMP) used "disable" instead of
"disabled" for their hint names, and these hints must be changed to
"disabled".  If this is a big problem, resource_disabled() can always be
changed to honor both names.
2003-07-02 16:09:02 +00:00
..
Osd Add the MD ifdefs for amd64 to point to the IO space bustag/handle. 2003-05-31 06:45:28 +00:00
acpi_acad.c Allow non-privilaged user to retrive battery or AC line information. 2003-02-15 01:46:22 +00:00
acpi_battery.c Allow non-privilaged user to retrive battery or AC line information. 2003-02-15 01:46:22 +00:00
acpi_button.c
acpi_cmbat.c Allow non-privilaged user to retrive battery or AC line information. 2003-02-15 01:46:22 +00:00
acpi_cpu.c More useful announce message containing current speed of CPU 2003-01-23 22:18:14 +00:00
acpi_ec.c Whitespace cleanups (verified with MD5 1832ce5ede6c58c844dfb53fd48f0eea). 2003-06-27 21:57:42 +00:00
acpi_lid.c
acpi_pci_link.c Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
acpi_pci.c Add a new PCI interface method, assign_interrupt, to determine the 2003-07-01 14:08:33 +00:00
acpi_pcib_acpi.c - Assume a bus number of zero if evaluating _BBN fails, not if it succeeds. 2002-11-25 21:55:04 +00:00
acpi_pcib_pci.c
acpi_pcib.c Add a missing newline to the end of a device_printf(). 2002-10-29 19:08:55 +00:00
acpi_pcibvar.h
acpi_powerres.c
acpi_resource.c Fix a De Morgan bug: If we only expect a memory range OR an 2002-12-23 03:48:59 +00:00
acpi_thermal.c
acpi_timer.c o Don't announce that the timer is good when in fact it isn't timing 2003-04-30 05:27:01 +00:00
acpi.c - Use the new resource_disabled() helper function to see if devices are 2003-07-02 16:09:02 +00:00
acpica_support.c
acpica_support.h
acpiio.h
acpivar.h Add some extra #ifdef stubs so that this compiles on 4.8. 2003-05-13 16:59:46 +00:00