aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64/acpica/madt.c
Commit message (Expand)AuthorAgeFilesLines
* Some code churn:Marcel Moolenaar2010-02-141-4/+2
* Import ACPICA 20090521.Jung-uk Kim2009-06-051-2/+2
* Catch up with ACPI-CA 20070320 import.Jung-uk Kim2007-03-221-75/+82
* Canonize the include of acpi.h.David E. O'Brien2005-09-111-1/+1
* Verify the MADT checksum before using the table.Marcel Moolenaar2004-05-011-2/+5
* Use the ACPI-CA definitions for the various APIC tables instead of ourNate Lawson2003-12-091-45/+41
* Move the definitions for ACPI MADT table entries not present in the ACPICAJohn Baldwin2003-09-101-62/+1
* Untangle the code in this file to improve understandability. BothMarcel Moolenaar2003-09-071-159/+155
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MIMarcel Moolenaar2003-08-161-1/+1
* Don't hardcode the address of the local (S)APIC (aka processorMarcel Moolenaar2003-01-051-0/+25
* Fix a transcription typo. s/ACPI_PTR/ACPI_POINTER/Peter Wemm2002-07-171-1/+1
* Update for new ACPICA import. Gah.Peter Wemm2002-07-171-3/+3
* o Remove namespace pollution from param.h:Marcel Moolenaar2002-05-191-0/+2
* o Rename ia64_count_aps to ia64_count_cpus and reimplement theMarcel Moolenaar2002-05-121-13/+22
* Move a couple of prototypes together instead of being incompletelyPeter Wemm2002-03-191-1/+0
* * Remove a breakpoint() I accidentally left in for debugging :-(.Doug Rabson2002-03-151-11/+42
* Deal with a structure member rename in a recent acpica importPeter Wemm2002-03-121-1/+1
* Small correction in the LOCAL_SAPIC structure. The Flags fieldMarcel Moolenaar2001-10-291-3/+2
* o Do not parse the MADT as a side-effect in AcpiOsGetRootPointer,Marcel Moolenaar2001-10-291-94/+72
* Add parse functions for local APIC and I/O APIC entries.Marcel Moolenaar2001-10-241-7/+31
* Wire up most of the interrupt handling infrastructure. Not sure it worksDoug Rabson2001-10-051-21/+27
* Add low-level ACPI support code and make a start on parsing the ACPIDoug Rabson2001-10-041-0/+235