Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: source-changes
Date: 10/29/2007 00:42:30
Module Name:	src
Committed By:	xtraeme
Date:		Mon Oct 29 00:42:30 UTC 2007

Modified Files:
	src/doc: CHANGES
	src/share/man/man4: Makefile
	src/sys/arch/amd64/amd64: identcpu.c
	src/sys/arch/i386/i386: identcpu.c
	src/sys/arch/x86/conf: files.x86
	src/sys/arch/x86/include: cpuvar.h specialreg.h
Added Files:
	src/share/man/man4: coretemp.4
	src/sys/arch/x86/x86: coretemp.c

Log Message:
Add coretemp(4). A new driver for Intel Core's on-die thermal sensor,
available on Intel Core or newer CPUs.

Ported from FreeBSD. Tested by rmind on i386 and joerg on amd64.

Enabled with "options INTEL_CORETEMP".


To generate a diff of this commit:
cvs rdiff -r1.938 -r1.939 src/doc/CHANGES
cvs rdiff -r1.445 -r1.446 src/share/man/man4/Makefile
cvs rdiff -r0 -r1.1 src/share/man/man4/coretemp.4
cvs rdiff -r1.26 -r1.27 src/sys/arch/amd64/amd64/identcpu.c
cvs rdiff -r1.76 -r1.77 src/sys/arch/i386/i386/identcpu.c
cvs rdiff -r1.32 -r1.33 src/sys/arch/x86/conf/files.x86
cvs rdiff -r1.15 -r1.16 src/sys/arch/x86/include/cpuvar.h
cvs rdiff -r1.20 -r1.21 src/sys/arch/x86/include/specialreg.h
cvs rdiff -r0 -r1.1 src/sys/arch/x86/x86/coretemp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.