Show
Ignore:
Timestamp:
01/05/02 18:39:11 (11 years ago)
Author:
mds
Message:

add support for 810E (PCI 0x7125)

Files:
1 modified

Legend:

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

    r1201 r1281  
    3131   i810AA               7121            
    3232   i810AB               7123            
     33   i810E                7125            
    3334   i815                 1132            
    3435*/ 
     
    6162static int i810_supported[] = {PCI_DEVICE_ID_INTEL_82810_IG1, 
    6263                               PCI_DEVICE_ID_INTEL_82810_IG3, 
     64                               0x7125, 
    6365                               PCI_DEVICE_ID_INTEL_82815_2, 
    6466                               0 };