Show
Ignore:
Timestamp:
05/13/00 19:31:11 (9 years ago)
Author:
mds
Message:

(mds) For as99127f, remove in7-8, sensor1-3, pwm3-4

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/etc/sensors.conf.eg

    r790 r807  
    266266    label in5 "-12V" 
    267267    label in6 "-5V" 
    268     label in7 "V5SB" 
    269     label in8 "VBat" 
    270268 
    271269    compute in3 ((6.8/10)+1)*@ ,  @/((6.8/10)+1) 
     
    273271    compute in5 -(210/60.4)*@  ,  -@/(210/60.4) 
    274272    compute in6 -(90.9/60.4)*@ ,  -@/(90.9/60.4) 
    275     compute in7 ((6.8/10)+1)*@ ,  @/((6.8/10)+1) 
    276273 
    277274# set limits to  5% for the critical voltages 
     
    293290    set in6_min -5 * 0.95 
    294291    set in6_max -5 * 1.05 
    295     set in7_min 5 * 0.95 
    296     set in7_max 5 * 1.05 
    297     set in8_min 3.0 * 0.80 
    298     set in8_max 3.0 * 1.20 
    299  
    300 # set up sensor types (thermistor is default) 
    301 # 1 = PII/Celeron Diode; 2 = 3904 transistor; 
    302 # 3435 = thermistor with Beta = 3435 
    303 # If temperature changes very little, try 1 or 2. 
    304 #   set sensor1 1 
    305 #   set sensor2 2 
    306 #   set sensor3 3435 
    307292 
    308293