summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_battery.c
Commit message (Expand)AuthorAgeFilesLines
* Prevent a division by zero with some broken batteriesdumbbell2011-11-261-0/+8
* small cleanup of acpi battery status setting and checkingavg2010-12-171-2/+3
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-201-15/+0
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-021-0/+15
* Import ACPICA 20090521.jkim2009-06-051-1/+2
* Convert battery capacity/rate from mA to mW only when summary is requested.mav2009-01-171-1/+1
* Check battery presence first before trying to get battery information.jkim2007-11-201-3/+4
* When the EC times out (common with Compaqs), it may report a designnjl2007-10-091-2/+4
* ACPIIO_BATT_GET_UNITS would always return ENXIO. However, it should neverimp2006-12-221-0/+1
* Minor sysctl cleanup. The RW flag means read|write and so it is redundantnjl2006-06-101-1/+1
* Simplify checks for valid battery info via DeMorgan's Rule. Nonjl2005-11-231-9/+3
* Add prototype to be consistent.njl2005-10-231-0/+1
* Cleanups and support code for importing smart battery support.njl2005-10-231-29/+120
* Canonize the include of acpi.h.obrien2005-09-111-1/+1
* Modify the fix in rev 1.16 slightly. Instead of setting the cap to zero,njl2005-08-111-3/+2
* When summing capacities, skip info from batteries that weren't present.njl2005-08-051-0/+4
* Add descriptions for the sysctls.njl2005-07-281-6/+10
* Zero the _BST, _BIF, and battinfo allocations. This is needed since wenjl2005-07-281-3/+3
* Correct minor output bug. When the battery being queried is charging ornjl2005-07-251-0/+7
* Rewrite the acpi_battery interface to allow for other battery typesnjl2005-07-231-128/+250
* Introduce a general name for the previously cmbat-only ioctls. It has thenjl2005-03-171-9/+9
* Fix SCM ID's.obrien2005-03-021-2/+3
* MPSAFE lockingnjl2004-08-131-36/+53
* Add the ability to detach a battery. Now batteries that are detached arenjl2004-07-121-0/+16
* Style cleanups to match the rest of this directory. For acpi_battery.c,njl2003-08-111-163/+140
* Allow non-privilaged user to retrive battery or AC line information.takawata2003-02-151-0/+6
* Catch up to changes in acpivar.h to add support for using ACPI onjhb2002-10-161-2/+0
* Staticise devclasses and some unnecessarily global variables.msmith2002-01-081-1/+1
* Some improvements of control method battery driver.iwasaki2001-10-301-0/+12
* Add APM compatibility feature to ACPI.iwasaki2001-10-261-3/+3
* Updates to match the ACPI CA 20010816 import:msmith2001-08-261-4/+3
* Add a new helper function for finding resources in resource buffers.msmith2001-07-051-0/+251
OpenPOWER on IntegriCloud