i2c-sis630 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. * Possible other SiS chipsets ?
  7. Author: Alexander Malysh <amalysh@web.de>
  8. Module Parameters
  9. -----------------
  10. * force = [1|0] Forcibly enable the SIS630. DANGEROUS!
  11. This can be interesting for chipsets not named
  12. above to check if it works for you chipset, but DANGEROUS!
  13. * high_clock = [1|0] Forcibly set Host Master Clock to 56KHz (default,
  14. what your BIOS use). DANGEROUS! This should be a bit
  15. faster, but freeze some systems (i.e. my Laptop).
  16. Description
  17. -----------
  18. This SMBus only driver is known to work on motherboards with the above
  19. named chipsets.
  20. If you see something like this:
  21. 00:00.0 Host bridge: Silicon Integrated Systems [SiS] 630 Host (rev 31)
  22. 00:01.0 ISA bridge: Silicon Integrated Systems [SiS] 85C503/5513
  23. or like this:
  24. 00:00.0 Host bridge: Silicon Integrated Systems [SiS] 730 Host (rev 02)
  25. 00:01.0 ISA bridge: Silicon Integrated Systems [SiS] 85C503/5513
  26. in your 'lspci' output , then this driver is for your chipset.
  27. Thank You
  28. ---------
  29. Philip Edelbrock <phil@netroedge.com>
  30. - testing SiS730 support
  31. Mark M. Hoffman <mhoffman@lightlink.com>
  32. - bug fixes
  33. To anyone else which I forgot here ;), thanks!