Changeset 5803
- Timestamp:
- 12/01/09 13:14:54 (3 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
etc/sensors.conf.default (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/CHANGES
r5801 r5803 10 10 Save device paths and names in configuration file 11 11 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 12 14 sensord: Don't name our variables "alarm" 13 15 Major refactoring including -
lm-sensors/trunk/etc/sensors.conf.default
r5777 r5803 404 404 compute in1 @*2, @/2 405 405 compute in2 @*2, @/2 406 407 408 chip "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 418 chip "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"
