Show
Ignore:
Timestamp:
03/02/99 15:12:42 (14 years ago)
Author:
kmalkki
Message:

(Kyösti) Small fixes for GL518.
Fan1 causes now alarm when rpm drops.
Fixed libsensors displaying incorrect temperature limits for rev 80.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/kernel/chips/gl518sm.c

    r289 r293  
    313313    /* Never interrupts */ 
    314314    gl518_write_value(new_client,GL518_REG_MASK,0x00); 
     315     
    315316    gl518_write_value(new_client,GL518_REG_TEMP_HYST, 
    316317                      TEMP_TO_REG(GL518_INIT_TEMP_HYST)); 
     
    318319                      TEMP_TO_REG(GL518_INIT_TEMP_OVER)); 
    319320    gl518_write_value(new_client,GL518_REG_MISC,(DIV_TO_REG(2) << 6) |  
    320                                                 (DIV_TO_REG(2) << 4) | 0x08); 
     321                                                (DIV_TO_REG(2) << 4)); 
    321322    gl518_write_value(new_client,GL518_REG_FAN_LIMIT, 
    322323                      (FAN_TO_REG(GL518_INIT_FAN_MIN_1,2) << 8) |