|
Revision 3075, 1.6 kB
(checked in by khali, 3 years ago)
|
Drop all references to the old mailing list.
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
Kernel driver `i2c-sis5595.o' |
|---|
| 2 |
|
|---|
| 3 |
Status: Beta |
|---|
| 4 |
|
|---|
| 5 |
Supported adapters: |
|---|
| 6 |
* Silicon Integrated Systems Corp. SiS5595 Southbridge |
|---|
| 7 |
Datasheet: Publicly available at the Silicon Integrated Systems Corp. site. |
|---|
| 8 |
|
|---|
| 9 |
Author: Frodo Looijaard <frodol@dds.nl> and |
|---|
| 10 |
Mark D. Studebaker <mdsxyz123@yahoo.com> |
|---|
| 11 |
|
|---|
| 12 |
Note: all have mfr. ID 0x1039. |
|---|
| 13 |
SUPPORTED PCI ID |
|---|
| 14 |
5595 0008 |
|---|
| 15 |
|
|---|
| 16 |
Note: The chips below contain a 0008 device which is incompatible with the |
|---|
| 17 |
5595. We recognize these by the presence of the listed |
|---|
| 18 |
"blacklist" PCI ID and refuse to load. |
|---|
| 19 |
|
|---|
| 20 |
NOT SUPPORTED PCI ID BLACKLIST PCI ID |
|---|
| 21 |
540 0008 0540 |
|---|
| 22 |
550 0008 0550 |
|---|
| 23 |
5513 0008 5511 |
|---|
| 24 |
5581 0008 5597 |
|---|
| 25 |
5582 0008 5597 |
|---|
| 26 |
5597 0008 5597 |
|---|
| 27 |
5598 0008 5597/5598 |
|---|
| 28 |
630 0008 0630 |
|---|
| 29 |
645 0008 0645 |
|---|
| 30 |
730 0008 0730 |
|---|
| 31 |
735 0008 0735 |
|---|
| 32 |
|
|---|
| 33 |
Module Parameters |
|---|
| 34 |
----------------- |
|---|
| 35 |
|
|---|
| 36 |
force_addr=0xaddr Set the I/O base address. Useful for boards |
|---|
| 37 |
that don't set the address in the BIOS. Does not do a |
|---|
| 38 |
PCI force; the device must still be present in lspci. |
|---|
| 39 |
Don't use this unless the driver complains that the |
|---|
| 40 |
base address is not set. |
|---|
| 41 |
Example: 'modprobe i2c-sis5595 force_addr=0x290' |
|---|
| 42 |
|
|---|
| 43 |
|
|---|
| 44 |
Description |
|---|
| 45 |
----------- |
|---|
| 46 |
|
|---|
| 47 |
i2c-sis5595 is a true SMBus host driver for motherboards with the |
|---|
| 48 |
SiS5595 southbridges. |
|---|
| 49 |
|
|---|
| 50 |
WARNING: If you are trying to access the integrated sensors on the |
|---|
| 51 |
SiS5595 chip, you want the sis5595.o driver for those, not this driver. |
|---|
| 52 |
This driver is a BUS driver, not a CHIP driver. |
|---|
| 53 |
A BUS driver is used by other CHIP drivers to access chips on the bus. |
|---|
| 54 |
|
|---|
| 55 |
To install this driver, simply do |
|---|
| 56 |
# modprobe i2c-sis5595 |
|---|