Show
Ignore:
Timestamp:
06/21/03 19:01:59 (10 years ago)
Author:
mmh
Message:

Added missing PCI ID for 746. Also added comments noting in
(mmh) which release (> 2.4.9) the IDs were defined, if any.

Files:
1 modified

Legend:

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

    r1793 r1804  
    5151#define DRV_NAME "i2c-sis645" 
    5252 
    53 /* SiS645DX north bridge */ 
     53/* SiS645DX north bridge (defined in 2.4.21) */ 
    5454#ifndef PCI_DEVICE_ID_SI_646 
    5555#define PCI_DEVICE_ID_SI_646 0x0646 
    5656#endif 
    5757 
    58 /* SiS648 north bridge */ 
     58/* SiS648 north bridge (defined in 2.4.21) */ 
    5959#ifndef PCI_DEVICE_ID_SI_648 
    6060#define PCI_DEVICE_ID_SI_648 0x0648 
    6161#endif 
    6262 
    63 /* SiS651 north bridge */ 
     63/* SiS650 north bridge (defined in 2.4.19) */ 
     64#ifndef PCI_DEVICE_ID_SI_650 
     65#define PCI_DEVICE_ID_SI_650 0x0650 
     66#endif 
     67 
     68/* SiS651 north bridge (defined in 2.4.21)*/ 
    6469#ifndef PCI_DEVICE_ID_SI_651 
    6570#define PCI_DEVICE_ID_SI_651 0x0651 
     71#endif 
     72 
     73/* SiS746 north bridge (defined in 2.4.21) */ 
     74#ifndef PCI_DEVICE_ID_SI_746 
     75#define PCI_DEVICE_ID_SI_746 0x0746 
    6676#endif 
    6777 
     
    8696#endif 
    8797 
     98/* SMBus ID */ 
     99#ifndef PCI_DEVICE_ID_SI_SMBUS 
    88100#define PCI_DEVICE_ID_SI_SMBUS 0x16 
     101#endif 
    89102 
    90103/* base address register in PCI config space */