des 2007-08-15 19:26:03 UTC
FreeBSD src repository
Modified files:
sys/amd64/include specialreg.h
sys/conf files.amd64 files.i386
sys/i386/include specialreg.h
sys/modules Makefile
sys/amd64/conf NOTES
sys/i386/conf NOTES
Added files:
sys/dev/coretemp coretemp.c
sys/modules/coretemp Makefile
Log:
Add a driver for the on-die digital thermal sensor found on Intel Core
and newer CPUs (including Core 2 and Core / Core 2 based Xeons). The
driver attaches to each cpu device and creates a sysctl node in that
device's sysctl context (dev.cpu.N.temperature). When invoked, the
handler binds to the appropriate CPU to ensure a correct reading.
Submitted by: Rui Paulo <[EMAIL PROTECTED]>
Sponsored by: Google Summer of Code 2007
Tested by: des, marcus, Constantine A. Murenin, Ian FREISLICH
Approved by: re (kensmith)
MFC after: 3 weeks
Revision Changes Path
1.69 +7 -0 src/sys/amd64/conf/NOTES
1.40 +1 -0 src/sys/amd64/include/specialreg.h
1.107 +1 -0 src/sys/conf/files.amd64
1.580 +1 -0 src/sys/conf/files.i386
1.1 +268 -0 src/sys/dev/coretemp/coretemp.c (new)
1.1244 +7 -0 src/sys/i386/conf/NOTES
1.42 +1 -0 src/sys/i386/include/specialreg.h
1.539 +3 -0 src/sys/modules/Makefile
1.1 +8 -0 src/sys/modules/coretemp/Makefile (new)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"