summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configs/Biostar/A960D+V2.conf51
-rwxr-xr-xprog/detect/sensors-detect7
2 files changed, 58 insertions, 0 deletions
diff --git a/configs/Biostar/A960D+V2.conf b/configs/Biostar/A960D+V2.conf
new file mode 100644
index 00000000..12e7d84f
--- /dev/null
+++ b/configs/Biostar/A960D+V2.conf
@@ -0,0 +1,51 @@
+# Configuration file contributed by Leandro Nini.
+
+
+# libsensors configuration file
+# -----------------------------
+#
+# This is a first attempt at a custom configuration file for the Biostar A960D+V2.
+# This custom configuration file should be copied to /etc/sensors.d/Biostar-A960D+V2.conf.
+#
+# Custom configuration files for some specific mainboards can be found at
+# https://github.com/lm-sensors/lm-sensors/tree/master/configs
+
+# READ THE MAN PAGE DOCUMENTATION OF 'sensors.conf' FOR MORE
+# COMPLETE INFORMATION. ie:
+
+# man sensors.conf
+
+chip "it8728-*"
+
+# All labels set to match Biostar A960D+V2 BIOS displayed labels. See
+# the 'PC Health' screen in the BIOS.
+
+# Voltage settings
+
+ label in0 "CPU"
+ label in1 "DDR"
+ label in2 "+12V"
+ label in3 "+5V"
+ ignore in4
+ ignore in5
+ label in6 "Chip"
+
+ compute in2 6.0*@,@/6.0
+ compute in3 ((15/10)+1)*@ , @/((15/10)+1)
+
+# Fan settings
+
+ label fan1 "CPU Fan"
+ label fan2 "Sys1 Fan"
+ ignore fan3
+
+# Temperature sensor settings
+
+ label temp1 "CPU Temp"
+ label temp3 "Sys Temp"
+
+# temp2 is not identified
+ ignore temp2
+
+ ignore intrusion0
+
diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect
index 27ce3a41..4a73e1f9 100755
--- a/prog/detect/sensors-detect
+++ b/prog/detect/sensors-detect
@@ -2289,6 +2289,13 @@ use constant FEAT_SMBUS => (1 << 7);
logdev => 0x0b,
features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
}, {
+ name => "Nuvoton NCT6687D eSIO",
+ driver => "nct6683",
+ devid => 0xD590,
+ devid_mask => 0xFFF0,
+ logdev => 0x0b,
+ features => FEAT_IN | FEAT_FAN | FEAT_TEMP,
+ }, {
name => "Nuvoton NCT6102D/NCT6104D/NCT6106D Super IO Sensors",
driver => "nct6775",
devid => 0xC450,