diff --git a/CHANGES b/CHANGES index 01d0b0a5..5ae5ff72 100644 --- a/CHANGES +++ b/CHANGES @@ -9,6 +9,8 @@ SVN-HEAD pwmconfig: Exit immediately if not root Save device paths and names in configuration file sensors.conf.default: Encourage user to not modify this file + Add a section for adt7473 and adt7475 + Add a section for adt7476 and adt7490 sensord: Don't name our variables "alarm" Major refactoring including - Cleanup of huge functions diff --git a/etc/sensors.conf.default b/etc/sensors.conf.default index 51b8977f..9d3e408c 100644 --- a/etc/sensors.conf.default +++ b/etc/sensors.conf.default @@ -403,3 +403,32 @@ chip "f8000-*" compute in0 @*2, @/2 compute in1 @*2, @/2 compute in2 @*2, @/2 + + +chip "adt7473-*" "adt7475-*" + + label in2 "+3.3V" + + set in2_min 3.3 * 0.90 + set in2_max 3.3 * 1.10 + + label temp2 "Board Temp" + + +chip "adt7476-*" "adt7490-*" + + label in1 "Vcore" + label in2 "+3.3V" + label in3 "+5V" + label in4 "+12V" + + set in2_min 3.3 * 0.90 + set in2_max 3.3 * 1.10 + set in3_min 5.0 * 0.90 + set in3_max 5.0 * 1.10 +# Depending on how your ADT7476 is hardwired, you may or may not have +# +12V readings. +# set in4_min 12.0 * 0.90 +# set in4_max 12.0 * 1.10 + + label temp2 "M/B Temp"