summaryrefslogtreecommitdiffstats
path: root/sys/dev/cpufreq
Commit message (Expand)AuthorAgeFilesLines
* Add a quirk to disable this driver for certain older laptops with an ICH2jhb2013-02-261-4/+17
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-301-1/+1
* Attach the cpufreq child devices with specific orders to enforce relativejhb2008-08-131-1/+1
* Probe CPUs after the PCI hierarchy on i386, amd64, and ia64. This allowsjhb2008-03-101-61/+50
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Only activate ICH speedstep if we're going to use it. No bugs were observednjl2005-03-201-9/+9
* Make a pass through all drivers checking specs for desired behavior onnjl2005-02-271-1/+5
* Support disabling individual cpufreq drivers with hints, e.g.,njl2005-02-221-0/+3
* Don't attach ichss if est is present. On systems that seem to support both,njl2005-02-201-2/+6
* Introduce a new method, cpufreq_drv_type(), that returns the type of thenjl2005-02-181-9/+18
* Fix the check for acpi_perf(4) so that we verify if it is fully attachednjl2005-02-171-4/+14
* Use intr_disable/restore() instead of disable_intr() since the latter isnjl2005-02-051-2/+3
* Don't rely on indirect inclusion of machine/bus.h to useimp2005-02-041-0/+1
* Add a cpufreq driver for the SpeedStep capability in the ICH chipset. Thisnjl2005-02-041-0/+372
OpenPOWER on IntegriCloud