freebsd-dev/sys/amd64/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
..
acpi_machdep.c Extract the code to find and map the MADT ACPI table during early kernel 2009-09-23 15:42:35 +00:00
acpi_switch.S Reduce code duplcations from r190620. While I am here, tweak a comment. 2009-04-02 01:46:57 +00:00
acpi_wakecode.S Chase GDT layout changes and unbreak suspend/resume on amd64. 2009-04-02 00:23:56 +00:00
acpi_wakeup.c Import ACPICA 20090521. 2009-06-05 18:44:36 +00:00
genwakecode.sh - Clean up suspend/resume code for amd64. 2009-03-23 22:35:30 +00:00
genwakedata.sh Initial suspend/resume support for amd64. 2009-03-17 00:48:11 +00:00
madt.c Extract the code to find and map the MADT ACPI table during early kernel 2009-09-23 15:42:35 +00:00
Makefile Initial suspend/resume support for amd64. 2009-03-17 00:48:11 +00:00
OsdEnvironment.c Import ACPICA 20090521. 2009-06-05 18:44:36 +00:00