| Commit message (Expand) | Author | Age | Files | Lines |
* | Make tv_sec a time_t on all platforms but alpha. Brings us more in line with | trhodes | 2005-12-24 | 1 | -2/+2 |
* | Attach to the vgapci device rather than pci. | jhb | 2005-12-20 | 1 | -1/+11 |
* | Add a new method PCI_FIND_EXTCAP() to the pci bus interface that is used | jhb | 2005-12-20 | 1 | -0/+1 |
* | Don't flood kernel logs with "invalid _PSS package" messages. | bruno | 2005-12-12 | 1 | -1/+5 |
* | Revert two changes I was testing regarding polling delay. | njl | 2005-12-06 | 1 | -2/+2 |
* | Add KTR support and move some performance debugging variables in the EC | njl | 2005-12-06 | 2 | -10/+13 |
* | If pci_link has been disabled via the acpi_disable tunable, then bail | jhb | 2005-12-05 | 1 | -0/+3 |
* | Force any hardwire-routed interrupts to level trigger and active low | jhb | 2005-12-03 | 1 | -2/+4 |
* | Add a missing newline to a printf. | jhb | 2005-12-02 | 1 | -1/+1 |
* | Add a locking stub to call acpi_cmbat_get_bif() now that it is directly | njl | 2005-11-26 | 1 | -1/+12 |
* | Only copy out the battery status/info if there was no error. | njl | 2005-11-24 | 1 | -5/+6 |
* | - Quiet the pci_link(4) devices so that they don't show up in dmesg now. | jhb | 2005-11-23 | 1 | -1/+22 |
* | Try to fix problems with periodic hangs by never directly calling _BIF. | njl | 2005-11-23 | 1 | -22/+34 |
* | Simplify checks for valid battery info via DeMorgan's Rule. No | njl | 2005-11-23 | 1 | -9/+3 |
* | Cache the result of battery info retrieval from smbat as well | ume | 2005-11-22 | 1 | -22/+77 |
* | Fix the code to look up the BIOS IRQ for a given link device by reading | jhb | 2005-11-21 | 1 | -3/+15 |
* | *sigh* Revert stuff that wasn't supposed to be committed. The | jhb | 2005-11-07 | 2 | -4/+3 |
* | Work around at least one busted BIOS. If we get a source index in a _PRT | jhb | 2005-11-07 | 3 | -4/+16 |
* | Catch up with ACPI-CA 20051021 import | jkim | 2005-11-01 | 6 | -189/+221 |
* | Move HPET debugging under ACPI_TIMER in order to save a bitfield. | scottl | 2005-11-01 | 2 | -2/+1 |
* | Add proper debugging infrastructure for acpi_hpet.c. | scottl | 2005-11-01 | 2 | -0/+5 |
* | Add a basic HPET timecounter. | phk | 2005-10-31 | 1 | -0/+190 |
* | Normalize a significant number of kernel malloc type names: | rwatson | 2005-10-31 | 1 | -1/+1 |
* | If we're trying to use C2/3 and reads from the register are returning | njl | 2005-10-25 | 1 | -3/+24 |
* | 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 |
* | Add prototype to be consistent. | njl | 2005-10-23 | 1 | -0/+1 |
* | Add a hack to get around PCI link devices that report "present" but not | njl | 2005-10-23 | 1 | -1/+6 |
* | Import ACPI smart battery support. Newer systems (Acer, mostly) do not | njl | 2005-10-23 | 2 | -0/+687 |
* | Cleanups and support code for importing smart battery support. | njl | 2005-10-23 | 2 | -30/+124 |
* | Commit a workaround to a problem with resource allocation. This helps | imp | 2005-09-16 | 1 | -0/+2 |
* | Canonize the include of acpi.h. | obrien | 2005-09-11 | 32 | -33/+33 |
* | Unbreak compiles with ACPI_DEBUG. | kan | 2005-08-26 | 1 | -0/+2 |
* | get current temperature from _TMP during passive cooling is active. | ume | 2005-08-25 | 1 | -15/+33 |
* | initialize only ACPI_BUFFER to avoid race condition with passive | ume | 2005-08-25 | 1 | -1/+8 |
* | don't raise cpu speed over the value when passive cooling is in | ume | 2005-08-17 | 1 | -11/+24 |
* | Modify the fix in rev 1.16 slightly. Instead of setting the cap to zero, | njl | 2005-08-11 | 1 | -3/+2 |
* | When summing capacities, skip info from batteries that weren't present. | njl | 2005-08-05 | 1 | -0/+4 |
* | don't do mutex locking around kthread_create() call. | ume | 2005-08-04 | 1 | -4/+16 |
* | Add descriptions for the sysctls. | njl | 2005-07-28 | 1 | -6/+10 |
* | Zero the _BST, _BIF, and battinfo allocations. This is needed since we | njl | 2005-07-28 | 1 | -3/+3 |
* | Correct the order of some if tests so that we don't complain about being | jhb | 2005-07-27 | 1 | -2/+2 |
* | Correct minor output bug. When the battery being queried is charging or | njl | 2005-07-25 | 1 | -0/+7 |
* | Rewrite the acpi_battery interface to allow for other battery types | njl | 2005-07-23 | 5 | -524/+448 |
* | Standardize __FBSDID identifiers. | njl | 2005-07-22 | 11 | -22/+33 |
* | Implement passive cooling. It is enabled for tz0 by default where | ume | 2005-07-18 | 1 | -13/+277 |
* | Add a quirk for a motherboard whose acpi timer runs too fast. | dwmalone | 2005-06-26 | 1 | -0/+8 |
* | In newbus land, ivars can only be accessed for direct child, or when | imp | 2005-06-03 | 1 | -1/+1 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 3 | -3/+0 |
* | If devclass_get_devices() returns success but a count of 0, free the | njl | 2005-05-20 | 1 | -1/+4 |