i2c-sis5595.rst 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. =========================
  2. Kernel driver i2c-sis5595
  3. =========================
  4. Authors:
  5. - Frodo Looijaard <frodol@dds.nl>,
  6. - Mark D. Studebaker <mdsxyz123@yahoo.com>,
  7. - Philip Edelbrock <phil@netroedge.com>
  8. Supported adapters:
  9. * Silicon Integrated Systems Corp. SiS5595 Southbridge
  10. Datasheet: Publicly available at the Silicon Integrated Systems Corp. site.
  11. Note: all have mfr. ID 0x1039.
  12. ========= ======
  13. SUPPORTED PCI ID
  14. ========= ======
  15. 5595 0008
  16. ========= ======
  17. Note: these chips contain a 0008 device which is incompatible with the
  18. 5595. We recognize these by the presence of the listed
  19. "blacklist" PCI ID and refuse to load.
  20. ============= ====== ================
  21. NOT SUPPORTED PCI ID BLACKLIST PCI ID
  22. ============= ====== ================
  23. 540 0008 0540
  24. 550 0008 0550
  25. 5513 0008 5511
  26. 5581 0008 5597
  27. 5582 0008 5597
  28. 5597 0008 5597
  29. 5598 0008 5597/5598
  30. 630 0008 0630
  31. 645 0008 0645
  32. 646 0008 0646
  33. 648 0008 0648
  34. 650 0008 0650
  35. 651 0008 0651
  36. 730 0008 0730
  37. 735 0008 0735
  38. 745 0008 0745
  39. 746 0008 0746
  40. ============= ====== ================
  41. Module Parameters
  42. -----------------
  43. ================== =====================================================
  44. force_addr=0xaddr Set the I/O base address. Useful for boards
  45. that don't set the address in the BIOS. Does not do a
  46. PCI force; the device must still be present in lspci.
  47. Don't use this unless the driver complains that the
  48. base address is not set.
  49. ================== =====================================================
  50. Description
  51. -----------
  52. i2c-sis5595 is a true SMBus host driver for motherboards with the SiS5595
  53. southbridges.
  54. WARNING: If you are trying to access the integrated sensors on the SiS5595
  55. chip, you want the sis5595 driver for those, not this driver. This driver
  56. is a BUS driver, not a CHIP driver. A BUS driver is used by other CHIP
  57. drivers to access chips on the bus.