summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_acad.c
Commit message (Expand)AuthorAgeFilesLines
* Do not hold the ACPI A/C adapter lock when changing the power profile.jhb2009-09-301-2/+3
* Import ACPICA 20090521.jkim2009-06-051-1/+2
* Catch up with ACPI-CA 20070320 import.jkim2007-03-221-2/+2
* Invert the check logic. No functional change, but I prefer this version.njl2005-10-241-4/+2
* If no AC line devices are found, go ahead and notify devd that the systemnjl2005-10-241-0/+18
* Canonize the include of acpi.h.obrien2005-09-111-1/+1
* Standardize __FBSDID identifiers.njl2005-07-221-2/+3
* Use General definition for general notify.takawata2005-05-191-4/+2
* Catch up with AcpiOsSleep() interface change.marks2004-12-021-1/+1
* Record the new status after checking if it has changed, not before. Thisnjl2004-08-131-1/+1
* MPSAFE lockingnjl2004-08-131-30/+16
* Use ACPI_ALL_NOTIFY instead of registering handlers separately.njl2004-07-161-5/+3
* Use the acpi_id_probe() method instead of acpi_MatchHid(), which is nownjl2004-06-291-6/+10
* Add support to ACPI to manage its own resources. Previously, resourcenjl2004-06-131-1/+1
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Changes to implement 20040514:njl2004-05-251-4/+3
* Make unnecessary globals static and remove unused includes.njl2004-05-061-1/+0
* Allow the AC adapter device to be disabled with debug.acpi.disable="acad".njl2004-04-201-2/+1
* Add MODULE_DEPEND entries so some of these drivers can eventually benjl2004-04-091-0/+1
* Change to acpi_{Get,Set}Integer to provide both methods. Convert allnjl2004-03-031-1/+1
* Add devctl(4) notify support to ACPI. Various subsystems now notifynjl2003-10-251-1/+3
* Consistently print attach messages.njl2003-09-261-1/+1
* Print notify values as hex.njl2003-09-141-1/+1
* Revert part of rev. 1.16 -- reinstate system notify handler. It turns outnjl2003-08-151-0/+6
* Don't install a system notify handler. Move the device notify handlernjl2003-08-151-12/+11
* Style cleanups to match the rest of this directory. For acpi_battery.c,njl2003-08-111-166/+156
* 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-1/+37
* Add generalized power profile code.iwasaki2002-03-041-1/+2
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-231-2/+2
* Cleanups of verbose printing. All the messages for the debugging isiwasaki2001-11-181-7/+4
* Add APM compatibility feature to ACPI.iwasaki2001-10-261-4/+23
* Initialise the adapter status to an invalid state, so that the initial checkmsmith2001-09-061-0/+1
* Some minor fixes.iwasaki2001-07-251-4/+11
* Add support for system power profiles; select "performance" when AC powermsmith2001-07-071-0/+3
* Add sysctl interface (Read-only) for temprature, AC-line and Battery.iwasaki2001-06-231-11/+54
* - Updates for new constant naming in the ACPI CA 20010518 update.msmith2001-05-291-0/+5
* ACPI_NUMBER becomes ACPI_INTEGER. acpi_EvaluateNumber becomesmsmith2001-01-311-1/+1
* Add ioctls to acpi_cmbat and acpi_acad. These use mike's acpi_register_ioctl().iwasaki2000-12-241-0/+27
* Add ACPI AC adaptor and ACPI Control Method Battery.takawata2000-12-221-0/+138
OpenPOWER on IntegriCloud