summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_throttle.c
Commit message (Expand)AuthorAgeFilesLines
* Re-work Cx handling to be per-cpu and asymmetrical, fixing support onnjl2007-01-071-2/+2
* Remove unused variable.njl2006-02-211-2/+0
* Canonize the include of acpi.h.obrien2005-09-111-1/+1
* Set CPU speed to 100% in acpi_throttle attach. This is needed for somenjl2005-04-101-1/+10
* On i386 platforms at least, ACPI throttling is accomplished by the chipsetnjl2005-03-041-1/+10
* Support disabling individual cpufreq drivers with hints, e.g.,njl2005-02-221-0/+3
* Introduce a new method, cpufreq_drv_type(), that returns the type of thenjl2005-02-181-3/+15
* The correct error value for not having enough storage is E2BIG, notnjl2005-02-171-1/+1
* Be sure to register with cpufreq(4). On systems that only supportednjl2005-02-131-9/+36
* Break out acpi throttling support into a new relative cpufreq driver,njl2005-02-061-0/+384
OpenPOWER on IntegriCloud