Changeset 1708 for lm-sensors/trunk/kernel/busses/i2c-i801.c
- Timestamp:
- 01/24/03 00:24:05 (10 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/busses/i2c-i801.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/busses/i2c-i801.c
r1705 r1708 57 57 #endif 58 58 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 68 60 #define PCI_DEVICE_ID_INTEL_82801CA_SMBUS 0x2483 61 #endif 62 63 #ifndef PCI_DEVICE_ID_INTEL_82801DB_SMBUS 69 64 #define PCI_DEVICE_ID_INTEL_82801DB_SMBUS 0x24C3 65 #endif 70 66 71 67 static int supported[] = {PCI_DEVICE_ID_INTEL_82801AA_3,
