summaryrefslogtreecommitdiffstats
path: root/sys/amd64/acpica/acpi_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* If x86 CPU implementation of the MWAIT instruction reasonablykib2015-05-091-7/+0
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-3/+2
* Revert r267961, r267973:gjb2014-06-271-2/+3
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-3/+2
* Consistently use round_page(x) rather than roundup(x, PAGE_SIZE). There isjkim2013-02-151-2/+2
* Centralize declaration of the debug.acpi sysctl node.jhb2012-05-171-2/+0
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-1/+1
* Make APM emulation look more closer to its origin. Use device_get_softc(9)jkim2010-11-101-3/+2
* Refactor acpi_machdep.c for amd64 and i386, move APM emulation into a newjkim2010-11-101-449/+4
* Use the same policy for rejecting / not-reject ACPI tables with incorrectjhb2010-03-191-0/+2
* Clean up amd64 suspend/resume code.jkim2009-10-081-3/+10
* Copy apm(4) emulation from sys/i386/acpica/acpi_machdep.c andjkim2009-09-271-8/+448
* Extract the code to find and map the MADT ACPI table during early kerneljhb2009-09-231-0/+244
* Import ACPICA 20090521.jkim2009-06-051-1/+2
* - Clean up suspend/resume code for amd64.jkim2009-03-231-3/+4
* Initial suspend/resume support for amd64.jkim2009-03-171-1/+26
* Rework how the nexus(4) device works on x86 to better handle the idea ofjhb2008-03-131-0/+44
* Canonize the include of acpi.h.obrien2005-09-111-1/+1
* 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
* Don't check for NULL, device_get_softc() always succeeds.njl2004-04-211-2/+1
* MFi386 by jhb: add acpi_SetDefaultIntrModel();peter2003-09-221-0/+12
* Minor style cleanups.njl2003-08-281-2/+1
* Use __FBSDID().obrien2003-07-251-2/+3
* Commit MD parts of a loosely functional AMD64 port. This is based onpeter2003-05-011-296/+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
* *sigh*. It seems that in the ACPICA code, Intel defines its own APIC_IOjhb2002-11-211-1/+1
* Include <sys/select.h> on -stable instead of <sys/selinfo.h> to get thejhb2002-10-161-0/+4
* Use d_thread_t for cdevsw functions instead of struct thread * so that itjhb2002-10-091-4/+4
* Trash the PnPBIOStable pointer later on when we know that the acpi probejhb2002-09-301-0/+6
* If we are using APIC_IO tell ACPI so it can route interrupts properly.jhb2002-09-061-0/+3
* Add APM compatibility feature to ACPI.iwasaki2001-10-261-0/+335
OpenPOWER on IntegriCloud