freebsd-skq/sys/amd64/acpica
jkim 8a5074a99c Clean up amd64 suspend/resume code.
- Allocate memory for wakeup code after ACPI bus is attached.  The early
memory allocation hack was inherited from i386 but amd64 does not need it.
- Exclude real mode IVT and BDA explicitly.  Improve comments about memory
allocation and reason for the exclusions.  It is a no-op in reality, though.
- Remove an unnecessary CLD from wakeup code and re-align.
2009-10-08 17:41:53 +00:00
..
acpi_machdep.c Clean up amd64 suspend/resume code. 2009-10-08 17:41:53 +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 Clean up amd64 suspend/resume code. 2009-10-08 17:41:53 +00:00
acpi_wakeup.c Clean up amd64 suspend/resume code. 2009-10-08 17:41:53 +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