Show
Ignore:
Timestamp:
10/29/05 23:13:25 (8 years ago)
Author:
khali
Message:

Update the list of supported chips, stating which ones support
I2C block reads, and which don't. This is a backport from Linux 2.6.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/kernel/busses/i2c-viapro.c

    r3140 r3141  
    2323 
    2424/* 
    25    Supports Via devices: 
    26         82C596A/B (0x3050) 
    27         82C596B (0x3051) 
    28         82C686A/B 
    29         8231 
    30         8233 
    31         8233A (0x3147 and 0x3177) 
    32         8235 
    33         8237 
     25   Supports the following VIA south bridges: 
     26 
     27   Chip name          PCI ID  REV     I2C block 
     28   VT82C596A          0x3050             no 
     29   VT82C596B          0x3051             no 
     30   VT82C686A          0x3057  0x30       no 
     31   VT82C686B          0x3057  0x40       yes 
     32   VT8231             0x8235             no? 
     33   VT8233             0x3074             yes 
     34   VT8233A            0x3147             yes? 
     35   VT8235             0x3177             yes 
     36   VT8237R            0x3227             yes 
     37 
    3438   Note: we assume there can only be one device, with one SMBus interface. 
    3539*/