| Commit message (Expand) | Author | Age | Files | Lines |
* | Invert the check logic. No functional change, but I prefer this version. | njl | 2005-10-24 | 1 | -4/+2 |
* | If no AC line devices are found, go ahead and notify devd that the system | njl | 2005-10-24 | 1 | -0/+18 |
* | Canonize the include of acpi.h. | obrien | 2005-09-11 | 1 | -1/+1 |
* | Standardize __FBSDID identifiers. | njl | 2005-07-22 | 1 | -2/+3 |
* | Use General definition for general notify. | takawata | 2005-05-19 | 1 | -4/+2 |
* | Catch up with AcpiOsSleep() interface change. | marks | 2004-12-02 | 1 | -1/+1 |
* | Record the new status after checking if it has changed, not before. This | njl | 2004-08-13 | 1 | -1/+1 |
* | MPSAFE locking | njl | 2004-08-13 | 1 | -30/+16 |
* | Use ACPI_ALL_NOTIFY instead of registering handlers separately. | njl | 2004-07-16 | 1 | -5/+3 |
* | Use the acpi_id_probe() method instead of acpi_MatchHid(), which is now | njl | 2004-06-29 | 1 | -6/+10 |
* | Add support to ACPI to manage its own resources. Previously, resource | njl | 2004-06-13 | 1 | -1/+1 |
* | Add missing <sys/module.h> includes | phk | 2004-05-30 | 1 | -0/+1 |
* | Changes to implement 20040514: | njl | 2004-05-25 | 1 | -4/+3 |
* | Make unnecessary globals static and remove unused includes. | njl | 2004-05-06 | 1 | -1/+0 |
* | Allow the AC adapter device to be disabled with debug.acpi.disable="acad". | njl | 2004-04-20 | 1 | -2/+1 |
* | Add MODULE_DEPEND entries so some of these drivers can eventually be | njl | 2004-04-09 | 1 | -0/+1 |
* | Change to acpi_{Get,Set}Integer to provide both methods. Convert all | njl | 2004-03-03 | 1 | -1/+1 |
* | Add devctl(4) notify support to ACPI. Various subsystems now notify | njl | 2003-10-25 | 1 | -1/+3 |
* | Consistently print attach messages. | njl | 2003-09-26 | 1 | -1/+1 |
* | Print notify values as hex. | njl | 2003-09-14 | 1 | -1/+1 |
* | Revert part of rev. 1.16 -- reinstate system notify handler. It turns out | njl | 2003-08-15 | 1 | -0/+6 |
* | Don't install a system notify handler. Move the device notify handler | njl | 2003-08-15 | 1 | -12/+11 |
* | Style cleanups to match the rest of this directory. For acpi_battery.c, | njl | 2003-08-11 | 1 | -166/+156 |
* | Allow non-privilaged user to retrive battery or AC line information. | takawata | 2003-02-15 | 1 | -0/+5 |
* | Add status initialization code for acpi_cmbat and acpi_acad, | iwasaki | 2002-11-03 | 1 | -1/+37 |
* | Add generalized power profile code. | iwasaki | 2002-03-04 | 1 | -1/+2 |
* | Match namespace cleanup changes in ACPI CA 20020217 update. | msmith | 2002-02-23 | 1 | -2/+2 |
* | Cleanups of verbose printing. All the messages for the debugging is | iwasaki | 2001-11-18 | 1 | -7/+4 |
* | Add APM compatibility feature to ACPI. | iwasaki | 2001-10-26 | 1 | -4/+23 |
* | Initialise the adapter status to an invalid state, so that the initial check | msmith | 2001-09-06 | 1 | -0/+1 |
* | Some minor fixes. | iwasaki | 2001-07-25 | 1 | -4/+11 |
* | Add support for system power profiles; select "performance" when AC power | msmith | 2001-07-07 | 1 | -0/+3 |
* | Add sysctl interface (Read-only) for temprature, AC-line and Battery. | iwasaki | 2001-06-23 | 1 | -11/+54 |
* | - Updates for new constant naming in the ACPI CA 20010518 update. | msmith | 2001-05-29 | 1 | -0/+5 |
* | ACPI_NUMBER becomes ACPI_INTEGER. acpi_EvaluateNumber becomes | msmith | 2001-01-31 | 1 | -1/+1 |
* | Add ioctls to acpi_cmbat and acpi_acad. These use mike's acpi_register_ioctl(). | iwasaki | 2000-12-24 | 1 | -0/+27 |
* | Add ACPI AC adaptor and ACPI Control Method Battery. | takawata | 2000-12-22 | 1 | -0/+138 |