Show
Ignore:
Timestamp:
01/24/03 00:24:05 (10 years ago)
Author:
kmalkki
Message:

(Kyösti) Clean PCI IDs already defined for 2.4.9.

Files:
1 modified

Legend:

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

    r1705 r1708  
    5757#endif 
    5858 
    59 #ifndef PCI_DEVICE_ID_INTEL_82801AA_3 
    60 #define PCI_DEVICE_ID_INTEL_82801AA_3   0x2413 
    61 #endif 
    62 #ifndef PCI_DEVICE_ID_INTEL_82801AB_3 
    63 #define PCI_DEVICE_ID_INTEL_82801AB_3   0x2423 
    64 #endif 
    65 #ifndef PCI_DEVICE_ID_INTEL_82801BA_2 
    66 #define PCI_DEVICE_ID_INTEL_82801BA_2   0x2443 
    67 #endif 
     59#ifndef PCI_DEVICE_ID_INTEL_82801CA_SMBUS 
    6860#define PCI_DEVICE_ID_INTEL_82801CA_SMBUS       0x2483 
     61#endif 
     62 
     63#ifndef PCI_DEVICE_ID_INTEL_82801DB_SMBUS 
    6964#define PCI_DEVICE_ID_INTEL_82801DB_SMBUS       0x24C3 
     65#endif 
    7066 
    7167static int supported[] = {PCI_DEVICE_ID_INTEL_82801AA_3,