svn commit: r185854 - stable/6/sys/i386/cpufreq
Maxim Sobolev
sobomax at FreeBSD.org
Wed Dec 10 02:50:19 PST 2008
Author: sobomax
Date: Wed Dec 10 10:50:19 2008
New Revision: 185854
URL: http://svn.freebsd.org/changeset/base/185854
Log:
Fix misplaced /* slipped in the previous commit.
Modified:
stable/6/sys/i386/cpufreq/p4tcc.c
Modified: stable/6/sys/i386/cpufreq/p4tcc.c
==============================================================================
--- stable/6/sys/i386/cpufreq/p4tcc.c Wed Dec 10 10:46:58 2008 (r185853)
+++ stable/6/sys/i386/cpufreq/p4tcc.c Wed Dec 10 10:50:19 2008 (r185854)
@@ -182,7 +182,8 @@ p4tcc_attach(device_t dev)
case 0x13:
case 0x62: /* Pentium D B1: errata AA21 */
case 0x64: /* Pentium D C1: errata AA21 */
- case 0x65: /* Pentium D D0: errata AA21 */ /*
+ case 0x65: /* Pentium D D0: errata AA21 */
+ /*
* These CPU models hang when set to 12.5% or 25%.
* See Errata N44, P18l and AA21.
*/
More information about the svn-src-stable-6
mailing list