|
Revision 1714, 0.7 kB
(checked in by mds, 6 years ago)
|
add note that these modules require i2c-algo-bit
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
Kernel driver `i2c-hydra.o' |
|---|
| 2 |
|
|---|
| 3 |
Status: Complete and somewhat tested |
|---|
| 4 |
|
|---|
| 5 |
Supported adapters: |
|---|
| 6 |
* Apple `Hydra' Mac I/O |
|---|
| 7 |
Datasheet: Was publicly available from the Apple website, now seems to |
|---|
| 8 |
have disappeared?!? |
|---|
| 9 |
|
|---|
| 10 |
Author: Geert Uytterhoeven <geert@linux-m68k.org> |
|---|
| 11 |
|
|---|
| 12 |
|
|---|
| 13 |
Module Parameters |
|---|
| 14 |
----------------- |
|---|
| 15 |
|
|---|
| 16 |
(none) |
|---|
| 17 |
|
|---|
| 18 |
|
|---|
| 19 |
Description |
|---|
| 20 |
----------- |
|---|
| 21 |
|
|---|
| 22 |
i2c-hydra is an i2c bus driver for CHRP motherboards with the Apple Hydra Mac |
|---|
| 23 |
I/O. |
|---|
| 24 |
|
|---|
| 25 |
Your /proc/pci or lspci listing must show this : |
|---|
| 26 |
|
|---|
| 27 |
Unknown class: Apple Hydra (rev 2) |
|---|
| 28 |
|
|---|
| 29 |
To install this driver, simply do |
|---|
| 30 |
# modprobe i2c-hydra |
|---|
| 31 |
|
|---|
| 32 |
This driver uses the i2c-algo-bit module which must be |
|---|
| 33 |
modprobed and/or enabled in your kernel |
|---|
| 34 |
(Character Devices -> I2C Support -> I2C Bit-Banging Interfaces). |
|---|
| 35 |
|
|---|