Back to home page

OSCL-LXR

 
 

    


0001 =========================
0002 Kernel driver i2c-sis5595
0003 =========================
0004 
0005 Authors:
0006         - Frodo Looijaard <frodol@dds.nl>,
0007         - Mark D. Studebaker <mdsxyz123@yahoo.com>,
0008         - Philip Edelbrock <phil@netroedge.com>
0009 
0010 Supported adapters:
0011   * Silicon Integrated Systems Corp. SiS5595 Southbridge
0012     Datasheet: Publicly available at the Silicon Integrated Systems Corp. site.
0013 
0014 Note: all have mfr. ID 0x1039.
0015 
0016    =========            ======
0017    SUPPORTED            PCI ID
0018    =========            ======
0019         5595            0008
0020    =========            ======
0021 
0022    Note: these chips contain a 0008 device which is incompatible with the
0023          5595. We recognize these by the presence of the listed
0024          "blacklist" PCI ID and refuse to load.
0025 
0026    =============        ======          ================
0027    NOT SUPPORTED        PCI ID          BLACKLIST PCI ID
0028    =============        ======          ================
0029          540            0008            0540
0030          550            0008            0550
0031         5513            0008            5511
0032         5581            0008            5597
0033         5582            0008            5597
0034         5597            0008            5597
0035         5598            0008            5597/5598
0036          630            0008            0630
0037          645            0008            0645
0038          646            0008            0646
0039          648            0008            0648
0040          650            0008            0650
0041          651            0008            0651
0042          730            0008            0730
0043          735            0008            0735
0044          745            0008            0745
0045          746            0008            0746
0046    =============        ======          ================
0047 
0048 Module Parameters
0049 -----------------
0050 
0051 ==================      =====================================================
0052 force_addr=0xaddr       Set the I/O base address. Useful for boards
0053                         that don't set the address in the BIOS. Does not do a
0054                         PCI force; the device must still be present in lspci.
0055                         Don't use this unless the driver complains that the
0056                         base address is not set.
0057 ==================      =====================================================
0058 
0059 Description
0060 -----------
0061 
0062 i2c-sis5595 is a true SMBus host driver for motherboards with the SiS5595
0063 southbridges.
0064 
0065 WARNING: If you are trying to access the integrated sensors on the SiS5595
0066 chip, you want the sis5595 driver for those, not this driver. This driver
0067 is a BUS driver, not a CHIP driver. A BUS driver is used by other CHIP
0068 drivers to access chips on the bus.