aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpi_support
Commit message (Expand)AuthorAgeFilesLines
* Avoid using a variable solely for sizes that are never meant to beXin LI2020-04-111-10/+12
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-2610-29/+34
* acpi_ibm: remove superfluous castEd Maste2020-02-021-1/+1
* acpi_ibm: whitespace and wrapping cleanupEd Maste2020-02-021-42/+32
* acpi_ibm: whitespace fixupEd Maste2020-02-021-3/+3
* acpi_ibm: add support for ThinkPad PrivacyGuardPhilip Paeps2020-01-301-0/+97
* acpi_ibm: reference ThinkPad instead of IBMEd Maste2020-01-151-3/+3
* Add embedded Managed Object Format blob access to acpi_wmi(4).Takanori Watanabe2019-09-061-0/+27
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-1/+2
* [acpi_ibm] Add support for newer Thinkpad modelsOleksandr Tymoshenko2019-04-241-8/+40
* aibs: fix a typo in the probe method that was introduced in r339754Andriy Gapon2018-12-071-1/+1
* Distinguish _CID match and _HID match and make lower priority probeTakanori Watanabe2018-10-269-41/+56
* acpi: Add support for Thinkpads Mic ledEitan Adler2018-06-171-1/+63
* Fix build of aibs with base gcc on i386Dimitry Andric2018-06-171-2/+2
* Hide unneeded message under bootverbose.Shunsuke Akiyama2017-01-271-0/+4
* Set of improvements to acpi_hp(4) driver.Alexander Motin2016-11-121-136/+215
* aibs / atk0110: add support for querying sensors via GGRP and GITMAndriy Gapon2016-10-151-97/+320
* Fix the deciKelvin to Celsius conversion in kernel.Luiz Otavio O Souza2016-05-223-5/+5
* s/struct device */device_t/gAdrian Chadd2016-05-041-1/+1
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* sys: Make use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni2016-04-301-1/+2
* Fix previous commit (r284357)Enji Cooper2015-06-131-1/+1
* Fix inverted check by skipping over the model-specific checks if the makerEnji Cooper2015-06-131-1/+1
* acpi_ibm.ko panics if SMBIOS information is not availableAllan Jude2015-06-131-0/+5
* acpi_ibm: add per-model default events mask.Rui Paulo2015-05-291-2/+55
* This implements default-state support as described in:Ganbold Tsagaankhuu2015-05-241-1/+2
* acpi_ibm: whitespace.Rui Paulo2015-05-161-6/+6
* 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