aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica/acpi_battery.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-7/+7
* Add _BIX (Battery Information Extended) object support.Hiroki Sato2020-02-191-60/+80
* Correct the way remaining battery life is calculatedAllan Jude2019-05-211-12/+15
* Fix style after r340832Tom Jones2019-02-191-1/+1
* Add support for none ACPI battery method batteriesTom Jones2018-11-231-7/+4
* Make battery emptying rate available as sysctl variable.John Baldwin2018-10-301-0/+5
* Prevent a division by zero with some broken batteriesJean-Sébastien Pédron2011-11-261-0/+8
* small cleanup of acpi battery status setting and checkingAndriy Gapon2010-12-171-2/+3
* Temporarily revert the new-bus locking for 8.0 release. It will beJohn Baldwin2009-08-201-15/+0
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-021-0/+15
* Import ACPICA 20090521.Jung-uk Kim2009-06-051-1/+2
* Convert battery capacity/rate from mA to mW only when summary is requested.Alexander Motin2009-01-171-1/+1
* Check battery presence first before trying to get battery information.Jung-uk Kim2007-11-201-3/+4
* When the EC times out (common with Compaqs), it may report a designNate Lawson2007-10-091-2/+4
* ACPIIO_BATT_GET_UNITS would always return ENXIO. However, it should neverWarner Losh2006-12-221-0/+1
* Minor sysctl cleanup. The RW flag means read|write and so it is redundantNate Lawson2006-06-101-1/+1
* Simplify checks for valid battery info via DeMorgan's Rule. NoNate Lawson2005-11-231-9/+3
* Add prototype to be consistent.Nate Lawson2005-10-231-0/+1
* Cleanups and support code for importing smart battery support.Nate Lawson2005-10-231-29/+120
* Canonize the include of acpi.h.David E. O'Brien2005-09-111-1/+1
* Modify the fix in rev 1.16 slightly. Instead of setting the cap to zero,Nate Lawson2005-08-111-3/+2
* When summing capacities, skip info from batteries that weren't present.Nate Lawson2005-08-051-0/+4
* Add descriptions for the sysctls.Nate Lawson2005-07-281-6/+10
* Zero the _BST, _BIF, and battinfo allocations. This is needed since weNate Lawson2005-07-281-3/+3
* Correct minor output bug. When the battery being queried is charging orNate Lawson2005-07-251-0/+7
* Rewrite the acpi_battery interface to allow for other battery typesNate Lawson2005-07-231-128/+250
* Introduce a general name for the previously cmbat-only ioctls. It has theNate Lawson2005-03-171-9/+9
* Fix SCM ID's.David E. O'Brien2005-03-021-2/+3
* MPSAFE lockingNate Lawson2004-08-131-36/+53
* Add the ability to detach a battery. Now batteries that are detached areNate Lawson2004-07-121-0/+16
* Style cleanups to match the rest of this directory. For acpi_battery.c,Nate Lawson2003-08-111-163/+140
* Allow non-privilaged user to retrive battery or AC line information.Takanori Watanabe2003-02-151-0/+6
* Catch up to changes in acpivar.h to add support for using ACPI onJohn Baldwin2002-10-161-2/+0
* Staticise devclasses and some unnecessarily global variables.Mike Smith2002-01-081-1/+1
* Some improvements of control method battery driver.Mitsuru IWASAKI2001-10-301-0/+12
* Add APM compatibility feature to ACPI.Mitsuru IWASAKI2001-10-261-3/+3
* Updates to match the ACPI CA 20010816 import:Mike Smith2001-08-261-4/+3
* Add a new helper function for finding resources in resource buffers.Mike Smith2001-07-051-0/+251