summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/acpica_machdep.h
Commit message (Collapse)AuthorAgeFilesLines
* Extract the code to find and map the MADT ACPI table during early kerneljhb2009-09-231-0/+3
| | | | | | | | | 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.
* Catch up with ACPI-CA 20070320 import.jkim2007-03-221-17/+19
|
* Move the code for halting the CPU (acpi_cpu_c1) into machdep files.njl2004-10-111-1/+2
| | | | | | This removes the last MD portion of acpi_cpu.c. MFC after: 2 weeks
* Add an MI implementation of the ACPI global lock routines and retire thenjl2004-05-051-36/+6
| | | | | | | | individual asm versions. The global lock is shared between the BIOS and OS and thus cannot use our mutexes. It is defined in section 5.2.9.1 of the ACPI specification. Reviewed by: marcel, bde, jhb
* Cosmetic and/or trivial sync up with i386.peter2003-11-211-1/+1
| | | | Approved by: re (rwatson)
* MFi386 by jhb: add acpi_SetDefaultIntrModel();peter2003-09-221-0/+2
|
* With the help of jhb, fix the ACPI_ACQUIRE_GLOBAL_LOCK() macros andpeter2003-05-311-28/+9
| | | | | | port to amd64 after repocopy. Approved by: re (amd64/*)
* Resolve conflicts arising from the ACPI CA 20020725 import.iwasaki2002-07-301-0/+125
OpenPOWER on IntegriCloud