summaryrefslogtreecommitdiff
path: root/etc/sensors.conf.eg
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2007-07-07 16:57:07 +0000
committerHans de Goede <hdegoede@redhat.com>2007-07-07 16:57:07 +0000
commit15f1274aef7dccadf4c1bcea5db19663ad48aa4b (patch)
tree046316f1c32c56375ecce5a7a11dfc40d54c0a6c /etc/sensors.conf.eg
parent3549a9423225d16db2ebd132ed4503e6e1ea8c5e (diff)
downloadlm-sensors-git-15f1274aef7dccadf4c1bcea5db19663ad48aa4b.tar.gz
add f71882fg sensors.conf.eg entry
git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4580 7894878c-1315-0410-8ee3-d5d059ff63e0
Diffstat (limited to 'etc/sensors.conf.eg')
-rw-r--r--etc/sensors.conf.eg47
1 files changed, 47 insertions, 0 deletions
diff --git a/etc/sensors.conf.eg b/etc/sensors.conf.eg
index 06dd49c6..77ba9449 100644
--- a/etc/sensors.conf.eg
+++ b/etc/sensors.conf.eg
@@ -2848,3 +2848,50 @@ chip "dme1737-*"
# set fan4_min 1000
# set fan5_min 1000
# set fan6_min 1000
+
+
+#
+# sample configuration for the Fintek f71882fg and f71883fg
+#
+# The configuration below is for the Epox EP-9U1697 GLI board, which has a
+# Fintek f71883fg relabeled as Epox ep1308, this is the default config as this
+# driver is developed and tested on an Epox EP-9U1697 GLI board.
+#
+# Premade configurations for other boards can be found at:
+# http://www.lm-sensors.org/trac/wiki/Configurations/
+# If your motherboard isn't listed there and you create a configuration for it
+# please add it there.
+#
+chip "f71882fg-*"
+
+# Temperature
+ label temp1 "CPU"
+ label temp2 "System"
+ ignore temp3
+
+# Fans
+ label fan1 "CPU"
+ ignore fan2
+ ignore fan3
+ ignore fan4
+
+# Voltage
+ label in0 "3.3V"
+ label in1 "Vcore"
+ label in2 "Vdimm"
+ label in3 "Vchip"
+ label in4 "+5V"
+ label in5 "12V"
+ label in6 "5VSB"
+ label in7 "3VSB"
+ label in8 "Batery"
+
+# never change the in0, in7 and in8 compute, these are hardwired in the chip!
+ compute in0 (@ * 2), (@ / 2)
+ compute in2 (@ * 2), (@ / 2)
+ compute in3 (@ * 2), (@ / 2)
+ compute in4 (@ * 5.25), (@ / 5.25)
+ compute in5 (@ * 12.83), (@ / 12.83)
+ compute in6 (@ * 5.25), (@ / 5.25)
+ compute in7 (@ * 2), (@ / 2)
+ compute in8 (@ * 2), (@ / 2)