|
Revision 529, 0.9 KB
(checked in by mds, 14 years ago)
|
|
(mds) minimum documentation.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | Kernel driver `i2c-i801.o' |
|---|
| 2 | |
|---|
| 3 | Status: Beta |
|---|
| 4 | |
|---|
| 5 | Supported adapters: |
|---|
| 6 | * Intel 82801AA and 82801AB (ICH and ICH0 - part of the '810' chipset) |
|---|
| 7 | Datasheet: Publicly available at the Intel website |
|---|
| 8 | |
|---|
| 9 | Author: Frodo Looijaard <frodol@dds.nl>, Philip Edelbrock |
|---|
| 10 | <phil@netroedge.com>, and Mark Studebaker <mds@eng.paradyne.com> |
|---|
| 11 | |
|---|
| 12 | |
|---|
| 13 | Module Parameters |
|---|
| 14 | ----------------- |
|---|
| 15 | |
|---|
| 16 | * force: int |
|---|
| 17 | Forcibly enable the ICH. DANGEROUS! |
|---|
| 18 | * force_addr: int |
|---|
| 19 | Forcibly enable the ICH at the given address. EXTREMELY DANGEROUS! |
|---|
| 20 | |
|---|
| 21 | |
|---|
| 22 | Description |
|---|
| 23 | ----------- |
|---|
| 24 | |
|---|
| 25 | The ICH (properly known as the 82801AA) and ICH0 (82801AB) |
|---|
| 26 | are Intel chips that are a part of Intel's '810' chipset |
|---|
| 27 | which is designed for Celeron-based PCs. |
|---|
| 28 | |
|---|
| 29 | They are quite similar to Intel's PIIX4 chip, at least in the |
|---|
| 30 | SMBus controller. |
|---|
| 31 | |
|---|
| 32 | See the file i2c-piix4 for details. |
|---|
| 33 | |
|---|
| 34 | |
|---|
| 35 | ********************** |
|---|
| 36 | The lm_sensors project gratefully acknowledges the support of |
|---|
| 37 | Texas Instruments in the development of this driver. |
|---|