Changeset 348

Show
Ignore:
Timestamp:
03/29/99 02:57:31 (14 years ago)
Author:
mds
Message:

changed default Vbat voltage from 3.3V to 3V for 782d/783s.

Location:
lm-sensors/trunk
Files:
2 modified

Legend:

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

    r327 r348  
    202202# Rather than an internal inverting op amp, the 82d/83s use standard positive 
    203203# inputs and the negative voltages are level shifted by a 3.6V reference. 
    204 # The math is convoluted, hope that your motherboard uses the recommended 
    205 # resistor values. 
     204# The math is convoluted, so we hope that your motherboard 
     205# uses the recommended resistor values. 
    206206 
    207207    label in0 "VCore 1" 
     
    221221    compute in7 ((6.8/10)+1)*@ ,  @/((6.8/10)+1) 
    222222 
     223# set limits to  5% for the critical voltages 
     224# set limits to 10% for the non-critical voltages 
     225# set limits to 20% for the battery voltage 
    223226    set in0_min vid*0.95 
    224227    set in0_max vid*1.05 
     
    229232    set in3_min 5.0 * 0.95 
    230233    set in3_max 5.0 * 1.05 
    231     set in4_min 12 * 0.95 
    232     set in4_max 12 * 1.05 
    233     set in5_min -12 * 0.95 
    234     set in5_max -12 * 1.05 
     234    set in4_min 12 * 0.90 
     235    set in4_max 12 * 1.10 
     236    set in5_min -12 * 0.90 
     237    set in5_max -12 * 1.10 
    235238    set in6_min -5 * 0.95 
    236239    set in6_max -5 * 1.05 
    237240    set in7_min 5 * 0.95 
    238241    set in7_max 5 * 1.05 
    239     set in8_min 3.3 * 0.95 
    240     set in8_max 3.3 * 1.05 
     242    set in8_min 3.0 * 0.80 
     243    set in8_max 3.0 * 1.20 
    241244 
    242245 
  • lm-sensors/trunk/kernel/chips/w83781d.c

    r344 r348  
    186186#define W83781D_INIT_IN_6 (((-500)  * -604)/909) 
    187187#define W83781D_INIT_IN_7 (((500)   * 100)/168) 
    188 #define W83781D_INIT_IN_8 330 
     188#define W83781D_INIT_IN_8 300 
    189189/* Initial limits for 782d/783s negative voltages */ 
    190190/* Note level shift. Change min/max below if you change these. */