freebsd-dev/sys/dev/acpica
John Baldwin d95e7f5a7a Extract the code to find and map the MADT ACPI table during early kernel
startup and genericize it so it can be reused to map other tables as well:
- Add a routine to walk a list of ACPI subtables such as those used in the
  APIC and SRAT tables in the MI acpi(4) driver.
- Move the routines for mapping and unmapping an ACPI table as well as
  mapping the RSDT or XSDT and searching for a table with a given signature
  out into acpica_machdep.c for both amd64 and i386.
2009-09-23 15:42:35 +00:00
..
Osd Add a missing return in NULL mutex case. 2009-06-22 17:46:55 +00:00
acpi_acad.c Import ACPICA 20090521. 2009-06-05 18:44:36 +00:00
acpi_battery.c Temporarily revert the new-bus locking for 8.0 release. It will be 2009-08-20 19:17:53 +00:00
acpi_button.c Import ACPICA 20090521. 2009-06-05 18:44:36 +00:00
acpi_cmbat.c Import ACPICA 20090521. 2009-06-05 18:44:36 +00:00
acpi_cpu.c Catch up with ACPICA 20090903. 2009-09-11 22:49:34 +00:00
acpi_dock.c Temporarily revert the new-bus locking for 8.0 release. It will be 2009-08-20 19:17:53 +00:00
acpi_ec.c Import ACPICA 20090521. 2009-06-05 18:44:36 +00:00
acpi_hpet.c Import ACPICA 20090521. 2009-06-05 18:44:36 +00:00
acpi_hpet.h Add a header containing constants for the various HPET registers and their 2008-01-16 18:47:07 +00:00
acpi_if.m Import ACPICA 20090521. 2009-06-05 18:44:36 +00:00
acpi_isab.c Import ACPICA 20090521. 2009-06-05 18:44:36 +00:00
acpi_lid.c Import ACPICA 20090521. 2009-06-05 18:44:36 +00:00
acpi_package.c Import ACPICA 20090521. 2009-06-05 18:44:36 +00:00
acpi_pci_link.c Import ACPICA 20090521. 2009-06-05 18:44:36 +00:00
acpi_pci.c Import ACPICA 20090521. 2009-06-05 18:44:36 +00:00
acpi_pcib_acpi.c Catch up with ACPICA 20090903. 2009-09-11 22:49:34 +00:00
acpi_pcib_pci.c Import ACPICA 20090521. 2009-06-05 18:44:36 +00:00
acpi_pcib.c Import ACPICA 20090521. 2009-06-05 18:44:36 +00:00
acpi_pcibvar.h Protect against multiple includes and use _KERNEL to protect the PCI fns. 2005-02-28 05:39:34 +00:00
acpi_perf.c Import ACPICA 20090521. 2009-06-05 18:44:36 +00:00
acpi_powerres.c Import ACPICA 20090521. 2009-06-05 18:44:36 +00:00
acpi_quirk.c Import ACPICA 20090521. 2009-06-05 18:44:36 +00:00
acpi_quirks Add a quirk for a motherboard whose acpi timer runs too fast. 2005-06-26 18:19:14 +00:00
acpi_resource.c Import ACPICA 20090521. 2009-06-05 18:44:36 +00:00
acpi_smbat.c Import ACPICA 20090521. 2009-06-05 18:44:36 +00:00
acpi_smbus.h Import ACPI smart battery support. Newer systems (Acer, mostly) do not 2005-10-23 00:20:13 +00:00
acpi_thermal.c Temporarily revert the new-bus locking for 8.0 release. It will be 2009-08-20 19:17:53 +00:00
acpi_throttle.c Import ACPICA 20090521. 2009-06-05 18:44:36 +00:00
acpi_timer.c Import ACPICA 20090521. 2009-06-05 18:44:36 +00:00
acpi_video.c Uninline an instance of STAILQ_FOREACH_SAFE(). 2009-09-23 15:39:54 +00:00
acpi.c Extract the code to find and map the MADT ACPI table during early kernel 2009-09-23 15:42:35 +00:00
acpiio.h Update the suspend/resume user API while maintaining backwards compat. 2007-06-21 22:50:37 +00:00
acpivar.h Extract the code to find and map the MADT ACPI table during early kernel 2009-09-23 15:42:35 +00:00