Changeset 1795
- Timestamp:
- 06/18/03 07:26:38 (10 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/busses/i2c-sis5595.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/busses/i2c-sis5595.c
r1778 r1795 41 41 630 0008 0630 42 42 645 0008 0645 43 646 0008 0646 44 648 0008 0648 45 650 0008 0650 46 651 0008 0651 43 47 730 0008 0730 44 48 735 0008 0735 49 745 0008 0745 50 746 0008 0746 45 51 */ 46 52 … … 74 80 PCI_DEVICE_ID_SI_5598, 75 81 0x645, 82 0x646, 83 0x648, 84 0x650, 85 0x651, 76 86 0x735, 77 0 }; 87 0x745, 88 0x746, 89 0 }; 78 90 79 91 /* Length of ISA address segment */ … … 438 450 sis5595_base + SMB_INDEX); 439 451 i2c_add_adapter(&sis5595_adapter); 452 453 return 0; 440 454 } 441 455
