Changeset 1270
- Timestamp:
- 12/19/01 03:23:52 (11 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
etc/sensors.conf.eg (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/CHANGES
r1263 r1270 21 21 Library: Add PCF8591 and W83697HF support; fix w83* fan_min computes 22 22 Module i2c-piix4: Check for uninitialized base address 23 Module fscscy: implement min/max for voltages and fans 23 24 Module pcf8591: new 24 25 Module w83781d: Add W83697HF support 25 26 Program i2cdump: Add i2c block read capability 26 Program sensors: Add PCF8591 and W83697HF support 27 Program mkpatch.pl: Add support for fscscy, add more help entries 28 Program sensors: Add PCF8591 and W83697HF support; 29 add it87 in8 and temp3 labels 27 30 Program sensors-detect: Add several Nvidia chips, add PCF8591, 28 31 fix Via 686a detection -
lm-sensors/trunk/etc/sensors.conf.eg
r1262 r1270 1073 1073 label in6 "-5V" 1074 1074 label in7 "Stdby" 1075 label in8 "VBat" 1075 1076 1076 1077 set in0_min 1.5 * 0.95 … … 1090 1091 set in7_min 5 * 0.95 1091 1092 set in7_max 5 * 1.05 1092 1093 # vid not monitored by IT8705F 1093 set in8_min 3.0 * 0.80 1094 set in8_max 3.0 * 1.20 1095 1096 # vid is not monitored by IT8705F 1097 # and is not supported by driver at this time 1094 1098 ignore vid 1095 1099 … … 1127 1131 set temp2_hyst 25 1128 1132 1129 ignore temp3 1133 # ignore temp3 1134 label temp3 "Temp3" 1135 set temp3_over 45 1136 set temp3_hyst 25 1130 1137 1131 1138 # Fans
