# By: 2002-05-22, Christian Hammers # Modules: it87 i2c-isa i2c-proc i2c-core # # > it87-isa-0290 # > Adapter: ISA adapter # > Algorithm: ISA algorithm # > VCore: +1.76 V (min = +1.66 V, max = +1.82 V) # > +2.5V: +2.48 V (min = +2.40 V, max = +2.60 V) # > +3.3V: +3.36 V (min = +3.13 V, max = +3.45 V) # > +5V: +5.02 V (min = +4.72 V, max = +5.24 V) # > +12V: +12.28 V (min = +11.36 V, max = +12.60 V) # > -12V: -12.42 V (min = -11.38 V, max = -12.60 V) # > Fan CPU: 21093 RPM (min = 664 RPM, div = 8) # > Fan P/S: 1016 RPM (min = 332 RPM, div = 8) # > Temp MB: +34°C (min = +35°C, max = +45°C) # > Temp CPU: +47°C (min = +60°C, max = +75°C) # # # chip "it87-*" label in0 "VCore" label in1 "+2.5V" label in2 "+3.3V" label in3 "+5V" label in4 "+12V" label in5 "-12V" ignore in6 ignore in7 ignore in8 ignore vid label fan1 "Fan CPU" label fan2 "Fan P/S" ignore fan3 ignore temp1 label temp2 "Temp MB" label temp3 "Temp CPU" compute in2 (1)*@ , @/(1) compute in3 ((6.8/10)+1)*@ , @/((6.8/10)+1) compute in4 ((30/10) +1)*@ , @/((30/10) +1) compute in5 -(36/10)*@, -@/(36/10) compute in7 ((6.8/10)+1)*@ , @/((6.8/10)+1) compute fan1 @/1 , 1*@ compute fan2 @/2 , 2*@ set in0_min 1.75 * 0.95 set in0_max 1.75 * 1.05 set in1_min 2.4 set in1_max 2.6 set in2_min 3.3 * 0.95 set in2_max 3.3 * 1.05 set in3_min 5.0 * 0.95 set in3_max 5.0 * 1.05 set in4_min 12 * 0.95 set in4_max 12 * 1.05 set in5_min -12 * 0.95 set in5_max -12 * 1.05 set in7_min 5 * 0.95 set in7_max 5 * 1.05 set fan1_min 1000 set fan1_div 8 set fan2_min 500 set fan2_div 8 set temp2_over 45 set temp2_hyst 35 set temp3_over 75 set temp3_hyst 60