aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64/acpica
Commit message (Expand)AuthorAgeFilesLines
* Some code churn:Marcel Moolenaar2010-02-141-4/+2
* Import ACPICA 20090521.Jung-uk Kim2009-06-054-5/+7
* Catch up with ACPI-CA 20070320 import.Jung-uk Kim2007-03-222-81/+86
* Canonize the include of acpi.h.David E. O'Brien2005-09-114-4/+4
* Move the code for halting the CPU (acpi_cpu_c1) into machdep files.Nate Lawson2004-10-111-0/+7
* MFp4:Marcel Moolenaar2004-09-191-23/+17
* Add machdep quirks functions. On i386, this disables acpi on systems withNate Lawson2004-06-301-0/+6
* Make unnecessary globals static and remove unused includes.Nate Lawson2004-05-061-1/+1
* Verify the MADT checksum before using the table.Marcel Moolenaar2004-05-011-2/+5
* Don't check for NULL, device_get_softc() always succeeds.Nate Lawson2004-04-211-2/+1
* Return AE_OK for stub functions returning ACPI_STATUS, not NULLPeter Wemm2003-12-241-2/+2
* Use the ACPI-CA definitions for the various APIC tables instead of ourNate Lawson2003-12-091-45/+41
* Move the definitions for ACPI MADT table entries not present in the ACPICAJohn Baldwin2003-09-101-62/+1
* Untangle the code in this file to improve understandability. BothMarcel Moolenaar2003-09-071-159/+155
* Minor style cleanups.Nate Lawson2003-08-283-13/+6
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MIMarcel Moolenaar2003-08-161-1/+1
* Don't hardcode the address of the local (S)APIC (aka processorMarcel Moolenaar2003-01-051-0/+25
* Export the physical address of the RSDP to userland by meansMarcel Moolenaar2002-12-181-10/+23
* Fix a transcription typo. s/ACPI_PTR/ACPI_POINTER/Peter Wemm2002-07-171-1/+1
* Update for new ACPICA import. Gah.Peter Wemm2002-07-171-3/+3
* Resolve conflicts arising from the ACPI CA 20020404 import.Mitsuru IWASAKI2002-06-301-5/+10
* o Remove namespace pollution from param.h:Marcel Moolenaar2002-05-191-0/+2
* o Rename ia64_count_aps to ia64_count_cpus and reimplement theMarcel Moolenaar2002-05-121-13/+22
* Move a couple of prototypes together instead of being incompletelyPeter Wemm2002-03-191-1/+0
* * Remove a breakpoint() I accidentally left in for debugging :-(.Doug Rabson2002-03-151-11/+42
* Deal with a structure member rename in a recent acpica importPeter Wemm2002-03-121-1/+1
* Small correction in the LOCAL_SAPIC structure. The Flags fieldMarcel Moolenaar2001-10-291-3/+2
* o Do not parse the MADT as a side-effect in AcpiOsGetRootPointer,Marcel Moolenaar2001-10-292-110/+78
* Add APM compatibility feature to ACPI.Mitsuru IWASAKI2001-10-261-0/+48
* Add parse functions for local APIC and I/O APIC entries.Marcel Moolenaar2001-10-241-7/+31
* Wire up most of the interrupt handling infrastructure. Not sure it worksDoug Rabson2001-10-051-21/+27
* Add low-level ACPI support code and make a start on parsing the ACPIDoug Rabson2001-10-043-0/+356