Date: Sun, 03 Jul 2005 01:25:49 -0000 From: Nate Lawson <njl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/cpufreq est.c Message-ID: <200502202027.j1KKRxUM054505@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502202027.j1KKRxUM054505>