Changeset 2230
- Timestamp:
- 01/18/04 17:28:32 (9 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 3 modified
-
doc/chips/it87 (modified) (2 diffs)
-
etc/sensors.conf.eg (modified) (1 diff)
-
lib/chips.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/doc/chips/it87
r2201 r2230 204 204 temp2 NONE NONE R 1 205 205 temp3 NONE NONE R 1 206 temp_hyst1temp temp RW 1207 temp _over1temp temp RW 1208 temp_hyst2temp temp RW 1209 temp _over2temp temp RW 1210 temp_hyst3temp temp RW 1211 temp _over3temp temp RW 1206 temp1_low temp temp RW 1 207 temp1_over temp temp RW 1 208 temp2_low temp temp RW 1 209 temp2_over temp temp RW 1 210 temp3_low temp temp RW 1 211 temp3_over temp temp RW 1 212 212 vid NONE NONE R 2 213 213 fan1_div fan1 NONE RW 0 … … 249 249 fan2_min SENSORS_IT87_FAN2_MIN fan2:1 250 250 fan3_min SENSORS_IT87_FAN3_MIN fan3:1 251 temp1 SENSORS_IT87_TEMP1 temp1:3252 temp2 SENSORS_IT87_TEMP2 temp2:3253 temp3 SENSORS_IT87_TEMP3 temp3:3254 temp1_hyst SENSORS_IT87_TEMP1_HYSTtemp1:2255 temp1_over SENSORS_IT87_TEMP1_ OVERtemp1:1256 temp2_hyst SENSORS_IT87_TEMP2_HYSTtemp2:2257 temp2_over SENSORS_IT87_TEMP2_ OVERtemp2:1258 temp3_hyst SENSORS_IT87_TEMP3_HYSTtemp3:2259 temp3_over SENSORS_IT87_TEMP3_ OVERtemp3:1251 temp1 SENSORS_IT87_TEMP1 temp1:3 252 temp2 SENSORS_IT87_TEMP2 temp2:3 253 temp3 SENSORS_IT87_TEMP3 temp3:3 254 temp1_low SENSORS_IT87_TEMP1_LOW temp1:2 255 temp1_over SENSORS_IT87_TEMP1_HIGH temp1:1 256 temp2_low SENSORS_IT87_TEMP2_LOW temp2:2 257 temp2_over SENSORS_IT87_TEMP2_HIGH temp2:1 258 temp3_low SENSORS_IT87_TEMP3_LOW temp3:2 259 temp3_over SENSORS_IT87_TEMP3_HIGH temp3:1 260 260 vid SENSORS_IT87_VID vid:1 261 261 fan1_div SENSORS_IT87_FAN1_DIV fan_div:1 -
lm-sensors/trunk/etc/sensors.conf.eg
r2211 r2230 1412 1412 label temp1 "M/B Temp" 1413 1413 set temp1_over 40 1414 set temp1_ hyst 201414 set temp1_low 15 1415 1415 label temp2 "CPU Temp" 1416 1416 set temp2_over 45 1417 set temp2_ hyst 251417 set temp2_low 15 1418 1418 # ignore temp3 1419 1419 label temp3 "Temp3" 1420 1420 set temp3_over 45 1421 set temp3_ hyst 251421 set temp3_low 15 1422 1422 1423 1423 # The A7V8X-X has temperatures inverted, and needs a conversion for -
lm-sensors/trunk/lib/chips.c
r2210 r2230 3758 3758 { SENSORS_IT87_TEMP3, "temp3", NOMAP, NOMAP, 3759 3759 R, IT87_SYSCTL_TEMP3, VALUE(3), 1 }, 3760 { SENSORS_IT87_TEMP1_LOW, "temp1_ hyst", SENSORS_IT87_TEMP1,3760 { SENSORS_IT87_TEMP1_LOW, "temp1_low", SENSORS_IT87_TEMP1, 3761 3761 SENSORS_IT87_TEMP1, RW, 3762 3762 IT87_SYSCTL_TEMP1, VALUE(2), 1 }, 3763 { SENSORS_IT87_TEMP2_LOW, "temp2_ hyst", SENSORS_IT87_TEMP2,3763 { SENSORS_IT87_TEMP2_LOW, "temp2_low", SENSORS_IT87_TEMP2, 3764 3764 SENSORS_IT87_TEMP2, RW, 3765 3765 IT87_SYSCTL_TEMP2, VALUE(2), 1 }, 3766 { SENSORS_IT87_TEMP3_LOW, "temp3_ hyst", SENSORS_IT87_TEMP3,3766 { SENSORS_IT87_TEMP3_LOW, "temp3_low", SENSORS_IT87_TEMP3, 3767 3767 SENSORS_IT87_TEMP3, RW, 3768 3768 IT87_SYSCTL_TEMP3, VALUE(2), 1 },
