Changeset 1532 for lm-sensors/trunk/doc/busses/i2c-sis645
- Timestamp:
- 09/17/02 08:17:52 (11 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/doc/busses/i2c-sis645 (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/doc/busses/i2c-sis645
r1518 r1532 4 4 5 5 Supported adapters: 6 * Silicon Integrated Systems Corp 645/961 chipset 6 * Silicon Integrated Systems Corp (SiS) 7 645/961 chipset 8 645DX/961 chipset 9 735 chipset 7 10 8 11 Author: Mark M. Hoffman <mhoffman@lightlink.com> … … 17 20 ----------- 18 21 19 This SMBus only driver is known to work on motherboards with the SiS645/SiS96120 chipset combination . The driver was developed without benefit of a proper22 This SMBus only driver is known to work on motherboards with the above named 23 chipset combinations. The driver was developed without benefit of a proper 21 24 datasheet from SiS. The SMBus registers are assumed compatible with those of 22 25 the SiS630, although they are located in a completely different place. Thanks … … 28 31 00:00.0 Host bridge: Silicon Integrated Systems [SiS]: Unknown device 0645 29 32 00:02.0 ISA bridge: Silicon Integrated Systems [SiS] 85C503/5513 33 00:02.1 SMBus: Silicon Integrated Systems [SiS]: Unknown device 0016 34 35 or perhaps this... 36 37 00:00.0 Host bridge: Silicon Integrated Systems [SiS]: Unknown device 0645 (rev 02) 38 00:02.0 ISA bridge: Silicon Integrated Systems [SiS]: Unknown device 0961 30 39 00:02.1 SMBus: Silicon Integrated Systems [SiS]: Unknown device 0016 31 40 … … 40 49 41 50 I suspect that this driver could be made to work for the following SiS chipsets 42 as well: 648/963, 651/962, 6 45DX/961, 650/961, 735, 635, and 635T.51 as well: 648/963, 651/962, 650/961, 635, and 635T. 43 52 If anyone owns a board with those chips AND is willing to risk crashing & 44 53 burning an otherwise well-behaved kernel in the name of progress... please … … 47 56 stories as well. 48 57 49 The driver does not support SMBus block reads/writes; I may add them if a 58 59 TO DOs 60 ----------- 61 * The driver does not support SMBus block reads/writes; I may add them if a 50 62 scenario is found where they're needed. 63 * Determine if any of Albert Cranford's cleanups for kernel 2.5.34 can be 64 applied to this code. 51 65 66 67 Thank Yous 68 ----------- 69 Mark D. Studebaker <mds@paradyne.com> 70 - design hints and bug fixes 71 Alexander Maylsh <amalysh@web.de> 72 - ditto, plus an important datasheet... almost the one I really wanted 73 Hans-Günter Lütke Uphues <hg_lu@t-online.de> 74 - patch for SiS735 75 Robert Zwerus <arzie@dds.nl> 76 - testing for SiS645DX 77 To anyone else who has written w/ feedback, thanks! 78
