summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_cmbat.c
Commit message (Expand)AuthorAgeFilesLines
* 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