aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/acpica/acpi_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* amd64: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Use pmap_mapbios() to map ACPI tables on amd64 and i386.Mark Johnston2020-08-201-92/+19
* Remove some noisy ACPI tables messages from verbose dmesg.Alexander Motin2020-08-191-9/+1
* Merge ACPICA 20190329.Jung-uk Kim2019-03-291-2/+2
* Partially revert r197863 to reduce diff against i386.Jung-uk Kim2018-02-241-9/+3
* sys/amd64: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* If x86 CPU implementation of the MWAIT instruction reasonablyKonstantin Belousov2015-05-091-7/+0
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-3/+2
* Revert r267961, r267973:Glen Barber2014-06-271-2/+3
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-3/+2
* Consistently use round_page(x) rather than roundup(x, PAGE_SIZE). There isJung-uk Kim2013-02-151-2/+2
* Centralize declaration of the debug.acpi sysctl node.John Baldwin2012-05-171-2/+0
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-1/+1
* Make APM emulation look more closer to its origin. Use device_get_softc(9)Jung-uk Kim2010-11-101-3/+2
* Refactor acpi_machdep.c for amd64 and i386, move APM emulation into a newJung-uk Kim2010-11-101-449/+4
* Use the same policy for rejecting / not-reject ACPI tables with incorrectJohn Baldwin2010-03-191-0/+2
* Clean up amd64 suspend/resume code.Jung-uk Kim2009-10-081-3/+10
* Copy apm(4) emulation from sys/i386/acpica/acpi_machdep.c andJung-uk Kim2009-09-271-8/+448
* Extract the code to find and map the MADT ACPI table during early kernelJohn Baldwin2009-09-231-0/+244
* Import ACPICA 20090521.Jung-uk Kim2009-06-051-1/+2
* - Clean up suspend/resume code for amd64.Jung-uk Kim2009-03-231-3/+4
* Initial suspend/resume support for amd64.Jung-uk Kim2009-03-171-1/+26
* Rework how the nexus(4) device works on x86 to better handle the idea ofJohn Baldwin2008-03-131-0/+44
* 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/+6
* Sync with i386 - get the softc via the devclass rather than caching the devPeter Wemm2004-08-161-2/+1
* 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
* MFi386 by jhb: add acpi_SetDefaultIntrModel();Peter Wemm2003-09-221-0/+12
* Minor style cleanups.Nate Lawson2003-08-281-2/+1
* Use __FBSDID().David E. O'Brien2003-07-251-2/+3
* Commit MD parts of a loosely functional AMD64 port. This is based onPeter Wemm2003-05-011-296/+1
* Use repo-copied files in sys/i386/bios.Matthew N. Dodd2003-03-241-1/+1
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+7
* *sigh*. It seems that in the ACPICA code, Intel defines its own APIC_IOJohn Baldwin2002-11-211-1/+1
* Include <sys/select.h> on -stable instead of <sys/selinfo.h> to get theJohn Baldwin2002-10-161-0/+4
* Use d_thread_t for cdevsw functions instead of struct thread * so that itJohn Baldwin2002-10-091-4/+4
* Trash the PnPBIOStable pointer later on when we know that the acpi probeJohn Baldwin2002-09-301-0/+6
* If we are using APIC_IO tell ACPI so it can route interrupts properly.John Baldwin2002-09-061-0/+3
* Add APM compatibility feature to ACPI.Mitsuru IWASAKI2001-10-261-0/+335