Subject: CVS commit: src/sys/arch/i386/i386
To: None <source-changes@NetBSD.org>
From: Allen Briggs <briggs@netbsd.org>
List: source-changes
Date: 03/20/2006 05:21:27
Module Name: src
Committed By: briggs
Date: Mon Mar 20 05:21:27 UTC 2006
Modified Files:
src/sys/arch/i386/i386: identcpu.c
Log Message:
After reading up a bit in the ia32 system architecture manual, take
a shot at enabling thermal monitoring. On a Dell MP Xeon here, the
BIOS leaves the CPU out of spec. by not enabling thermal monitoring
at all. It looks like this code is not properly handling TM2 for
P-4 systems. Pentium-D and Pentium-4 systems enable TM2 differently.
I'm not sufficiently clued-up to deal with that at the moment.
To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 src/sys/arch/i386/i386/identcpu.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.