Changeset 1382 for lm-sensors/trunk/kernel/busses/i2c-i801.c
- Timestamp:
- 06/07/02 04:56:52 (11 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
r1201 r1382 27 27 82801BA 2443 28 28 82801CA/CAM 2483 29 82801DB 24C3 29 30 30 31 This driver supports several versions of Intel's I/O Controller Hubs (ICH). … … 62 63 #endif 63 64 #define PCI_DEVICE_ID_INTEL_82801CA_SMBUS 0x2483 65 #define PCI_DEVICE_ID_INTEL_82801DB_SMBUS 0x24C3 64 66 65 67 static int supported[] = {PCI_DEVICE_ID_INTEL_82801AA_3, … … 67 69 PCI_DEVICE_ID_INTEL_82801BA_2, 68 70 PCI_DEVICE_ID_INTEL_82801CA_SMBUS, 71 PCI_DEVICE_ID_INTEL_82801DB_SMBUS, 69 72 0 }; 70 73
