Show
Ignore:
Timestamp:
08/15/99 23:34:21 (14 years ago)
Author:
mds
Message:

(mds) Add support for w83627hf to 'sensors' program.

Assumed at this time to be identical to w83782d.
No 627hf datasheet yet.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/doc/chips/w83781d

    r411 r526  
    1313    Prefix 'w83782d' 
    1414    Addresses scanned: I2C 0x20 - 0x2f (inclusive), ISA 0x290 (8 I/O ports) 
    15     Datasheet: Available on request from Winbond 
     15    Datasheet: Publicly available at the Winbond website 
    1616  * Winbond W83783S 
    1717    Prefix 'w83783s' 
    1818    Addresses scanned: I2C 0x20 - 0x2f (inclusive) 
     19    Datasheet: Publicly available at the Winbond website 
     20  * Winbond W83627HF 
     21    Prefix 'w83627hf' 
     22    Addresses scanned: I2C 0x20 - 0x2f (inclusive), ISA 0x290 (8 I/O ports) 
    1923    Datasheet: Available on request from Winbond 
    2024 
     
    5155----------- 
    5256 
    53 This driver implements support for the Winbond W83781D, W83782D and W83783S. 
     57This driver implements support for the Winbond W83781D, W83782D, 
     58W8783S, and W83627HF chips. 
    5459We will refer to them collectively as W8378* chips. 
    5560 
    5661There is quite some difference between these chips, but they are similar 
    5762enough that it was sensible to put them together in one driver.  
     63The W83627HF chip is assumed to be identical to the W83782D. 
    5864 
    5965Detection of these chips can sometimes be foiled because they can be in 
     
    7177sensors.  An alarm is triggered for the main sensor once when the  
    7278Overtemperature Shutdown limit is crossed; it is triggered again as soon as  
    73 it drops below the Hysteris value. A more useful behaviour  
    74 can be found by setting the Hysteris value to +127 degrees Celcius; in  
     79it drops below the Hysteresis value. A more useful behaviour  
     80can be found by setting the Hysteresis value to +127 degrees Celcius; in  
    7581this case, alarms are issued during all the time when the actual temperature 
    7682is above the Overtemperature Shutdown value. For the other sensor(s), an 
    7783alarm is triggered when the temperature gets higher then the Overtemperature  
    78 Shutdown value; it stays on until the temperature falls below the Hysteris  
     84Shutdown value; it stays on until the temperature falls below the Hysteresis  
    7985value. But on the W83781D, there is only one alarm that functions for both  
    8086other sensors!  Temperatures are guaranteed within a range of -55 to +125