summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_throttle.c
Commit message (Expand)AuthorAgeFilesLines
* Do not probe Intel PIIX4 south bridge quirks on amd64. These quirky southjkim2015-05-211-4/+4
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-301-1/+1
* This isn't functionally identical. In some cases a hint to disableeadler2012-10-221-0/+3
* Now that device disabling is generic, remove extraneous code from theeadler2012-10-221-3/+0
* Import ACPICA 20090521.jkim2009-06-051-1/+2
* Catch up with ACPI-CA 20070320 import.jkim2007-03-221-5/+5
* 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