summaryrefslogtreecommitdiff
path: root/etc/sensors.conf.eg
diff options
context:
space:
mode:
authorRudolf Marek <r.marek@assembler.cz>2006-03-22 22:47:17 +0000
committerRudolf Marek <r.marek@assembler.cz>2006-03-22 22:47:17 +0000
commit65ff7b8531ed3633db1af29b439ccecec9dfc16c (patch)
tree750e25387ca242fcac4106cbdc3a1e5d877a82a4 /etc/sensors.conf.eg
parent8212877b81fc81c34fe9f83075633d1ddcbdcb2f (diff)
downloadlm-sensors-git-65ff7b8531ed3633db1af29b439ccecec9dfc16c.tar.gz
Add the voltages of W83627EHF, plus minor fixes
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3273 7894878c-1315-0410-8ee3-d5d059ff63e0
Diffstat (limited to 'etc/sensors.conf.eg')
-rw-r--r--etc/sensors.conf.eg39
1 files changed, 34 insertions, 5 deletions
diff --git a/etc/sensors.conf.eg b/etc/sensors.conf.eg
index 4f3b18f8..be85e1b6 100644
--- a/etc/sensors.conf.eg
+++ b/etc/sensors.conf.eg
@@ -2444,11 +2444,38 @@ chip "lm92-*"
# Winbond W83627EHF configuration originally contributed by Leon Moonen
-# This is for an Asus P5P800.
+# This is for an Asus P5P800, voltages for A8V-E SE.
chip "w83627ehf-*"
+
+ label in0 "VCore"
+ label in2 "AVCC"
+ label in3 "3VCC"
+ label in7 "VSB"
+ label in8 "VBAT"
+
+
+# +12V is in1 and +5V is in6 as recommended by datasheet
+ compute in1 @*(1+(56/10)), @/(1+(56/10))
+ compute in6 @*(1+(22/10)), @/(1+(22/10))
+ set in1_min 12.0*0.9
+ set in1_max 12.0*1.1
+ set in6_min 5.0*0.95
+ set in6_max 5.0*1.05
+
+# Set the 3.3V
+ set in2_min 3.3*0.95
+ set in2_max 3.3*1.05
+ set in3_min 3.3*0.95
+ set in3_max 3.3*1.05
+ set in7_min 3.3*0.95
+ set in7_max 3.3*1.05
+ set in8_min 3.3*0.95
+ set in8_max 3.3*1.05
+
# Fans
label fan1 "Case Fan"
label fan2 "CPU Fan"
+ label fan3 "Aux Fan"
# ignore fan3
# ignore fan4
set fan1_min 1200
@@ -2457,11 +2484,13 @@ chip "w83627ehf-*"
# Temperatures
label temp1 "Sys Temp"
label temp2 "CPU Temp"
+ label temp3 "AUX Temp"
+
# ignore temp3
- set temp1_over 45
- set temp1_hyst 40
- set temp2_over 45
- set temp2_hyst 40
+# set temp1_over 45
+# set temp1_hyst 40
+# set temp2_over 45
+# set temp2_hyst 40
# Fintek F71805F/FG configuration