Changeset 1804 for lm-sensors/trunk/kernel/busses/i2c-sis645.c
- Timestamp:
- 06/21/03 19:01:59 (10 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/busses/i2c-sis645.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/busses/i2c-sis645.c
r1793 r1804 51 51 #define DRV_NAME "i2c-sis645" 52 52 53 /* SiS645DX north bridge */53 /* SiS645DX north bridge (defined in 2.4.21) */ 54 54 #ifndef PCI_DEVICE_ID_SI_646 55 55 #define PCI_DEVICE_ID_SI_646 0x0646 56 56 #endif 57 57 58 /* SiS648 north bridge */58 /* SiS648 north bridge (defined in 2.4.21) */ 59 59 #ifndef PCI_DEVICE_ID_SI_648 60 60 #define PCI_DEVICE_ID_SI_648 0x0648 61 61 #endif 62 62 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)*/ 64 69 #ifndef PCI_DEVICE_ID_SI_651 65 70 #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 66 76 #endif 67 77 … … 86 96 #endif 87 97 98 /* SMBus ID */ 99 #ifndef PCI_DEVICE_ID_SI_SMBUS 88 100 #define PCI_DEVICE_ID_SI_SMBUS 0x16 101 #endif 89 102 90 103 /* base address register in PCI config space */
