cvs commit: src/sys/i386/cpufreq est.c
Nate Lawson
njl at FreeBSD.org
Sun Jul 3 01:27:10 GMT 2005
njl 2005-02-20 20:27:59 UTC
FreeBSD src repository
Added files:
sys/i386/cpufreq est.c
Log:
Add the Enhanced SpeedStep driver (EST). Currently, this driver only works
on the previous generation of Pentium-M processors (Banias). Support for
Dothan and later processors involves working with acpi_perf(4) to extract
information about supported states. This driver should work on MP systems
including HTT. It is experimental and may have a few bugs but has been
tested to not crash at least.
Thanks to Colin Percival for his initial work on this driver.
Revision Changes Path
1.1 +785 -0 src/sys/i386/cpufreq/est.c (new)
More information about the cvs-src
mailing list