Changeset 2858 for lm-sensors/trunk/kernel/busses/i2c-i801.c
- Timestamp:
- 01/22/05 12:02:40 (8 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/busses/i2c-i801.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/busses/i2c-i801.c
r2813 r2858 81 81 #endif 82 82 83 /* ICH7 is undefined */ 84 #ifndef PCI_DEVICE_ID_INTEL_ICH7_17 85 #define PCI_DEVICE_ID_INTEL_ICH7_17 0x27da 86 #endif 87 83 88 #ifdef I2C_FUNC_SMBUS_BLOCK_DATA_PEC 84 89 #define HAVE_PEC … … 157 162 dev->device == PCI_DEVICE_ID_INTEL_ESB_4 || 158 163 dev->device == PCI_DEVICE_ID_INTEL_ICH6_16 || 159 dev->device == 0x27da)164 dev->device == PCI_DEVICE_ID_INTEL_ICH7_17) 160 165 isich4 = 1; 161 166 else … … 658 663 { 659 664 .vendor = PCI_VENDOR_ID_INTEL, 660 .device = 0x27da, /* ICH7 */665 .device = PCI_DEVICE_ID_INTEL_ICH7_17, 661 666 .subvendor = PCI_ANY_ID, 662 667 .subdevice = PCI_ANY_ID,
