aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* Add a missing newline to a printf.John Baldwin2005-12-021-1/+1
* Add a locking stub to call acpi_cmbat_get_bif() now that it is directlyNate Lawson2005-11-261-1/+12
* Only copy out the battery status/info if there was no error.Nate Lawson2005-11-241-5/+6
* - Quiet the pci_link(4) devices so that they don't show up in dmesg now.John Baldwin2005-11-231-1/+22
* Try to fix problems with periodic hangs by never directly calling _BIF.Nate Lawson2005-11-231-22/+34
* Simplify checks for valid battery info via DeMorgan's Rule. NoNate Lawson2005-11-231-9/+3
* Cache the result of battery info retrieval from smbat as wellHajimu UMEMOTO2005-11-221-22/+77
* Fix the code to look up the BIOS IRQ for a given link device by readingJohn Baldwin2005-11-211-3/+15
* *sigh* Revert stuff that wasn't supposed to be committed. TheJohn Baldwin2005-11-072-4/+3
* Work around at least one busted BIOS. If we get a source index in a _PRTJohn Baldwin2005-11-073-4/+16
* Catch up with ACPI-CA 20051021 importJung-uk Kim2005-11-016-189/+221
* Move HPET debugging under ACPI_TIMER in order to save a bitfield.Scott Long2005-11-012-2/+1
* Add proper debugging infrastructure for acpi_hpet.c.Scott Long2005-11-012-0/+5
* Add a basic HPET timecounter.Poul-Henning Kamp2005-10-311-0/+190
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* If we're trying to use C2/3 and reads from the register are returningNate Lawson2005-10-251-3/+24
* Invert the check logic. No functional change, but I prefer this version.Nate Lawson2005-10-241-4/+2
* If no AC line devices are found, go ahead and notify devd that the systemNate Lawson2005-10-241-0/+18
* Add prototype to be consistent.Nate Lawson2005-10-231-0/+1
* Add a hack to get around PCI link devices that report "present" but notNate Lawson2005-10-231-1/+6
* Import ACPI smart battery support. Newer systems (Acer, mostly) do notNate Lawson2005-10-232-0/+687
* Cleanups and support code for importing smart battery support.Nate Lawson2005-10-232-30/+124
* Commit a workaround to a problem with resource allocation. This helpsWarner Losh2005-09-161-0/+2
* Canonize the include of acpi.h.David E. O'Brien2005-09-1132-33/+33
* Unbreak compiles with ACPI_DEBUG.Alexander Kabaev2005-08-261-0/+2
* get current temperature from _TMP during passive cooling is active.Hajimu UMEMOTO2005-08-251-15/+33
* initialize only ACPI_BUFFER to avoid race condition with passiveHajimu UMEMOTO2005-08-251-1/+8
* don't raise cpu speed over the value when passive cooling is inHajimu UMEMOTO2005-08-171-11/+24
* Modify the fix in rev 1.16 slightly. Instead of setting the cap to zero,Nate Lawson2005-08-111-3/+2
* When summing capacities, skip info from batteries that weren't present.Nate Lawson2005-08-051-0/+4
* don't do mutex locking around kthread_create() call.Hajimu UMEMOTO2005-08-041-4/+16
* Add descriptions for the sysctls.Nate Lawson2005-07-281-6/+10
* Zero the _BST, _BIF, and battinfo allocations. This is needed since weNate Lawson2005-07-281-3/+3
* Correct the order of some if tests so that we don't complain about beingJohn Baldwin2005-07-271-2/+2
* Correct minor output bug. When the battery being queried is charging orNate Lawson2005-07-251-0/+7
* Rewrite the acpi_battery interface to allow for other battery typesNate Lawson2005-07-235-524/+448
* Standardize __FBSDID identifiers.Nate Lawson2005-07-2211-22/+33
* Implement passive cooling. It is enabled for tz0 by default whereHajimu UMEMOTO2005-07-181-13/+277
* Add a quirk for a motherboard whose acpi timer runs too fast.David Malone2005-06-261-0/+8
* In newbus land, ivars can only be accessed for direct child, or whenWarner Losh2005-06-031-1/+1
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-293-3/+0
* If devclass_get_devices() returns success but a count of 0, free theNate Lawson2005-05-201-1/+4
* Use General definition for general notify.Takanori Watanabe2005-05-191-4/+2
* If there is a problem during probe, be sure to free up any resourcesNate Lawson2005-05-121-2/+2
* Simplify the ACPI taskqueue implementation. Use a thread queue type insteadMark Santcroos2005-05-093-113/+38
* Add the tunable "debug.acpi.max_threads" to allow users to set theNate Lawson2005-04-212-4/+10
* Use AcpiUtStrupr() instead of strupr() as the latter will disappear inMark Santcroos2005-04-141-1/+1
* Probe PCI link devices early so that we turn them all off via _DIS beforeJohn Baldwin2005-04-141-0/+4
* Set CPU speed to 100% in acpi_throttle attach. This is needed for someNate Lawson2005-04-101-1/+10
* Advertise that we can handle unified SMP control of processor powerNate Lawson2005-04-101-2/+4