summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2009-12-01 12:14:54 +0000
committerkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2009-12-01 12:14:54 +0000
commit46ca1154591b801f0831368ada8855946f1d18c1 (patch)
tree451af72df2495b360a55e352e281b910441142c7 /etc
parentcf407dea9d279885db885b4885f44b166562604b (diff)
downloadlm-sensors-46ca1154591b801f0831368ada8855946f1d18c1.tar.gz
Add a default configuration section for adt7473 and adt7475.
Add a default configuration section for adt7476 and adt7490. git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@5803 7894878c-1315-0410-8ee3-d5d059ff63e0
Diffstat (limited to 'etc')
-rw-r--r--etc/sensors.conf.default29
1 files changed, 29 insertions, 0 deletions
diff --git a/etc/sensors.conf.default b/etc/sensors.conf.default
index 51b8977f..9d3e408c 100644
--- a/etc/sensors.conf.default
+++ b/etc/sensors.conf.default
@@ -403,3 +403,32 @@ chip "f8000-*"
compute in0 @*2, @/2
compute in1 @*2, @/2
compute in2 @*2, @/2
+
+
+chip "adt7473-*" "adt7475-*"
+
+ label in2 "+3.3V"
+
+ set in2_min 3.3 * 0.90
+ set in2_max 3.3 * 1.10
+
+ label temp2 "Board Temp"
+
+
+chip "adt7476-*" "adt7490-*"
+
+ label in1 "Vcore"
+ label in2 "+3.3V"
+ label in3 "+5V"
+ label in4 "+12V"
+
+ set in2_min 3.3 * 0.90
+ set in2_max 3.3 * 1.10
+ set in3_min 5.0 * 0.90
+ set in3_max 5.0 * 1.10
+# Depending on how your ADT7476 is hardwired, you may or may not have
+# +12V readings.
+# set in4_min 12.0 * 0.90
+# set in4_max 12.0 * 1.10
+
+ label temp2 "M/B Temp"