aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/i2c
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/i2c')
-rw-r--r--Documentation/i2c/busses/i2c-sis6309
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/i2c/busses/i2c-sis630 b/Documentation/i2c/busses/i2c-sis630
index 0b9697366930..ee7943631074 100644
--- a/Documentation/i2c/busses/i2c-sis630
+++ b/Documentation/i2c/busses/i2c-sis630
@@ -4,9 +4,11 @@ Supported adapters:
4 * Silicon Integrated Systems Corp (SiS) 4 * Silicon Integrated Systems Corp (SiS)
5 630 chipset (Datasheet: available at http://www.sfr-fresh.com/linux) 5 630 chipset (Datasheet: available at http://www.sfr-fresh.com/linux)
6 730 chipset 6 730 chipset
7 964 chipset
7 * Possible other SiS chipsets ? 8 * Possible other SiS chipsets ?
8 9
9Author: Alexander Malysh <amalysh@web.de> 10Author: Alexander Malysh <amalysh@web.de>
11 Amaury Decrême <amaury.decreme@gmail.com> - SiS964 support
10 12
11Module Parameters 13Module Parameters
12----------------- 14-----------------
@@ -18,6 +20,7 @@ Module Parameters
18* high_clock = [1|0] Forcibly set Host Master Clock to 56KHz (default, 20* high_clock = [1|0] Forcibly set Host Master Clock to 56KHz (default,
19 what your BIOS use). DANGEROUS! This should be a bit 21 what your BIOS use). DANGEROUS! This should be a bit
20 faster, but freeze some systems (i.e. my Laptop). 22 faster, but freeze some systems (i.e. my Laptop).
23 SIS630/730 chip only.
21 24
22 25
23Description 26Description
@@ -36,6 +39,12 @@ or like this:
3600:00.0 Host bridge: Silicon Integrated Systems [SiS] 730 Host (rev 02) 3900:00.0 Host bridge: Silicon Integrated Systems [SiS] 730 Host (rev 02)
3700:01.0 ISA bridge: Silicon Integrated Systems [SiS] 85C503/5513 4000:01.0 ISA bridge: Silicon Integrated Systems [SiS] 85C503/5513
38 41
42or like this:
43
4400:00.0 Host bridge: Silicon Integrated Systems [SiS] 760/M760 Host (rev 02)
4500:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS964 [MuTIOL Media IO]
46 LPC Controller (rev 36)
47
39in your 'lspci' output , then this driver is for your chipset. 48in your 'lspci' output , then this driver is for your chipset.
40 49
41Thank You 50Thank You