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