summaryrefslogtreecommitdiff
path: root/sys/dev/acpica/acpi_battery.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.1.0_cvscvs2svn2006-05-061-1/+1
* MFC: acpi_battery.c 1.22, acpi_cmbat.c 1.42, acpi_smbat.c 1.2 and 1.3Nate Lawson2005-11-241-9/+3
* MFC: smart battery supportNate Lawson2005-11-051-30/+122
* MFC 1.18: Fix for 99% being reported instead of 100% when one batteryNate Lawson2005-08-121-1/+4
* MFC: Bring acpi_battery support up to HEAD, changing the API slightlyNate Lawson2005-07-291-133/+266
* 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