summaryrefslogtreecommitdiffstats
path: root/sys/i386/acpica/madt.c
Commit message (Expand)AuthorAgeFilesLines
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-2/+2
* For no good reason I had assumed that ACPI table headers would be pagejhb2008-01-311-5/+7
* This is a follow-up, cleaning-up commit about recent changes involvingattilio2007-09-111-1/+1
* Handle CPUs with APIC IDs higher than 32 (at least one IBM server usesjhb2007-05-081-10/+7
* Catch up with ACPI-CA 20070320 import.jkim2007-03-221-124/+126
* Use vm_paddr_t rather than uintptr_t when passing the physical address ofjhb2007-03-051-4/+3
* First pass at allowing memory to be mapped using cache modes other thanjhb2006-08-111-5/+5
* If the XSDT address in the RSDP for an ACPI 2.0 machine is NULL, then falljhb2006-03-271-4/+5
* Catch up with ACPI-CA 20051021 importjkim2005-11-011-1/+1
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* Canonize the include of acpi.h.obrien2005-09-111-1/+1
* Remove support for mixed mode altogether now that we no longer use IRQ 0jhb2005-04-141-2/+0
* - Add a new quirk to indicate that pin 0 of the first I/O APIC is reallyjhb2005-02-221-2/+8
* Completely ignore disabled CPU entries as their APIC IDs tend to bejhb2004-06-101-13/+8
* Use the local APIC ID rather than the ACPI Processor ID to index the arrayjhb2004-06-011-28/+30
* Fixup a few bogons in a comment.jhb2004-05-111-3/+3
* Rework the APIC mixed mode support a bit:jhb2004-05-101-0/+2
* - Change madt_map_table() to verify the checksum of any table it is askedjhb2004-05-101-2/+30
* - Change the APIC code to mostly use the recently added intr_triggerjhb2004-05-041-36/+86
* Revert part of the "BIOS brain damage" from rev 1.10. It seems thatjhb2004-04-161-4/+5
* - 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