Changeset 807 for lm-sensors/trunk/etc
- Timestamp:
- 05/13/00 19:31:11 (9 years ago)
- Files:
-
- lm-sensors/trunk/etc/sensors.conf.eg (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/etc/sensors.conf.eg
r790 r807 266 266 label in5 "-12V" 267 267 label in6 "-5V" 268 label in7 "V5SB"269 label in8 "VBat"270 268 271 269 compute in3 ((6.8/10)+1)*@ , @/((6.8/10)+1) … … 273 271 compute in5 -(210/60.4)*@ , -@/(210/60.4) 274 272 compute in6 -(90.9/60.4)*@ , -@/(90.9/60.4) 275 compute in7 ((6.8/10)+1)*@ , @/((6.8/10)+1)276 273 277 274 # set limits to 5% for the critical voltages … … 293 290 set in6_min -5 * 0.95 294 291 set in6_max -5 * 1.05 295 set in7_min 5 * 0.95296 set in7_max 5 * 1.05297 set in8_min 3.0 * 0.80298 set in8_max 3.0 * 1.20299 300 # set up sensor types (thermistor is default)301 # 1 = PII/Celeron Diode; 2 = 3904 transistor;302 # 3435 = thermistor with Beta = 3435303 # If temperature changes very little, try 1 or 2.304 # set sensor1 1305 # set sensor2 2306 # set sensor3 3435307 292 308 293
