summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_cmbat.c
Commit message (Expand)AuthorAgeFilesLines
* small cleanup of acpi battery status setting and checkingavg2010-12-171-0/+6
* Import ACPICA 20090521.jkim2009-06-051-1/+2
* Catch up with ACPI-CA 20070320 import.jkim2007-03-221-3/+3
* Oops, untested code was included accidentally.iwasaki2006-04-151-1/+3
* Import ACPI Dock Station support. Note that this is still very young.iwasaki2006-04-151-0/+5
* Add a locking stub to call acpi_cmbat_get_bif() now that it is directlynjl2005-11-261-1/+12
* Try to fix problems with periodic hangs by never directly calling _BIF.njl2005-11-231-22/+34
* Canonize the include of acpi.h.obrien2005-09-111-1/+1
* Rewrite the acpi_battery interface to allow for other battery typesnjl2005-07-231-360/+149
* Only report a critical battery level once until it's gone non-critical.njl2004-12-201-3/+9
* Catch up with AcpiOsSleep() interface change.marks2004-12-021-1/+1
* Notify the user when the battery is critically low. In the future, wenjl2004-10-111-0/+4
* Fix a deadlock on boot for some systems where reading the battery statusnjl2004-08-171-2/+6
* MPSAFE lockingnjl2004-08-131-171/+127
* Use ACPI_ALL_NOTIFY instead of registering handlers separately.njl2004-07-161-3/+1
* Some laptops report the "design-capacity" instead of the "real-capacity"marks2004-07-141-0/+9
* Add the ability to detach a battery. Now batteries that are detached arenjl2004-07-121-1/+16
* Use the acpi_id_probe() method instead of acpi_MatchHid(), which is nownjl2004-06-291-6/+7
* Add support to ACPI to manage its own resources. Previously, resourcenjl2004-06-131-2/+2
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Add MODULE_DEPEND entries so some of these drivers can eventually benjl2004-04-091-0/+1
* Update to use the new package routines instead of rolling our ownnjl2003-12-231-66/+40
* Add devctl(4) notify support to ACPI. Various subsystems now notifynjl2003-10-251-0/+2
* Consistently print attach messages.njl2003-09-261-1/+1
* Add the -i flag to acpiconf(8) to retrieve battery information.njl2003-09-131-2/+2
* Add a system notify handler in addition to the device notify handler.njl2003-09-111-0/+9
* De-inline functions which do not need to be inline. Move the DEVMETHODnjl2003-08-151-23/+23
* Style cleanups to match the rest of this directory. For acpi_battery.c,njl2003-08-111-517/+478
* Allow non-privilaged user to retrive battery or AC line information.takawata2003-02-151-0/+5
* Add status initialization code for acpi_cmbat and acpi_acad,iwasaki2002-11-031-6/+83
* Use the _STA method of a battery control method to see if a battery isjhb2002-08-211-10/+16
* Add NULL check for the output buffer from AcpiEvaluateObject().iwasaki2002-07-231-2/+2
* Do not concatenate __func__ with strings, because it is not a string.peter2002-03-121-2/+2
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-231-34/+15
* Add OS layer ACPI mutex and threading support.iwasaki2001-12-221-64/+19
* Add disabling code via the debug.acpi.disable environment variable.iwasaki2001-11-221-0/+1
* Cleanups of verbose printing. All the messages for the debugging isiwasaki2001-11-181-21/+20
* Oops, deleted wrong BIF acquisition timeout invocation by mistakeiwasaki2001-11-011-1/+1
* Style(9) fix, mainly white spaces.iwasaki2001-10-301-85/+102
* Some improvements of control method battery driver.iwasaki2001-10-301-23/+43
* Reduce frequency of Battery info (_BIF) acquisition. This helpsiwasaki2001-10-221-6/+38
* Reset timestamps of battery info. and status by thier notify handler.iwasaki2001-06-241-10/+13
* Add sysctl interface (Read-only) for temprature, AC-line and Battery.iwasaki2001-06-231-48/+302
* - Updates for new constant naming in the ACPI CA 20010518 update.msmith2001-05-291-0/+6
* When ensuring the destination buffer is truncated for a string obtainedjhb2001-02-261-1/+1
* ACPI_NUMBER becomes ACPI_INTEGER. acpi_EvaluateNumber becomesmsmith2001-01-311-2/+2
* Add ioctls to acpi_cmbat and acpi_acad. These use mike's acpi_register_ioctl().iwasaki2000-12-241-4/+88
* Add ACPI AC adaptor and ACPI Control Method Battery.takawata2000-12-221-0/+275
OpenPOWER on IntegriCloud