Show
Ignore:
Timestamp:
02/23/04 21:25:27 (9 years ago)
Author:
khali
Message:

w83781d driver doesn't support ASB100 anymore.

Files:
1 modified

Legend:

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

    r1909 r2313  
    1010        AS99127F support is BETA and has known problems due to lack of a 
    1111                 chip datasheet. SEE BELOW. 
    12         ASB100 Bach support is BETA; presently this chip is treated 
    13                 exactly like AS99127F. 
    1412 
    1513Supported chips: 
     
    2422  * Winbond W83783S 
    2523    Prefix 'w83783s' 
    26     Addresses scanned: I2C 0x20 - 0x2f (inclusive) 
     24    Addresses scanned: I2C 0x2d 
    2725    Datasheet: Publicly available at the Winbond website 
    2826  * Winbond W83791D 
    2927    Prefix 'w83791d' 
    30     Addresses scanned: I2C 0x20 - 0x2f (inclusive) 
     28    Addresses scanned: I2C 0x2c - 0x2f (inclusive) 
    3129    Datasheet: Publicly available at the Winbond website 
    3230  * Winbond W83627HF 
     
    4038  * Asus AS99127F 
    4139    Prefix 'as99127f' 
    42     Addresses scanned: I2C 0x20 - 0x2f (inclusive) 
    43     Datasheet: Unavailable from Asus 
    44   * Asus ASB100 Bach 
    45     Prefix 'as99127f' 
    46     Addresses scanned: I2C 0x20 - 0x2f (inclusive) 
     40    Addresses scanned: I2C 0x28 - 0x2f (inclusive) 
    4741    Datasheet: Unavailable from Asus 
    4842 
     
    9690 
    9791This driver implements support for the Winbond W83781D, W83782D, 
    98 W8783S, and W83627HF chips, and the Asus AS99127F/ASB100 chips. 
     92W8783S, and W83627HF chips, and the Asus AS99127F chips. 
    9993We will refer to them collectively as W8378* chips. 
    10094 
     
    192186 
    193187 
    194 AS99127F/ASB100 PROBLEMS 
     188AS99127F PROBLEMS 
    195189----------------- 
    196 The as99127f/asb100 support was developed without the benefit of a datasheet. 
     190The as99127f support was developed without the benefit of a datasheet. 
    197191In most cases it is treated as a w83781d. 
    198192This support will be BETA until a datasheet is released.