summaryrefslogtreecommitdiff
path: root/sys/dev/acpica/acpi_throttle.c
Commit message (Expand)AuthorAgeFilesLines
* Import ACPICA 20090521.Jung-uk Kim2009-06-051-1/+2
* Catch up with ACPI-CA 20070320 import.Jung-uk Kim2007-03-221-5/+5
* Re-work Cx handling to be per-cpu and asymmetrical, fixing support onNate Lawson2007-01-071-2/+2
* Remove unused variable.Nate Lawson2006-02-211-2/+0
* Canonize the include of acpi.h.David E. O'Brien2005-09-111-1/+1
* Set CPU speed to 100% in acpi_throttle attach. This is needed for someNate Lawson2005-04-101-1/+10
* On i386 platforms at least, ACPI throttling is accomplished by the chipsetNate Lawson2005-03-041-1/+10
* Support disabling individual cpufreq drivers with hints, e.g.,Nate Lawson2005-02-221-0/+3
* Introduce a new method, cpufreq_drv_type(), that returns the type of theNate Lawson2005-02-181-3/+15
* The correct error value for not having enough storage is E2BIG, notNate Lawson2005-02-171-1/+1
* Be sure to register with cpufreq(4). On systems that only supportedNate Lawson2005-02-131-9/+36
* Break out acpi throttling support into a new relative cpufreq driver,Nate Lawson2005-02-061-0/+384