summaryrefslogtreecommitdiffstats
path: root/sys/ia64/acpica/madt.c
Commit message (Expand)AuthorAgeFilesLines
* Catch up with ACPI-CA 20070320 import.jkim2007-03-221-75/+82
* Canonize the include of acpi.h.obrien2005-09-111-1/+1
* Verify the MADT checksum before using the table.marcel2004-05-011-2/+5
* Use the ACPI-CA definitions for the various APIC tables instead of ournjl2003-12-091-45/+41
* Move the definitions for ACPI MADT table entries not present in the ACPICAjhb2003-09-101-62/+1
* Untangle the code in this file to improve understandability. Bothmarcel2003-09-071-159/+155
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MImarcel2003-08-161-1/+1
* Don't hardcode the address of the local (S)APIC (aka processormarcel2003-01-051-0/+25
* Fix a transcription typo. s/ACPI_PTR/ACPI_POINTER/peter2002-07-171-1/+1
* Update for new ACPICA import. Gah.peter2002-07-171-3/+3
* o Remove namespace pollution from param.h:marcel2002-05-191-0/+2
* o Rename ia64_count_aps to ia64_count_cpus and reimplement themarcel2002-05-121-13/+22
* Move a couple of prototypes together instead of being incompletelypeter2002-03-191-1/+0
* * Remove a breakpoint() I accidentally left in for debugging :-(.dfr2002-03-151-11/+42
* Deal with a structure member rename in a recent acpica importpeter2002-03-121-1/+1
* Small correction in the LOCAL_SAPIC structure. The Flags fieldmarcel2001-10-291-3/+2
* o Do not parse the MADT as a side-effect in AcpiOsGetRootPointer,marcel2001-10-291-94/+72
* Add parse functions for local APIC and I/O APIC entries.marcel2001-10-241-7/+31
* Wire up most of the interrupt handling infrastructure. Not sure it worksdfr2001-10-051-21/+27
* Add low-level ACPI support code and make a start on parsing the ACPIdfr2001-10-041-0/+235
OpenPOWER on IntegriCloud