Changeset 1773
- Timestamp:
- 06/08/03 19:21:54 (10 years ago)
- Location:
- lm-sensors/trunk/kernel/busses
- Files:
-
- 2 modified
-
i2c-i801.c (modified) (1 diff)
-
i2c-viapro.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/busses/i2c-i801.c
r1763 r1773 51 51 #include "version.h" 52 52 #include "sensors_compat.h" 53 54 /* 82801DB is undefined before kernel 2.4.19 */ 55 #ifndef PCI_DEVICE_ID_INTEL_82801DB_3 56 #define PCI_DEVICE_ID_INTEL_82801DB_3 0x24c3 57 #endif 53 58 54 59 #ifdef I2C_FUNC_SMBUS_BLOCK_DATA_PEC -
lm-sensors/trunk/kernel/busses/i2c-viapro.c
r1762 r1773 400 400 } 401 401 402 /* 8233A is undefined before kernel 2.4.19 */ 403 #ifndef PCI_DEVICE_ID_VIA_8233A 404 #define PCI_DEVICE_ID_VIA_8233A 0x3147 405 #endif 406 /* 8235 is undefined before kernel 2.4.20 */ 402 407 #ifndef PCI_DEVICE_ID_VIA_8235 403 408 #define PCI_DEVICE_ID_VIA_8235 0x3177
