Back to home page

OSCL-LXR

 
 

    


0001 ========================
0002 Kernel driver i2c-sis630
0003 ========================
0004 
0005 Supported adapters:
0006   * Silicon Integrated Systems Corp (SiS)
0007         630 chipset (Datasheet: available at http://www.sfr-fresh.com/linux)
0008         730 chipset
0009         964 chipset
0010   * Possible other SiS chipsets ?
0011 
0012 Author:
0013         - Alexander Malysh <amalysh@web.de>
0014         - Amaury Decrême <amaury.decreme@gmail.com> - SiS964 support
0015 
0016 Module Parameters
0017 -----------------
0018 
0019 ==================      =====================================================
0020 force = [1|0]           Forcibly enable the SIS630. DANGEROUS!
0021                         This can be interesting for chipsets not named
0022                         above to check if it works for you chipset,
0023                         but DANGEROUS!
0024 
0025 high_clock = [1|0]      Forcibly set Host Master Clock to 56KHz (default,
0026                         what your BIOS use). DANGEROUS! This should be a bit
0027                         faster, but freeze some systems (i.e. my Laptop).
0028                         SIS630/730 chip only.
0029 ==================      =====================================================
0030 
0031 
0032 Description
0033 -----------
0034 
0035 This SMBus only driver is known to work on motherboards with the above
0036 named chipsets.
0037 
0038 If you see something like this::
0039 
0040   00:00.0 Host bridge: Silicon Integrated Systems [SiS] 630 Host (rev 31)
0041   00:01.0 ISA bridge: Silicon Integrated Systems [SiS] 85C503/5513
0042 
0043 or like this::
0044 
0045   00:00.0 Host bridge: Silicon Integrated Systems [SiS] 730 Host (rev 02)
0046   00:01.0 ISA bridge: Silicon Integrated Systems [SiS] 85C503/5513
0047 
0048 or like this::
0049 
0050   00:00.0 Host bridge: Silicon Integrated Systems [SiS] 760/M760 Host (rev 02)
0051   00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS964 [MuTIOL Media IO]
0052                                                         LPC Controller (rev 36)
0053 
0054 in your ``lspci`` output , then this driver is for your chipset.
0055 
0056 Thank You
0057 ---------
0058 Philip Edelbrock <phil@netroedge.com>
0059 - testing SiS730 support
0060 Mark M. Hoffman <mhoffman@lightlink.com>
0061 - bug fixes
0062 
0063 To anyone else which I forgot here ;), thanks!