|
Revision 1616, 0.6 KB
(checked in by mds, 10 years ago)
|
|
amd8111 support, patch from
+* Vojtech Pavlik <vojtech@…>
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | Kernel driver `i2c-amd756.o' |
|---|
| 2 | |
|---|
| 3 | Status: Complete and somewhat tested |
|---|
| 4 | |
|---|
| 5 | Supported adapters: |
|---|
| 6 | * AMD 756 |
|---|
| 7 | * AMD 766 |
|---|
| 8 | * AMD 768 |
|---|
| 9 | * AMD 8111 |
|---|
| 10 | Datasheets: Publicly available on AMD website |
|---|
| 11 | |
|---|
| 12 | * nVidia nForce |
|---|
| 13 | Datasheet: Unavailable |
|---|
| 14 | |
|---|
| 15 | |
|---|
| 16 | Module Parameters |
|---|
| 17 | ----------------- |
|---|
| 18 | |
|---|
| 19 | (none) |
|---|
| 20 | |
|---|
| 21 | |
|---|
| 22 | Description |
|---|
| 23 | ----------- |
|---|
| 24 | |
|---|
| 25 | This driver supports the AMD 756, 766, 768 and 8111 Peripheral Bus Controllers, and |
|---|
| 26 | the nVidia nForce. |
|---|
| 27 | |
|---|
| 28 | Note that for the 8111, there are two SMBus adapters. The SMBus 1.0 adapter is |
|---|
| 29 | supported by this driver, and the SMBus 2.0 adapter is supported |
|---|
| 30 | by the i2c-amd8111 driver. |
|---|