| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a missing newline to a printf. | John Baldwin | 2005-12-02 | 1 | -1/+1 |
| * | Add a locking stub to call acpi_cmbat_get_bif() now that it is directly | Nate Lawson | 2005-11-26 | 1 | -1/+12 |
| * | Only copy out the battery status/info if there was no error. | Nate Lawson | 2005-11-24 | 1 | -5/+6 |
| * | - Quiet the pci_link(4) devices so that they don't show up in dmesg now. | John Baldwin | 2005-11-23 | 1 | -1/+22 |
| * | Try to fix problems with periodic hangs by never directly calling _BIF. | Nate Lawson | 2005-11-23 | 1 | -22/+34 |
| * | Simplify checks for valid battery info via DeMorgan's Rule. No | Nate Lawson | 2005-11-23 | 1 | -9/+3 |
| * | Cache the result of battery info retrieval from smbat as well | Hajimu UMEMOTO | 2005-11-22 | 1 | -22/+77 |
| * | Fix the code to look up the BIOS IRQ for a given link device by reading | John Baldwin | 2005-11-21 | 1 | -3/+15 |
| * | *sigh* Revert stuff that wasn't supposed to be committed. The | John Baldwin | 2005-11-07 | 2 | -4/+3 |
| * | Work around at least one busted BIOS. If we get a source index in a _PRT | John Baldwin | 2005-11-07 | 3 | -4/+16 |
| * | Catch up with ACPI-CA 20051021 import | Jung-uk Kim | 2005-11-01 | 6 | -189/+221 |
| * | Move HPET debugging under ACPI_TIMER in order to save a bitfield. | Scott Long | 2005-11-01 | 2 | -2/+1 |
| * | Add proper debugging infrastructure for acpi_hpet.c. | Scott Long | 2005-11-01 | 2 | -0/+5 |
| * | Add a basic HPET timecounter. | Poul-Henning Kamp | 2005-10-31 | 1 | -0/+190 |
| * | Normalize a significant number of kernel malloc type names: | Robert Watson | 2005-10-31 | 1 | -1/+1 |
| * | If we're trying to use C2/3 and reads from the register are returning | Nate Lawson | 2005-10-25 | 1 | -3/+24 |
| * | Invert the check logic. No functional change, but I prefer this version. | Nate Lawson | 2005-10-24 | 1 | -4/+2 |
| * | If no AC line devices are found, go ahead and notify devd that the system | Nate Lawson | 2005-10-24 | 1 | -0/+18 |
| * | Add prototype to be consistent. | Nate Lawson | 2005-10-23 | 1 | -0/+1 |
| * | Add a hack to get around PCI link devices that report "present" but not | Nate Lawson | 2005-10-23 | 1 | -1/+6 |
| * | Import ACPI smart battery support. Newer systems (Acer, mostly) do not | Nate Lawson | 2005-10-23 | 2 | -0/+687 |
| * | Cleanups and support code for importing smart battery support. | Nate Lawson | 2005-10-23 | 2 | -30/+124 |
| * | Commit a workaround to a problem with resource allocation. This helps | Warner Losh | 2005-09-16 | 1 | -0/+2 |
| * | Canonize the include of acpi.h. | David E. O'Brien | 2005-09-11 | 32 | -33/+33 |
| * | Unbreak compiles with ACPI_DEBUG. | Alexander Kabaev | 2005-08-26 | 1 | -0/+2 |
| * | get current temperature from _TMP during passive cooling is active. | Hajimu UMEMOTO | 2005-08-25 | 1 | -15/+33 |
| * | initialize only ACPI_BUFFER to avoid race condition with passive | Hajimu UMEMOTO | 2005-08-25 | 1 | -1/+8 |
| * | don't raise cpu speed over the value when passive cooling is in | Hajimu UMEMOTO | 2005-08-17 | 1 | -11/+24 |
| * | Modify the fix in rev 1.16 slightly. Instead of setting the cap to zero, | Nate Lawson | 2005-08-11 | 1 | -3/+2 |
| * | When summing capacities, skip info from batteries that weren't present. | Nate Lawson | 2005-08-05 | 1 | -0/+4 |
| * | don't do mutex locking around kthread_create() call. | Hajimu UMEMOTO | 2005-08-04 | 1 | -4/+16 |
| * | Add descriptions for the sysctls. | Nate Lawson | 2005-07-28 | 1 | -6/+10 |
| * | Zero the _BST, _BIF, and battinfo allocations. This is needed since we | Nate Lawson | 2005-07-28 | 1 | -3/+3 |
| * | Correct the order of some if tests so that we don't complain about being | John Baldwin | 2005-07-27 | 1 | -2/+2 |
| * | Correct minor output bug. When the battery being queried is charging or | Nate Lawson | 2005-07-25 | 1 | -0/+7 |
| * | Rewrite the acpi_battery interface to allow for other battery types | Nate Lawson | 2005-07-23 | 5 | -524/+448 |
| * | Standardize __FBSDID identifiers. | Nate Lawson | 2005-07-22 | 11 | -22/+33 |
| * | Implement passive cooling. It is enabled for tz0 by default where | Hajimu UMEMOTO | 2005-07-18 | 1 | -13/+277 |
| * | Add a quirk for a motherboard whose acpi timer runs too fast. | David Malone | 2005-06-26 | 1 | -0/+8 |
| * | In newbus land, ivars can only be accessed for direct child, or when | Warner Losh | 2005-06-03 | 1 | -1/+1 |
| * | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi | 2005-05-29 | 3 | -3/+0 |
| * | If devclass_get_devices() returns success but a count of 0, free the | Nate Lawson | 2005-05-20 | 1 | -1/+4 |
| * | Use General definition for general notify. | Takanori Watanabe | 2005-05-19 | 1 | -4/+2 |
| * | If there is a problem during probe, be sure to free up any resources | Nate Lawson | 2005-05-12 | 1 | -2/+2 |
| * | Simplify the ACPI taskqueue implementation. Use a thread queue type instead | Mark Santcroos | 2005-05-09 | 3 | -113/+38 |
| * | Add the tunable "debug.acpi.max_threads" to allow users to set the | Nate Lawson | 2005-04-21 | 2 | -4/+10 |
| * | Use AcpiUtStrupr() instead of strupr() as the latter will disappear in | Mark Santcroos | 2005-04-14 | 1 | -1/+1 |
| * | Probe PCI link devices early so that we turn them all off via _DIS before | John Baldwin | 2005-04-14 | 1 | -0/+4 |
| * | Set CPU speed to 100% in acpi_throttle attach. This is needed for some | Nate Lawson | 2005-04-10 | 1 | -1/+10 |
| * | Advertise that we can handle unified SMP control of processor power | Nate Lawson | 2005-04-10 | 1 | -2/+4 |