i2c-sis5595 2.0 KB

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