summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.i386
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2007-08-15 19:26:03 +0000
committerdes <des@FreeBSD.org>2007-08-15 19:26:03 +0000
commitfcec3dfa481cd41cfe77025d8ad114e7bc6ddd87 (patch)
tree363a48e98760864eda4f25ebb9027fb0f1e54983 /sys/conf/files.i386
parent316803b0b8a51bdb521cdc211dec0fb22db6c605 (diff)
downloadFreeBSD-src-fcec3dfa481cd41cfe77025d8ad114e7bc6ddd87.zip
FreeBSD-src-fcec3dfa481cd41cfe77025d8ad114e7bc6ddd87.tar.gz
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 <rpaulo@fnop.net> Sponsored by: Google Summer of Code 2007 Tested by: des, marcus, Constantine A. Murenin, Ian FREISLICH Approved by: re (kensmith) MFC after: 3 weeks
Diffstat (limited to 'sys/conf/files.i386')
-rw-r--r--sys/conf/files.i3861
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index 5653c10..fc47798 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -158,6 +158,7 @@ dev/ce/ceddk.c optional ce
dev/ce/if_ce.c optional ce
dev/ce/tau32-ddk.c optional ce
dev/cm/if_cm_isa.c optional cm isa
+dev/coretemp/coretemp.c optional coretemp
dev/cp/cpddk.c optional cp
dev/cp/if_cp.c optional cp
dev/ctau/ctau.c optional ctau
OpenPOWER on IntegriCloud