i2c-sis630 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. Kernel driver i2c-sis630
  2. Supported adapters:
  3. * Silicon Integrated Systems Corp (SiS)
  4. 630 chipset (Datasheet: available at http://www.sfr-fresh.com/linux)
  5. 730 chipset
  6. 964 chipset
  7. * Possible other SiS chipsets ?
  8. Author: Alexander Malysh <amalysh@web.de>
  9. Amaury Decrême <amaury.decreme@gmail.com> - SiS964 support
  10. Module Parameters
  11. -----------------
  12. * force = [1|0] Forcibly enable the SIS630. DANGEROUS!
  13. This can be interesting for chipsets not named
  14. above to check if it works for you chipset, but DANGEROUS!
  15. * high_clock = [1|0] Forcibly set Host Master Clock to 56KHz (default,
  16. what your BIOS use). DANGEROUS! This should be a bit
  17. faster, but freeze some systems (i.e. my Laptop).
  18. SIS630/730 chip only.
  19. Description
  20. -----------
  21. This SMBus only driver is known to work on motherboards with the above
  22. named chipsets.
  23. If you see something like this:
  24. 00:00.0 Host bridge: Silicon Integrated Systems [SiS] 630 Host (rev 31)
  25. 00:01.0 ISA bridge: Silicon Integrated Systems [SiS] 85C503/5513
  26. or like this:
  27. 00:00.0 Host bridge: Silicon Integrated Systems [SiS] 730 Host (rev 02)
  28. 00:01.0 ISA bridge: Silicon Integrated Systems [SiS] 85C503/5513
  29. or like this:
  30. 00:00.0 Host bridge: Silicon Integrated Systems [SiS] 760/M760 Host (rev 02)
  31. 00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS964 [MuTIOL Media IO]
  32. LPC Controller (rev 36)
  33. in your 'lspci' output , then this driver is for your chipset.
  34. Thank You
  35. ---------
  36. Philip Edelbrock <phil@netroedge.com>
  37. - testing SiS730 support
  38. Mark M. Hoffman <mhoffman@lightlink.com>
  39. - bug fixes
  40. To anyone else which I forgot here ;), thanks!