summaryrefslogtreecommitdiffstats
path: root/sys/ia64/acpica
Commit message (Expand)AuthorAgeFilesLines
* MFC r263815, r263872:emaste2014-08-211-1/+1
* Improve style(9) in the previous commit.jkim2012-06-011-2/+2
* Call AcpiLeaveSleepStatePrep() in interrupt disabled contextiwasaki2012-06-011-0/+7
* Improve cpu_idle():marcel2011-06-061-0/+7
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-111-1/+0
* Reduce diff between platforms and fix style(9) bugs.jkim2010-11-091-11/+17
* Add acpi_find_table() -- a convenience function for looking up anmarcel2010-07-071-2/+37
* Some code churn:marcel2010-02-141-4/+2
* Import ACPICA 20090521.jkim2009-06-054-5/+7
* Catch up with ACPI-CA 20070320 import.jkim2007-03-222-81/+86
* Canonize the include of acpi.h.obrien2005-09-114-4/+4
* Move the code for halting the CPU (acpi_cpu_c1) into machdep files.njl2004-10-111-0/+7
* MFp4:marcel2004-09-191-23/+17
* Add machdep quirks functions. On i386, this disables acpi on systems withnjl2004-06-301-0/+6
* Make unnecessary globals static and remove unused includes.njl2004-05-061-1/+1
* Verify the MADT checksum before using the table.marcel2004-05-011-2/+5
* Don't check for NULL, device_get_softc() always succeeds.njl2004-04-211-2/+1
* Return AE_OK for stub functions returning ACPI_STATUS, not NULLpeter2003-12-241-2/+2
* Use the ACPI-CA definitions for the various APIC tables instead of ournjl2003-12-091-45/+41
* Move the definitions for ACPI MADT table entries not present in the ACPICAjhb2003-09-101-62/+1
* Untangle the code in this file to improve understandability. Bothmarcel2003-09-071-159/+155
* Minor style cleanups.njl2003-08-283-13/+6
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MImarcel2003-08-161-1/+1
* Don't hardcode the address of the local (S)APIC (aka processormarcel2003-01-051-0/+25
* Export the physical address of the RSDP to userland by meansmarcel2002-12-181-10/+23
* Fix a transcription typo. s/ACPI_PTR/ACPI_POINTER/peter2002-07-171-1/+1
* Update for new ACPICA import. Gah.peter2002-07-171-3/+3
* Resolve conflicts arising from the ACPI CA 20020404 import.iwasaki2002-06-301-5/+10
* o Remove namespace pollution from param.h:marcel2002-05-191-0/+2
* o Rename ia64_count_aps to ia64_count_cpus and reimplement themarcel2002-05-121-13/+22
* Move a couple of prototypes together instead of being incompletelypeter2002-03-191-1/+0
* * Remove a breakpoint() I accidentally left in for debugging :-(.dfr2002-03-151-11/+42
* Deal with a structure member rename in a recent acpica importpeter2002-03-121-1/+1
* Small correction in the LOCAL_SAPIC structure. The Flags fieldmarcel2001-10-291-3/+2
* o Do not parse the MADT as a side-effect in AcpiOsGetRootPointer,marcel2001-10-292-110/+78
* Add APM compatibility feature to ACPI.iwasaki2001-10-261-0/+48
* Add parse functions for local APIC and I/O APIC entries.marcel2001-10-241-7/+31
* Wire up most of the interrupt handling infrastructure. Not sure it worksdfr2001-10-051-21/+27
* Add low-level ACPI support code and make a start on parsing the ACPIdfr2001-10-043-0/+356
OpenPOWER on IntegriCloud