summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.amd64
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.amd64
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.amd64')
-rw-r--r--sys/conf/files.amd641
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64
index 164c960..2a9a60a 100644
--- a/sys/conf/files.amd64
+++ b/sys/conf/files.amd64
@@ -145,6 +145,7 @@ dev/atkbdc/atkbdc.c optional atkbdc
dev/atkbdc/atkbdc_isa.c optional atkbdc isa
dev/atkbdc/atkbdc_subr.c optional atkbdc
dev/atkbdc/psm.c optional psm atkbdc
+dev/coretemp/coretemp.c optional coretemp
# There are no systems with isa slots, so all ed isa entries should go..
dev/ed/if_ed_3c503.c optional ed isa ed_3c503
dev/ed/if_ed_isa.c optional ed isa
OpenPOWER on IntegriCloud