summaryrefslogtreecommitdiffstats
path: root/sys/i386/acpica/madt.c
Commit message (Expand)AuthorAgeFilesLines
* - Call acpi_Startup() before parsing interrupt-related APIC resources so wejhb2004-01-261-7/+43
* Use the ACPI-CA definitions for the various APIC tables instead of ournjl2003-12-091-59/+55
* - Reorder the APIC enumerator SYSINIT's to register enumeators atjhb2003-12-031-3/+2
* Minor source sync with amd64. For %.*s printf formats, pass in anpeter2003-11-141-3/+5
* Some motherboards like to remap the SCI (normally IRQ 9) up to a PCIjhb2003-11-111-1/+6
* Bump APIC ID limits up to 32 since a machine with 16 CPUs will have APICjhb2003-11-101-2/+2
* Only disable the old pin when doing a remap if it's current vector is stilljhb2003-11-061-1/+2
* When remapping an ISA interrupt from one intpin to another, disable thejhb2003-11-051-8/+16
* Make this compile with PAE.peter2003-11-041-5/+6
* Add the ACPI MADT table APIC enumerator. This code uses the ACPI Multiplejhb2003-11-031-0/+650
OpenPOWER on IntegriCloud