aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/acpica/madt.c
Commit message (Expand)AuthorAgeFilesLines
* In keeping with style(9)'s recommendations on macros, use a ';'Robert Watson2008-03-161-2/+2
* For no good reason I had assumed that ACPI table headers would be pageJohn Baldwin2008-01-311-5/+7
* Handle CPUs with APIC IDs higher than 32 (at least one IBM server usesJohn Baldwin2007-05-081-10/+7
* Catch up with ACPI-CA 20070320 import.Jung-uk Kim2007-03-221-124/+126
* Use vm_paddr_t rather than uintptr_t when passing the physical address ofJohn Baldwin2007-03-051-4/+3
* First pass at allowing memory to be mapped using cache modes other thanJohn Baldwin2006-08-111-5/+5
* If the XSDT address in the RSDP for an ACPI 2.0 machine is NULL, then fallJohn Baldwin2006-03-271-4/+5
* Catch up with ACPI-CA 20051021 importJung-uk Kim2005-11-011-1/+1
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* Canonize the include of acpi.h.David E. O'Brien2005-09-111-1/+1
* MFi386: use the lapic timer for UP systems that are using the apic so thatPeter Wemm2005-04-151-2/+0
* - Add a new quirk to indicate that pin 0 of the first I/O APIC is reallyJohn Baldwin2005-02-221-2/+8
* Insta-MFi386: ignore disabled cpu apic id's entirelyPeter Wemm2004-06-101-13/+8
* MFi386: apic intpin programming updates etc.Peter Wemm2004-06-031-28/+30
* MFi386: numerous interrupt and acpi updatesPeter Wemm2004-05-161-41/+122
* Merge some more changes from i386.Peter Wemm2004-01-301-7/+43
* Use the ACPI-CA definitions for the various APIC tables instead of ourNate Lawson2003-12-091-59/+55
* MFi386: put the apic disable hook in a better place.Peter Wemm2003-12-061-1/+1
* Add an additional knob to just disable the apic code without also havingPeter Wemm2003-12-031-1/+1
* Minor source sync with amd64. For %.*s printf formats, pass in anPeter Wemm2003-11-141-3/+5
* Some motherboards like to remap the SCI (normally IRQ 9) up to a PCIJohn Baldwin2003-11-111-1/+6
* Bump APIC ID limits up to 32 since a machine with 16 CPUs will have APICJohn Baldwin2003-11-101-2/+2
* Only disable the old pin when doing a remap if it's current vector is stillJohn Baldwin2003-11-061-1/+2
* When remapping an ISA interrupt from one intpin to another, disable theJohn Baldwin2003-11-051-8/+16
* Make this compile with PAE.Peter Wemm2003-11-041-5/+6
* Add the ACPI MADT table APIC enumerator. This code uses the ACPI MultipleJohn Baldwin2003-11-031-0/+650