Changeset 2682
- Timestamp:
- 08/31/04 23:03:26 (4 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
r2681 r2682 1276 1276 set "3.3V_min" 3.3 * 0.92 1277 1277 set "3.3V_max" 3.3 * 1.08 1278 set "5V_min" 5 * 0.921278 set "5V_min" 5 * 0.92 1279 1279 set "5V_max" 5 * 1.08 1280 1280 set "12V_min" 12 * 0.90 … … 1310 1310 # both of these. -12 and -5 may be reversed on your board, this is 1311 1311 # just a guess, the datasheet gives no guidance. 1312 # Note that the Linux 2.6 driver needs no recompilation, it'll read the 1313 # configuration from the chip. 1312 1314 # label AIN1 "-12V" 1313 1315 # label AIN2 "-5V" … … 1315 1317 # set AIN2_min -5 * 0.95 1316 1318 # set AIN1_max -12 * 1.05 1317 # set AIN2_max -5 * 0.951319 # set AIN2_max -5 * 1.05 1318 1320 # compute AIN1 (7.50 * @) - 21.45 , (@ + 21.45) / 7.50 1319 1321 # compute AIN2 (4.05 * @) - 10.07 , (@ + 10.07) / 4.05
