aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpi_support/atk0110.c
Commit message (Expand)AuthorAgeFilesLines
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-3/+4
* 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-261-4/+6
* Fix build of aibs with base gcc on i386Dimitry Andric2018-06-171-2/+2
* aibs / atk0110: add support for querying sensors via GGRP and GITMAndriy Gapon2016-10-151-96/+319
* Fix the deciKelvin to Celsius conversion in kernel.Luiz Otavio O Souza2016-05-221-3/+3
* s/struct device */device_t/gAdrian Chadd2016-05-041-1/+1
* Consistently cast ACPICA 64-bit integer types when we print them.Jung-uk Kim2013-06-261-2/+2
* Add missing MODULE_DEPEND() so that acpi.ko and aibs.ko can beKevin Lo2012-02-281-1/+1
* Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.Matthew D Fleming2011-01-191-1/+1
* Import the acpi_aibs(4) driver written by Constantine A. Murenin.Rui Paulo2010-06-251-0/+358