aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpi_support
Commit message (Expand)AuthorAgeFilesLines
* The SYSCTL data pointers can come from userspace and must not beHans Petter Selasky2014-10-281-4/+6
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-216-111/+109
* Consistently cast ACPICA 64-bit integer types when we print them.Jung-uk Kim2013-06-261-2/+2
* A driver for Intel Rapid Start Technology ACPI device.Takanori Watanabe2013-05-081-0/+133
* Only cleanup CMI-related state on detach if the system supports CMI.John Baldwin2013-04-291-12/+10
* Fix white spaces.Jung-uk Kim2013-04-231-4/+4
* Remove tautological compare.Eitan Adler2013-04-231-4/+4
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-307-8/+11
* add support for newer Lenovo ThinkPads to acpi_ibmBaptiste Daroussin2012-10-291-1/+1
* acpi_wmi: move wmi_info_list into scAndriy Gapon2012-10-141-21/+25
* Add acpi_asus_wmi(4) -- driver for random extras found on WMI-compatibleAlexander Motin2012-07-021-0/+651
* Add in-driver event handler.Mitsuru IWASAKI2012-06-231-86/+371
* Add missing MODULE_DEPEND() so that acpi.ko and aibs.ko can beKevin Lo2012-02-281-1/+1
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-2/+1
* Append unit number to the WMI status device name to allow attachingJaakko Heinonen2011-11-221-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.Matthew D Fleming2011-01-192-2/+2
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-2/+2
* acpi_fujitsu: update for P8010Andriy Gapon2010-12-111-1/+54
* Remove an unnecessary hack from ACPICA 20100915 (r212761).Jung-uk Kim2010-09-161-1/+1
* make acpi_hp device a child of acpi_wmiAndriy Gapon2010-09-112-25/+12
* acpi_hp: fix bus attachment codeAndriy Gapon2010-09-061-7/+35
* Remove the acpi_aiboost driver. It has been replaced by aibs(4).Rui Paulo2010-07-251-353/+0
* Import the acpi_aibs(4) driver written by Constantine A. Murenin.Rui Paulo2010-06-251-0/+358
* Fix one more case where a string is passed via format argument instead.Jung-uk Kim2010-06-111-1/+1
* Remove unused assignment.Jung-uk Kim2010-06-113-8/+0
* Fix a possible dereference of null pointer.Jung-uk Kim2010-06-111-1/+1
* Prefer correct and simpler backlight control methods for ASUS G2K laptop.Jung-uk Kim2010-02-131-22/+3
* Add support for a few more Sony-specific ACPI features (default displayGavin Atkinson2010-02-071-5/+15
* Merge ACPICA 20100121.Jung-uk Kim2010-01-213-14/+14
* Update acpi_ibm syctl nodes on resume.Mitsuru IWASAKI2010-01-051-0/+30
* - Numerous whitespace and style fixes.John Baldwin2009-10-291-127/+138
* Remove unnecessary locking from attach(). This fixes a LOR between theJohn Baldwin2009-09-241-4/+0
* The elements in the component arrays may be direct Package objects ratherJohn Baldwin2009-09-221-18/+20
* Re-remove the IBM0057 ID used for PS/2 mouse controllers. The asl for theJohn Baldwin2009-09-201-1/+1
* acpi_hp.c:Rui Paulo2009-07-031-95/+114
* acpi_wmi_if:Rui Paulo2009-06-303-5/+21
* Fix build with ACPI_DEBUG.Rui Paulo2009-06-231-1/+1
* * Driver for ACPI WMI (Windows Management Instrumentation)Rui Paulo2009-06-233-0/+2333
* Import ACPICA 20090521.Jung-uk Kim2009-06-057-7/+20
* Remove unused variables.Christian Brueffer2009-05-122-7/+1
* - Add the support for the Asus A3F and A3E deviceAttilio Rao2009-04-041-5/+31
* device_shutdown returns int.Warner Losh2009-02-051-2/+3
* - Fix incorrect array declaration that was causing the stack overflowStanislav Sedov2008-12-271-1/+1
* Add support for Asus A8Sr notebooks.Rui Paulo2008-11-041-0/+75
* Fix a typo in a comment in the ACPI Fujitsu driver.Ed Schouten2008-09-081-1/+1
* Fix typo in comment.Rui Paulo2008-08-191-1/+1
* Add sbuf_new_auto as a shortcut for the very common case of creating aDag-Erling Smørgrav2008-08-091-1/+1
* Fix my previous commit. We actually should pass evaluation args inRui Paulo2008-07-041-3/+44
* Style fix (space into tab).Remko Lodder2008-06-281-1/+1