Changeset 1316
- Timestamp:
- 02/09/02 22:33:02 (11 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 4 modified
-
doc/busses/i2c-sis5595 (modified) (1 diff)
-
doc/chips/sis5595 (modified) (1 diff)
-
kernel/busses/i2c-sis5595.c (modified) (2 diffs)
-
kernel/chips/sis5595.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/doc/busses/i2c-sis5595
r1314 r1316 28 28 630 0008 0630 29 29 730 0008 0730 30 735 0008 0735 30 31 31 32 Module Parameters -
lm-sensors/trunk/doc/chips/sis5595
r1314 r1316 31 31 630 0008 0630 32 32 730 0008 0730 33 735 0008 0735 33 34 34 35 Module Parameters -
lm-sensors/trunk/kernel/busses/i2c-sis5595.c
r1201 r1316 41 41 630 0008 0630 42 42 730 0008 0730 43 735 0008 0735 43 44 */ 44 45 … … 90 91 PCI_DEVICE_ID_SI_5597, 91 92 PCI_DEVICE_ID_SI_5598, 93 0x735, 92 94 0 }; 93 95 -
lm-sensors/trunk/kernel/chips/sis5595.c
r1201 r1316 42 42 630 0008 0630 43 43 730 0008 0730 44 735 0008 0735 44 45 */ 45 46 … … 116 117 PCI_DEVICE_ID_SI_5597, 117 118 PCI_DEVICE_ID_SI_5598, 119 0x735, 118 120 0 }; 119 121 /*
