| Commit message (Expand) | Author | Age | Files | Lines |
* | Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de... | sbz | 2013-01-30 | 1 | -1/+1 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 1 | -1/+2 |
* | small cleanup of acpi battery status setting and checking | avg | 2010-12-17 | 1 | -0/+6 |
* | Import ACPICA 20090521. | jkim | 2009-06-05 | 1 | -1/+2 |
* | Catch up with ACPI-CA 20070320 import. | jkim | 2007-03-22 | 1 | -3/+3 |
* | Oops, untested code was included accidentally. | iwasaki | 2006-04-15 | 1 | -1/+3 |
* | Import ACPI Dock Station support. Note that this is still very young. | iwasaki | 2006-04-15 | 1 | -0/+5 |
* | Add a locking stub to call acpi_cmbat_get_bif() now that it is directly | njl | 2005-11-26 | 1 | -1/+12 |
* | Try to fix problems with periodic hangs by never directly calling _BIF. | njl | 2005-11-23 | 1 | -22/+34 |
* | Canonize the include of acpi.h. | obrien | 2005-09-11 | 1 | -1/+1 |
* | Rewrite the acpi_battery interface to allow for other battery types | njl | 2005-07-23 | 1 | -360/+149 |
* | Only report a critical battery level once until it's gone non-critical. | njl | 2004-12-20 | 1 | -3/+9 |
* | Catch up with AcpiOsSleep() interface change. | marks | 2004-12-02 | 1 | -1/+1 |
* | Notify the user when the battery is critically low. In the future, we | njl | 2004-10-11 | 1 | -0/+4 |
* | Fix a deadlock on boot for some systems where reading the battery status | njl | 2004-08-17 | 1 | -2/+6 |
* | MPSAFE locking | njl | 2004-08-13 | 1 | -171/+127 |
* | Use ACPI_ALL_NOTIFY instead of registering handlers separately. | njl | 2004-07-16 | 1 | -3/+1 |
* | Some laptops report the "design-capacity" instead of the "real-capacity" | marks | 2004-07-14 | 1 | -0/+9 |
* | Add the ability to detach a battery. Now batteries that are detached are | njl | 2004-07-12 | 1 | -1/+16 |
* | Use the acpi_id_probe() method instead of acpi_MatchHid(), which is now | njl | 2004-06-29 | 1 | -6/+7 |
* | Add support to ACPI to manage its own resources. Previously, resource | njl | 2004-06-13 | 1 | -2/+2 |
* | Add missing <sys/module.h> includes | phk | 2004-05-30 | 1 | -0/+1 |
* | Add MODULE_DEPEND entries so some of these drivers can eventually be | njl | 2004-04-09 | 1 | -0/+1 |
* | Update to use the new package routines instead of rolling our own | njl | 2003-12-23 | 1 | -66/+40 |
* | Add devctl(4) notify support to ACPI. Various subsystems now notify | njl | 2003-10-25 | 1 | -0/+2 |
* | Consistently print attach messages. | njl | 2003-09-26 | 1 | -1/+1 |
* | Add the -i flag to acpiconf(8) to retrieve battery information. | njl | 2003-09-13 | 1 | -2/+2 |
* | Add a system notify handler in addition to the device notify handler. | njl | 2003-09-11 | 1 | -0/+9 |
* | De-inline functions which do not need to be inline. Move the DEVMETHOD | njl | 2003-08-15 | 1 | -23/+23 |
* | Style cleanups to match the rest of this directory. For acpi_battery.c, | njl | 2003-08-11 | 1 | -517/+478 |
* | 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 | -6/+83 |
* | Use the _STA method of a battery control method to see if a battery is | jhb | 2002-08-21 | 1 | -10/+16 |
* | Add NULL check for the output buffer from AcpiEvaluateObject(). | iwasaki | 2002-07-23 | 1 | -2/+2 |
* | Do not concatenate __func__ with strings, because it is not a string. | peter | 2002-03-12 | 1 | -2/+2 |
* | Match namespace cleanup changes in ACPI CA 20020217 update. | msmith | 2002-02-23 | 1 | -34/+15 |
* | Add OS layer ACPI mutex and threading support. | iwasaki | 2001-12-22 | 1 | -64/+19 |
* | Add disabling code via the debug.acpi.disable environment variable. | iwasaki | 2001-11-22 | 1 | -0/+1 |
* | Cleanups of verbose printing. All the messages for the debugging is | iwasaki | 2001-11-18 | 1 | -21/+20 |
* | Oops, deleted wrong BIF acquisition timeout invocation by mistake | iwasaki | 2001-11-01 | 1 | -1/+1 |
* | Style(9) fix, mainly white spaces. | iwasaki | 2001-10-30 | 1 | -85/+102 |
* | Some improvements of control method battery driver. | iwasaki | 2001-10-30 | 1 | -23/+43 |
* | Reduce frequency of Battery info (_BIF) acquisition. This helps | iwasaki | 2001-10-22 | 1 | -6/+38 |
* | Reset timestamps of battery info. and status by thier notify handler. | iwasaki | 2001-06-24 | 1 | -10/+13 |
* | Add sysctl interface (Read-only) for temprature, AC-line and Battery. | iwasaki | 2001-06-23 | 1 | -48/+302 |
* | - Updates for new constant naming in the ACPI CA 20010518 update. | msmith | 2001-05-29 | 1 | -0/+6 |
* | When ensuring the destination buffer is truncated for a string obtained | jhb | 2001-02-26 | 1 | -1/+1 |
* | ACPI_NUMBER becomes ACPI_INTEGER. acpi_EvaluateNumber becomes | msmith | 2001-01-31 | 1 | -2/+2 |
* | Add ioctls to acpi_cmbat and acpi_acad. These use mike's acpi_register_ioctl(). | iwasaki | 2000-12-24 | 1 | -4/+88 |
* | Add ACPI AC adaptor and ACPI Control Method Battery. | takawata | 2000-12-22 | 1 | -0/+275 |