i2c-sis630.rst 1.9 KB

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