summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpi_support
Commit message (Expand)AuthorAgeFilesLines
* MFC r273733, r273740 and r273773:hselasky2014-10-301-4/+6
* MFC r263710, r273377, r273378, r273423 and r273455:hselasky2014-10-276-111/+109
* Consistently cast ACPICA 64-bit integer types when we print them.jkim2013-06-261-2/+2
* A driver for Intel Rapid Start Technology ACPI device.takawata2013-05-081-0/+133
* Only cleanup CMI-related state on detach if the system supports CMI.jhb2013-04-291-12/+10
* Fix white spaces.jkim2013-04-231-4/+4
* Remove tautological compare.eadler2013-04-231-4/+4
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-307-8/+11
* add support for newer Lenovo ThinkPads to acpi_ibmbapt2012-10-291-1/+1
* acpi_wmi: move wmi_info_list into scavg2012-10-141-21/+25
* Add acpi_asus_wmi(4) -- driver for random extras found on WMI-compatiblemav2012-07-021-0/+651
* Add in-driver event handler.iwasaki2012-06-231-86/+371
* Add missing MODULE_DEPEND() so that acpi.ko and aibs.ko can bekevlo2012-02-281-1/+1
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-2/+1
* Append unit number to the WMI status device name to allow attachingjh2011-11-221-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.mdf2011-01-192-2/+2
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-2/+2
* acpi_fujitsu: update for P8010avg2010-12-111-1/+54
* Remove an unnecessary hack from ACPICA 20100915 (r212761).jkim2010-09-161-1/+1
* make acpi_hp device a child of acpi_wmiavg2010-09-112-25/+12
* acpi_hp: fix bus attachment codeavg2010-09-061-7/+35
* Remove the acpi_aiboost driver. It has been replaced by aibs(4).rpaulo2010-07-251-353/+0
* Import the acpi_aibs(4) driver written by Constantine A. Murenin.rpaulo2010-06-251-0/+358
* Fix one more case where a string is passed via format argument instead.jkim2010-06-111-1/+1
* Remove unused assignment.jkim2010-06-113-8/+0
* Fix a possible dereference of null pointer.jkim2010-06-111-1/+1
* Prefer correct and simpler backlight control methods for ASUS G2K laptop.jkim2010-02-131-22/+3
* Add support for a few more Sony-specific ACPI features (default displaygavin2010-02-071-5/+15
* Merge ACPICA 20100121.jkim2010-01-213-14/+14
* Update acpi_ibm syctl nodes on resume.iwasaki2010-01-051-0/+30
* - Numerous whitespace and style fixes.jhb2009-10-291-127/+138
* Remove unnecessary locking from attach(). This fixes a LOR between thejhb2009-09-241-4/+0
* The elements in the component arrays may be direct Package objects ratherjhb2009-09-221-18/+20
* Re-remove the IBM0057 ID used for PS/2 mouse controllers. The asl for thejhb2009-09-201-1/+1
* acpi_hp.c:rpaulo2009-07-031-95/+114
* acpi_wmi_if:rpaulo2009-06-303-5/+21
* Fix build with ACPI_DEBUG.rpaulo2009-06-231-1/+1
* * Driver for ACPI WMI (Windows Management Instrumentation)rpaulo2009-06-233-0/+2333
* Import ACPICA 20090521.jkim2009-06-057-7/+20
* Remove unused variables.brueffer2009-05-122-7/+1
* - Add the support for the Asus A3F and A3E deviceattilio2009-04-041-5/+31
* device_shutdown returns int.imp2009-02-051-2/+3
* - Fix incorrect array declaration that was causing the stack overflowstas2008-12-271-1/+1
* Add support for Asus A8Sr notebooks.rpaulo2008-11-041-0/+75
* Fix a typo in a comment in the ACPI Fujitsu driver.ed2008-09-081-1/+1
* Fix typo in comment.rpaulo2008-08-191-1/+1
* Add sbuf_new_auto as a shortcut for the very common case of creating ades2008-08-091-1/+1
* Fix my previous commit. We actually should pass evaluation args inrpaulo2008-07-041-3/+44
* Style fix (space into tab).remko2008-06-281-1/+1
OpenPOWER on IntegriCloud