index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
cpufreq
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a quirk to disable this driver for certain older laptops with an ICH2
jhb
2013-02-26
1
-4
/
+17
*
Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...
sbz
2013-01-30
1
-1
/
+1
*
Attach the cpufreq child devices with specific orders to enforce relative
jhb
2008-08-13
1
-1
/
+1
*
Probe CPUs after the PCI hierarchy on i386, amd64, and ia64. This allows
jhb
2008-03-10
1
-61
/
+50
*
Since DELAY() was moved, most <machine/clock.h> #includes have been
phk
2006-05-16
1
-1
/
+0
*
Only activate ICH speedstep if we're going to use it. No bugs were observed
njl
2005-03-20
1
-9
/
+9
*
Make a pass through all drivers checking specs for desired behavior on
njl
2005-02-27
1
-1
/
+5
*
Support disabling individual cpufreq drivers with hints, e.g.,
njl
2005-02-22
1
-0
/
+3
*
Don't attach ichss if est is present. On systems that seem to support both,
njl
2005-02-20
1
-2
/
+6
*
Introduce a new method, cpufreq_drv_type(), that returns the type of the
njl
2005-02-18
1
-9
/
+18
*
Fix the check for acpi_perf(4) so that we verify if it is fully attached
njl
2005-02-17
1
-4
/
+14
*
Use intr_disable/restore() instead of disable_intr() since the latter is
njl
2005-02-05
1
-2
/
+3
*
Don't rely on indirect inclusion of machine/bus.h to use
imp
2005-02-04
1
-0
/
+1
*
Add a cpufreq driver for the SpeedStep capability in the ICH chipset. This
njl
2005-02-04
1
-0
/
+372