SOURCES: sensors.conf.ecs-K7VTA3 (NEW), sensors.conf.epox-EP-8K9A ...
pascalek
pascalek at pld-linux.org
Wed Nov 15 16:34:28 CET 2006
Author: pascalek Date: Wed Nov 15 15:34:28 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- initial revision
---- Files affected:
SOURCES:
sensors.conf.ecs-K7VTA3 (NONE -> 1.1) (NEW), sensors.conf.epox-EP-8K9A (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/sensors.conf.ecs-K7VTA3
diff -u /dev/null SOURCES/sensors.conf.ecs-K7VTA3:1.1
--- /dev/null Wed Nov 15 16:34:28 2006
+++ SOURCES/sensors.conf.ecs-K7VTA3 Wed Nov 15 16:34:23 2006
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+BUS="viapro isa"
+CHIP="eeprom it87"
+#
+# This config file was prepared for ECS K7VTA3 series motherboards
+# and was tested with ECS K7VTA3 v. 5.0 motherboard.
+#
+
+chip "it87-*"
+
+# Voltage
+ label in0 "CPU Vcore"
+ label in1 "+2.5V"
+ label in2 "+3.3V"
+ label in3 "+5V"
+ label in4 "+12V"
+ label in8 "VBat"
+
+ set in0_min 1.7 * 0.95
+ set in0_max 1.7 * 1.05
+ set in1_min 2.4
+ set in1_max 2.6
+ set in2_min 3.3 * 0.95
+ set in2_max 3.3 * 1.05
+ set in3_min 5.0 * 0.95
+ set in3_max 5.0 * 1.05
+ set in4_min 12 * 0.90
+ set in4_max 12 * 1.10
+ set in7_min 5 * 0.95
+ set in7_max 5 * 1.05
+
+ compute in3 ((6.8/10)+1)*@ , @/((6.8/10)+1)
+ compute in4 ((30/10) +1)*@ , @/((30/10) +1)
+
+ # following sensors don't provide usable information
+ ignore in5
+ ignore in6
+ ignore in7
+ ignore temp3
+ ignore vid
+
+# Temperature
+ label temp1 "System"
+ set temp1_over 60
+ set temp1_low 20
+
+ label temp2 "CPU"
+ set temp2_over 75
+ set temp2_low 20
+
+# Fans
+ label fan1 "CPU Fan"
+ label fan2 "CAS Fan"
+
+ set fan1_min 2000
+ set fan2_min 2000
+
+ ignore fan3
================================================================
Index: SOURCES/sensors.conf.epox-EP-8K9A
diff -u /dev/null SOURCES/sensors.conf.epox-EP-8K9A:1.1
--- /dev/null Wed Nov 15 16:34:28 2006
+++ SOURCES/sensors.conf.epox-EP-8K9A Wed Nov 15 16:34:23 2006
@@ -0,0 +1,47 @@
+# $Revision$, $Date$
+BUS="viapro isa"
+CHIP="eeprom w83627hf"
+#
+# This config file was prepared for Epox 8K9A series motherboards
+# and was tested with EP-8K9AI motherboard.
+#
+
+chip "w83697hf-*"
+
+ label in0 "VCore"
+ label in2 "VAgp"
+ label in3 "+5V"
+ label in4 "+12V"
+ label in5 "+3.3V" # aka. Vio
+ label in6 "Vdimm"
+ label in7 "VBat"
+ label in8 "V5SB"
+
+ compute in3 ((6.8/10)+1)*@ , @/((6.8/10)+1)
+ compute in4 ((28/10)+1)*@ , @/((28/10)+1)
+ compute in8 ((6.8/10)+1)*@ , @/((6.8/10)+1)
+
+ set in0_min 1.8 * 0.95
+ set in0_max 1.8 * 1.05
+ set in2_min 1.5 * 0.95
+ set in2_max 1.5 * 1.05
+ set in3_min 5.0 * 0.95
+ set in3_max 5.0 * 1.05
+ set in4_min 12 * 0.90
+ set in4_max 12 * 1.10
+ set in5_min 3.3 * 0.95
+ set in5_max 3.3 * 1.05
+ set in6_min 2.6 * 0.95
+ set in6_max 2.6 * 1.05
+ set in7_min 3.0 * 0.90
+ set in7_max 3.0 * 1.10
+ set in8_min 5 * 0.90
+ set in8_max 5 * 1.10
+
+ set temp1_over 50
+ set temp1_hyst 45
+ set temp2_over 100
+ set temp2_hyst 90
+
+# uncomment this line if you don't have 2nd fan
+# ignore fan2
================================================================
More information about the pld-cvs-commit
mailing list