Changeset 5803

Show
Ignore:
Timestamp:
12/01/09 13:14:54 (3 years ago)
Author:
khali
Message:

Add a default configuration section for adt7473 and adt7475.
Add a default configuration section for adt7476 and adt7490.

Location:
lm-sensors/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/CHANGES

    r5801 r5803  
    1010             Save device paths and names in configuration file 
    1111  sensors.conf.default: Encourage user to not modify this file 
     12                        Add a section for adt7473 and adt7475 
     13                        Add a section for adt7476 and adt7490 
    1214  sensord: Don't name our variables "alarm" 
    1315           Major refactoring including 
  • lm-sensors/trunk/etc/sensors.conf.default

    r5777 r5803  
    404404    compute in1  @*2, @/2 
    405405    compute in2  @*2, @/2 
     406 
     407 
     408chip "adt7473-*" "adt7475-*" 
     409 
     410    label in2 "+3.3V" 
     411 
     412    set in2_min  3.3 * 0.90 
     413    set in2_max  3.3 * 1.10 
     414 
     415    label temp2 "Board Temp" 
     416 
     417 
     418chip "adt7476-*" "adt7490-*" 
     419 
     420    label in1 "Vcore" 
     421    label in2 "+3.3V" 
     422    label in3 "+5V" 
     423    label in4 "+12V" 
     424 
     425    set in2_min  3.3 * 0.90 
     426    set in2_max  3.3 * 1.10 
     427    set in3_min  5.0 * 0.90 
     428    set in3_max  5.0 * 1.10 
     429# Depending on how your ADT7476 is hardwired, you may or may not have 
     430# +12V readings. 
     431#    set in4_min 12.0 * 0.90 
     432#    set in4_max 12.0 * 1.10 
     433 
     434    label temp2 "M/B Temp"