summaryrefslogtreecommitdiff
path: root/configs/Kontron
diff options
context:
space:
mode:
authorTele42 <tele42k3@yahoo.com>2018-01-21 09:58:17 -0500
committerGuenter Roeck <linux@roeck-us.net>2018-01-21 07:36:09 -0800
commit7547870646e68402c1f9f503b96a03d5e01a89d9 (patch)
treeb007ff5ac9306a20ff622c12a64f516b9d689884 /configs/Kontron
parent1398ef02016db7ca4746da261b2d92a42ef10da3 (diff)
downloadlm-sensors-git-7547870646e68402c1f9f503b96a03d5e01a89d9.tar.gz
configs: Bulk config recovery from archive.org (Part 2)
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/Kontron')
-rw-r--r--configs/Kontron/986LCD-M.conf48
1 files changed, 48 insertions, 0 deletions
diff --git a/configs/Kontron/986LCD-M.conf b/configs/Kontron/986LCD-M.conf
new file mode 100644
index 00000000..cf36bd61
--- /dev/null
+++ b/configs/Kontron/986LCD-M.conf
@@ -0,0 +1,48 @@
+# Voltage section for the Kontron 986LCD-M:
+
+chip "w83627thf-*"
+
+# Voltages
+
+ label in0 "Vcore"
+ label in1 "+12V"
+ label in2 "+3.3V"
+ label in3 "+5V"
+ label in4 "+1.5V"
+ label in7 "5VSB"
+ label in8 "Vbat"
+
+ # External resistors
+ compute in1 @ * (1 + 10/3.57), @ / (1 + 10/3.57)
+ # Internal resistors
+ compute in3 @ * (1 + 34/51), @ / (1 + 34/51)
+ compute in7 @ * (1 + 34/51), @ / (1 + 34/51)
+
+ set in1_min 12.0 * 0.95
+ set in1_max 12.0 * 1.05
+ 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 1.5 * 0.95
+ set in4_max 1.5 * 1.05
+ set in7_min 5.0 * 0.90
+ set in7_max 5.0 * 1.10
+ set in8_min 3.0 * 0.90
+ set in8_max 3.0 * 1.15
+
+# Fans
+
+ label fan1 "Sys Fan"
+ label fan2 "CPU Fan"
+ label fan3 "Aux Fan"
+
+# Temperatures
+
+ label temp1 "M/B Temp"
+ label temp2 "CPU Temp"
+ # temp3 is an optional external sensor
+
+ # Default limits for temp2 and temp3 are sane, but not for temp1
+ set temp1_max 80
+ set temp1_max_hyst 75