summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* - Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all thejhb2006-01-062-10/+6
* Be a little more forgiving of lame BIOS writers. If a link device thatjhb2006-01-061-2/+5
* Release the pci_link acpi serial lock if a link device has no actual links.jhb2006-01-031-1/+3
* Make tv_sec a time_t on all platforms but alpha. Brings us more in line withtrhodes2005-12-241-2/+2
* Attach to the vgapci device rather than pci.jhb2005-12-201-1/+11
* Add a new method PCI_FIND_EXTCAP() to the pci bus interface that is usedjhb2005-12-201-0/+1
* Don't flood kernel logs with "invalid _PSS package" messages.bruno2005-12-121-1/+5
* Revert two changes I was testing regarding polling delay.njl2005-12-061-2/+2
* Add KTR support and move some performance debugging variables in the ECnjl2005-12-062-10/+13
* If pci_link has been disabled via the acpi_disable tunable, then bailjhb2005-12-051-0/+3
* Force any hardwire-routed interrupts to level trigger and active lowjhb2005-12-031-2/+4
* Add a missing newline to a printf.jhb2005-12-021-1/+1
* Add a locking stub to call acpi_cmbat_get_bif() now that it is directlynjl2005-11-261-1/+12
* Only copy out the battery status/info if there was no error.njl2005-11-241-5/+6
* - Quiet the pci_link(4) devices so that they don't show up in dmesg now.jhb2005-11-231-1/+22
* Try to fix problems with periodic hangs by never directly calling _BIF.njl2005-11-231-22/+34
* Simplify checks for valid battery info via DeMorgan's Rule. Nonjl2005-11-231-9/+3
* Cache the result of battery info retrieval from smbat as wellume2005-11-221-22/+77
* Fix the code to look up the BIOS IRQ for a given link device by readingjhb2005-11-211-3/+15
* *sigh* Revert stuff that wasn't supposed to be committed. Thejhb2005-11-072-4/+3
* Work around at least one busted BIOS. If we get a source index in a _PRTjhb2005-11-073-4/+16
* Catch up with ACPI-CA 20051021 importjkim2005-11-016-189/+221
* Move HPET debugging under ACPI_TIMER in order to save a bitfield.scottl2005-11-012-2/+1
* Add proper debugging infrastructure for acpi_hpet.c.scottl2005-11-012-0/+5
* Add a basic HPET timecounter.phk2005-10-311-0/+190
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* If we're trying to use C2/3 and reads from the register are returningnjl2005-10-251-3/+24
* 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
* Add prototype to be consistent.njl2005-10-231-0/+1
* Add a hack to get around PCI link devices that report "present" but notnjl2005-10-231-1/+6
* Import ACPI smart battery support. Newer systems (Acer, mostly) do notnjl2005-10-232-0/+687
* Cleanups and support code for importing smart battery support.njl2005-10-232-30/+124
* Commit a workaround to a problem with resource allocation. This helpsimp2005-09-161-0/+2
* Canonize the include of acpi.h.obrien2005-09-1132-33/+33
* Unbreak compiles with ACPI_DEBUG.kan2005-08-261-0/+2
* get current temperature from _TMP during passive cooling is active.ume2005-08-251-15/+33
* initialize only ACPI_BUFFER to avoid race condition with passiveume2005-08-251-1/+8
* don't raise cpu speed over the value when passive cooling is inume2005-08-171-11/+24
* Modify the fix in rev 1.16 slightly. Instead of setting the cap to zero,njl2005-08-111-3/+2
* When summing capacities, skip info from batteries that weren't present.njl2005-08-051-0/+4
* don't do mutex locking around kthread_create() call.ume2005-08-041-4/+16
* Add descriptions for the sysctls.njl2005-07-281-6/+10
* Zero the _BST, _BIF, and battinfo allocations. This is needed since wenjl2005-07-281-3/+3
* Correct the order of some if tests so that we don't complain about beingjhb2005-07-271-2/+2
* Correct minor output bug. When the battery being queried is charging ornjl2005-07-251-0/+7
* Rewrite the acpi_battery interface to allow for other battery typesnjl2005-07-235-524/+448
* Standardize __FBSDID identifiers.njl2005-07-2211-22/+33
* Implement passive cooling. It is enabled for tz0 by default whereume2005-07-181-13/+277
* Add a quirk for a motherboard whose acpi timer runs too fast.dwmalone2005-06-261-0/+8
OpenPOWER on IntegriCloud