summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpi_support/acpi_ibm.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the deciKelvin to Celsius conversion in kernel.loos2016-05-221-1/+1
* sys/dev: minor spelling fixes.pfg2016-05-031-1/+1
* Fix previous commit (r284357)ngie2015-06-131-1/+1
* Fix inverted check by skipping over the model-specific checks if the makerngie2015-06-131-1/+1
* acpi_ibm.ko panics if SMBIOS information is not availableallanjude2015-06-131-0/+5
* acpi_ibm: add per-model default events mask.rpaulo2015-05-291-2/+55
* This implements default-state support as described in:ganbold2015-05-241-1/+2
* acpi_ibm: whitespace.rpaulo2015-05-161-6/+6
* The SYSCTL data pointers can come from userspace and must not behselasky2014-10-281-4/+6
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-211-24/+18
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-301-1/+1
* add support for newer Lenovo ThinkPads to acpi_ibmbapt2012-10-291-1/+1
* Add in-driver event handler.iwasaki2012-06-231-86/+371
* Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.mdf2011-01-191-1/+1
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-2/+2
* Remove unused assignment.jkim2010-06-111-2/+0
* Merge ACPICA 20100121.jkim2010-01-211-2/+2
* Update acpi_ibm syctl nodes on resume.iwasaki2010-01-051-0/+30
* Remove unnecessary locking from attach(). This fixes a LOR between thejhb2009-09-241-4/+0
* Re-remove the IBM0057 ID used for PS/2 mouse controllers. The asl for thejhb2009-09-201-1/+1
* Import ACPICA 20090521.jkim2009-06-051-1/+4
* Remove unused variables.brueffer2009-05-121-3/+0
* Add ID for T61p, which is not IBM really, but well.pjd2008-05-201-1/+1
* Convert amd64 and i386 to share the atrtc device driver.phk2008-04-141-1/+1
* Don't attach to the "IBM0057" ID. This ID is used by IBM machines forjhb2007-10-251-1/+1
* Utilize led_create_state in order to preserve the status of the ThinkLightmarkus2007-04-241-5/+9
* Catch up with ACPI-CA 20070320 import.jkim2007-03-221-2/+1
* Improve exception string format.takawata2006-08-141-2/+2
* Remove debug messages on notify handler.takawata2006-08-141-2/+0
* - Add support for setting the fan control mode to manual or automaticmarkus2006-01-141-3/+55
* Canonize the include of acpi.h.obrien2005-09-111-1/+1
* Don't lock when holding led_mtx, instead use AcpiOsQueueForExecution to defermarkus2005-08-041-2/+29
* Add the ID of my Thinkpad R40. Makes the module detect and with thecracauer2005-06-171-1/+1
* - Only create the led(4) interface, if setting the thinklight is possiblemarkus2005-06-101-9/+14
* Import a mostly rewritten and extended version of acpi_ibm:markus2005-06-091-330/+724
* Fix SCM ID's.obrien2005-03-021-2/+3
* Unify ACPI_DEBUG support for all OEM drivers under ACPI_OEM. Since more thannjl2004-12-131-1/+1
* Allow the acpi_ibm module to be built with ACPI_DEBUG.scottl2004-12-131-0/+5
* Add IBM Laptop extra device driver.takawata2004-12-091-0/+466
OpenPOWER on IntegriCloud