summaryrefslogtreecommitdiff
path: root/configs/Evga
diff options
context:
space:
mode:
authorTele42 <tele42k3@yahoo.com>2018-01-21 09:56:23 -0500
committerGuenter Roeck <linux@roeck-us.net>2018-01-21 07:34:59 -0800
commit1398ef02016db7ca4746da261b2d92a42ef10da3 (patch)
treeca47696685ef50b49505d24608e5ccaef092fb98 /configs/Evga
parent24dab30d23cd99098b487585b54e30b8c4e899cf (diff)
downloadlm-sensors-git-1398ef02016db7ca4746da261b2d92a42ef10da3.tar.gz
configs: Bulk config recovery from archive.org (Part 1)
This is a bulk recovery of the sensor configs found at https://web.archive.org/web/20150901092438/http://www.lm-sensors.org:80/wiki/Configurations The config sections themselves are unaltered, but I've selectively added some, but not all of the extra info around them. Anywhere there's been extra info added, it should be in comments at the top of the config, followed by a double newline to indicate the separation. Attribution has been retained where possible, but links to the mailing list are hosed, so goto the above archive.org link to check if a config has extra origin notes. [groeck: reformatted description] Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'configs/Evga')
-rw-r--r--configs/Evga/x58-SLI.conf37
1 files changed, 37 insertions, 0 deletions
diff --git a/configs/Evga/x58-SLI.conf b/configs/Evga/x58-SLI.conf
new file mode 100644
index 00000000..2a287f65
--- /dev/null
+++ b/configs/Evga/x58-SLI.conf
@@ -0,0 +1,37 @@
+# I have changed it for Evga x58 SLI board. -devsk 06-11-2009
+#
+chip "f71882fg-*"
+
+# Temperature
+ label temp1 "CPU"
+ label temp2 "VREG"
+ label temp3 "System"
+ #ignore temp3
+
+# Fans
+ label fan1 "CPU"
+ label fan2 "Power"
+ label fan3 "Chassis"
+ label fan4 "Aux"
+
+# Voltage
+ label in0 "3.3V"
+ label in1 "Vcore"
+ label in2 "Vdimm"
+ label in3 "Vtt"
+ label in4 "NB"
+ label in5 "+5V"
+ label in6 "+12V"
+ label in7 "3VSB"
+ label in8 "Battery"
+
+# never change the in0, in7 and in8 compute, these are hardwired in the chip!
+ compute in0 (@ * 2), (@ / 2)
+ compute in1 (@ * 1.47), (@ / 1.47)
+ compute in2 (@ * 1.45), (@ / 1.45)
+ compute in3 (@ * 1.241), (@ / 1.241)
+ compute in4 (@ * 1.241), (@ / 1.241)
+ compute in5 (@ * 5.25), (@ / 5.25)
+ compute in6 (@ * 9.23), (@ / 9.23)
+ compute in7 (@ * 2), (@ / 2)
+ compute in8 (@ * 2), (@ / 2)