]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a driver for SMI-based SpeedStep. The hardware supports two frequency
authornjl <njl@FreeBSD.org>
Tue, 19 Apr 2005 16:38:24 +0000 (16:38 +0000)
committernjl <njl@FreeBSD.org>
Tue, 19 Apr 2005 16:38:24 +0000 (16:38 +0000)
commit02441a3243fe96db9a5991b798d385b295d3c322
treefd38e33ec272b89b54d11828c5b7a9c9f287b574
parent4af1f1c996c5a10d5abda69740ef9d77b3dd8a4f
Add a driver for SMI-based SpeedStep.  The hardware supports two frequency
settings and is an older version of the same design used for ICH SpeedStep.
It is only known to be available on PIIX4 chipsets.

Many thanks to Bruno Ducrot for writing the driver and Jon Noack for
testing.

Submitted by: Bruno Ducrot
share/man/man4/cpufreq.4
sys/i386/cpufreq/smist.c [new file with mode: 0644]
sys/modules/cpufreq/Makefile