summaryrefslogtreecommitdiffstats
path: root/sys/i386/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-2/+1
* Revert r267961, r267973:gjb2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-2/+1
* Consistently use round_page(x) rather than roundup(x, PAGE_SIZE). There isjkim2013-02-151-2/+2
* This isn't functionally identical. In some cases a hint to disableeadler2012-10-221-0/+3
* Now that device disabling is generic, remove extraneous code from theeadler2012-10-221-3/+0
* Centralize declaration of the debug.acpi sysctl node.jhb2012-05-171-2/+0
* 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-451/+9
* Use the same policy for rejecting / not-reject ACPI tables with incorrectjhb2010-03-191-0/+2
* Extract the code to find and map the MADT ACPI table during early kerneljhb2009-09-231-0/+240
* Use C99 initialization for struct filterops.rwatson2009-09-121-2/+5
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-201-6/+0
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-021-0/+6
* Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. Usekib2009-06-101-1/+1
* Import ACPICA 20090521.jkim2009-06-051-1/+2
* We don't need d_thread_t for cross-branch portability here anymore.imp2009-05-201-4/+4
* Remove unit2minor() use from kernel code.ed2008-09-261-2/+2
* Don't enforce unique device minor number policy anymore.ed2008-06-111-1/+1
* Rework how the nexus(4) device works on x86 to better handle the idea ofjhb2008-03-131-0/+43
* Now that we have a function that can be called from a cdevsw close()njl2007-07-071-9/+1
* Update the suspend/resume user API while maintaining backwards compat.njl2007-06-211-26/+216
* Optimize sx locks to use simple atomic operations for the common cases ofjhb2007-03-311-0/+1
* Catch up with ACPI-CA 20070320 import.jkim2007-03-221-2/+2
* First pass at allowing memory to be mapped using cache modes other thanjhb2006-08-111-2/+2
* Move the reset beep tunable/sysctl to debug.acpi.resume_beep. This makesnjl2006-06-101-6/+6
* Minor tweaks to the resume code that might help people debug.njl2006-06-081-1/+7
* Canonize the include of acpi.h.obrien2005-09-111-1/+1
* Rewrite the acpi_battery interface to allow for other battery typesnjl2005-07-231-8/+13
* Remove a "needs Giant" flag from the /dev/apm compat device.njl2004-10-221-1/+0
* Match surrounding style, not style(msmith).njl2004-10-111-16/+16
* Move the code for halting the CPU (acpi_cpu_c1) into machdep files.njl2004-10-111-0/+6
* Get the acpi softc via the devclass, not by caching the device. Replacenjl2004-07-241-12/+8
* Add machdep quirks functions. On i386, this disables acpi on systems withnjl2004-06-301-0/+24
* Use APM_UNKNOWN instead of 0xff. Use ~0U instead 0 for the number ofimp2004-06-281-9/+9
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-5/+5
* - Use the correct devclass name ("acpi" vs "ACPI") to detect if acpi0 isjhb2004-06-101-6/+0
* Style cleanups, u_intXX -> uintXX.njl2004-05-051-19/+7
* Have ACPI use BUS_CONFIG_INTR() to force the SCI to level trigger andjhb2004-05-041-1/+4
* Don't check for NULL, device_get_softc() always succeeds.njl2004-04-211-4/+2
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* Change the reset video option to be positive (hw.acpi.reset_video).njl2003-11-011-5/+6
* Add sysctl MIB and loader tunable `hw.acpi.no_reset_video' asiwasaki2003-10-301-0/+10
* Add final adjustment code of battery status based on the battery capacityiwasaki2003-09-171-0/+9
* Finish an earlier commit:jhb2003-09-101-3/+11
* Style cleanups.njl2003-08-281-50/+24
* Use __FBSDID().obrien2003-06-021-2/+3
* Add some extra #ifdef stubs so that this compiles on 4.8.jhb2003-05-131-0/+4
OpenPOWER on IntegriCloud