aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64/acpica/acpi_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* Improve cpu_idle():Marcel Moolenaar2011-06-061-0/+7
* Add acpi_find_table() -- a convenience function for looking up anMarcel Moolenaar2010-07-071-2/+37
* Import ACPICA 20090521.Jung-uk Kim2009-06-051-1/+2
* Canonize the include of acpi.h.David E. O'Brien2005-09-111-1/+1
* Move the code for halting the CPU (acpi_cpu_c1) into machdep files.Nate Lawson2004-10-111-0/+7
* Add machdep quirks functions. On i386, this disables acpi on systems withNate Lawson2004-06-301-0/+6
* Don't check for NULL, device_get_softc() always succeeds.Nate Lawson2004-04-211-2/+1
* Minor style cleanups.Nate Lawson2003-08-281-3/+1
* Add APM compatibility feature to ACPI.Mitsuru IWASAKI2001-10-261-0/+48