aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica/acpi_smbat.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Add _BIX (Battery Information Extended) object support.Hiroki Sato2020-02-191-23/+29
* Distinguish _CID match and _HID match and make lower priority probeTakanori Watanabe2018-10-261-4/+6
* Make timespecadd(3) and friends publicAlan Somers2018-07-301-1/+1
* Remove instances of variables that were set, but never used. gcc 4.9Warner Losh2014-03-301-6/+3
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-301-1/+1
* Centralize declaration of the debug.acpi sysctl node.John Baldwin2012-05-171-1/+0
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+2
* small cleanup of acpi battery status setting and checkingAndriy Gapon2010-12-171-0/+1
* Merge ACPICA 20100121.Jung-uk Kim2010-01-211-2/+2
* Import ACPICA 20090521.Jung-uk Kim2009-06-051-1/+2
* Quick change to r186026. One of the conditionals was:Mike Silbersack2008-12-131-1/+1
* Add the sysctl debug.acpi.batt.batt_sleep_ms.Mike Silbersack2008-12-131-0/+34
* Remove unused variable.Nate Lawson2006-02-211-2/+0
* * fix bst.status. We mark some bits, but forgot to reset all of themBruno Ducrot2006-01-121-16/+17
* Only copy out the battery status/info if there was no error.Nate Lawson2005-11-241-5/+6
* Cache the result of battery info retrieval from smbat as wellHajimu UMEMOTO2005-11-221-22/+77
* Import ACPI smart battery support. Newer systems (Acer, mostly) do notNate Lawson2005-10-231-0/+402