Changeset 413
- Timestamp:
- 04/22/99 16:34:28 (10 years ago)
- Files:
-
- lm-sensors/trunk/doc/busses/i2c-ali15x3 (modified) (1 diff)
- lm-sensors/trunk/doc/busses/i2c-piix4 (modified) (1 diff)
- lm-sensors/trunk/doc/busses/i2c-via (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/doc/busses/i2c-ali15x3
r228 r413 1 ALI 1533 / 1543C SMB driver 1 Kernel driver `i2c-ali5x3.o' 2 3 Status: Complete and tested 4 5 Supported adapters: 6 * Acer Labs, Inc. ALI 1533 and 1543C 7 Datasheet: Publicly available at the Acer Labs website 8 9 Author: Frodo Looijaard <frodol@dds.nl>, Philip Edelbrock 10 <phil@netroedge.com>, and Mark D. Studebaker <mds@eng.paradyne.com> 2 11 3 12 4 Author/Maintainer 13 Module Parameters 5 14 ----------------- 6 Mark D. Studebaker (mds@eng.paradyne.com) 15 16 (none) 17 18 19 Description 20 ----------- 7 21 8 22 lm-sensors/trunk/doc/busses/i2c-piix4
r356 r413 1 Kernel driver `i2c-piix4.o' 2 3 Status: Complete and well-tested 4 5 Supported adapters: 6 * Intel 82371AB PIIX4 and PIIX4E 7 Datasheet: Publicly available at the Intel website 8 9 Author: Frodo Looijaard <frodol@dds.nl> and Philip Edelbrock 10 <phil@netroedge.com> 11 12 13 Module Parameters 14 ----------------- 15 16 * force: int 17 Forcibly enable the PIIX4. DANGEROUS! 18 * force_addr: int 19 Forcibly enable the PIIX4 at the given address. EXTREMELY DANGEROUS! 20 21 22 Description 23 ----------- 24 1 25 The PIIX4 (properly known as the 82371AB) is an Intel chip with a lot of 2 26 functionality. Among other things, it implements the PCI bus. One of its lm-sensors/trunk/doc/busses/i2c-via
r196 r413 1 Kernel driver `i2c-piix4.o' 2 3 Status: Complete and well-tested 4 5 Supported adapters: 6 * VIA Technologies, InC. VT82C586B 7 Datasheet: Publicly available at the VIA website 8 9 Author: Kyösti Mälkki <kmalkki@cc.hut.fi> 10 11 12 Module Parameters 13 ----------------- 14 15 (none) 16 17 18 Description 19 ----------- 1 20 2 21 i2c-via is an i2c bus driver for motherboards with VIA chipset.
