summaryrefslogtreecommitdiffstats
path: root/sys/amd64/acpica
Commit message (Expand)AuthorAgeFilesLines
* Import ACPICA 20090521.jkim2009-06-054-7/+11
* Reduce code duplcations from r190620. While I am here, tweak a comment.jkim2009-04-021-3/+1
* Chase GDT layout changes and unbreak suspend/resume on amd64.jkim2009-04-023-18/+18
* Save and restore segment registers on amd64 when entering and leavingkib2009-04-011-6/+11
* - Clean up suspend/resume code for amd64.jkim2009-03-234-31/+29
* Initial suspend/resume support for amd64.jkim2009-03-177-2/+925
* At least one BIOS bogusly includes duplicate entries for I/O APICs. Thejhb2009-03-051-0/+4
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-2/+2
* Rework how the nexus(4) device works on x86 to better handle the idea ofjhb2008-03-131-0/+44
* For no good reason I had assumed that ACPI table headers would be pagejhb2008-01-311-5/+7
* 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-222-142/+137
* 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-114-4/+4
* MFi386: use the lapic timer for UP systems that are using the apic so thatpeter2005-04-151-2/+0
* - Add a new quirk to indicate that pin 0 of the first I/O APIC is reallyjhb2005-02-221-2/+8
* Move the code for halting the CPU (acpi_cpu_c1) into machdep files.njl2004-10-111-0/+6
* Sync with i386 - get the softc via the devclass rather than caching the devpeter2004-08-161-2/+1
* Add machdep quirks functions. On i386, this disables acpi on systems withnjl2004-06-301-0/+6
* Insta-MFi386: ignore disabled cpu apic id's entirelypeter2004-06-101-13/+8
* MFi386: apic intpin programming updates etc.peter2004-06-031-28/+30
* MFi386: numerous interrupt and acpi updatespeter2004-05-161-41/+122
* Make unnecessary globals static and remove unused includes.njl2004-05-061-1/+1
* Don't check for NULL, device_get_softc() always succeeds.njl2004-04-211-2/+1
* Merge some more changes from i386.peter2004-01-301-7/+43
* Use the ACPI-CA definitions for the various APIC tables instead of ournjl2003-12-091-59/+55
* MFi386: put the apic disable hook in a better place.peter2003-12-061-1/+1
* Add an additional knob to just disable the apic code without also havingpeter2003-12-031-1/+1
* 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
* MFi386 by jhb: add acpi_SetDefaultIntrModel();peter2003-09-221-0/+12
* Minor style cleanups.njl2003-08-283-4/+2
* Use __FBSDID().obrien2003-07-253-6/+10
* Port acpica to amd64.peter2003-05-311-5/+5
* Commit MD parts of a loosely functional AMD64 port. This is based onpeter2003-05-013-608/+2
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-1/+1
* Use repo-copied files in sys/i386/bios.mdodd2003-03-241-1/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+7
* Export the physical address of the RSDP to userland by meansmarcel2002-12-181-11/+29
* Hold the page queues lock around calls to pmap_remove().alc2002-12-041-0/+2
* Add `if (!cold)' checkings for functions which is called via SYSINIT.iwasaki2002-11-241-0/+3
OpenPOWER on IntegriCloud