Show
Ignore:
Timestamp:
06/07/02 04:56:52 (11 years ago)
Author:
mds
Message:

add 82801DB (ICH4) support

Files:
1 modified

Legend:

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

    r1201 r1382  
    2727    82801BA             2443            
    2828    82801CA/CAM         2483            
     29    82801DB             24C3            
    2930 
    3031    This driver supports several versions of Intel's I/O Controller Hubs (ICH). 
     
    6263#endif 
    6364#define PCI_DEVICE_ID_INTEL_82801CA_SMBUS       0x2483 
     65#define PCI_DEVICE_ID_INTEL_82801DB_SMBUS       0x24C3 
    6466 
    6567static int supported[] = {PCI_DEVICE_ID_INTEL_82801AA_3, 
     
    6769                          PCI_DEVICE_ID_INTEL_82801BA_2, 
    6870                          PCI_DEVICE_ID_INTEL_82801CA_SMBUS, 
     71                          PCI_DEVICE_ID_INTEL_82801DB_SMBUS, 
    6972                          0 }; 
    7073