Changeset 413

Show
Ignore:
Timestamp:
04/22/99 16:34:28 (10 years ago)
Author:
frodo
Message:

Updated adapter documentation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/doc/busses/i2c-ali15x3

    r228 r413  
    1 ALI 1533 / 1543C SMB driver 
     1Kernel driver `i2c-ali5x3.o' 
     2 
     3Status: Complete and tested 
     4 
     5Supported adapters: 
     6  * Acer Labs, Inc. ALI 1533 and 1543C 
     7    Datasheet: Publicly available at the Acer Labs website 
     8 
     9Author: Frodo Looijaard <frodol@dds.nl>, Philip Edelbrock 
     10        <phil@netroedge.com>, and Mark D. Studebaker <mds@eng.paradyne.com> 
    211 
    312 
    4 Author/Maintainer 
     13Module Parameters 
    514----------------- 
    6 Mark D. Studebaker (mds@eng.paradyne.com) 
     15 
     16(none) 
     17 
     18 
     19Description 
     20----------- 
    721 
    822 
  • lm-sensors/trunk/doc/busses/i2c-piix4

    r356 r413  
     1Kernel driver `i2c-piix4.o' 
     2 
     3Status: Complete and well-tested 
     4 
     5Supported adapters: 
     6  * Intel 82371AB PIIX4 and PIIX4E 
     7    Datasheet: Publicly available at the Intel website 
     8 
     9Author: Frodo Looijaard <frodol@dds.nl> and Philip Edelbrock 
     10        <phil@netroedge.com> 
     11 
     12 
     13Module 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 
     22Description 
     23----------- 
     24 
    125The PIIX4 (properly known as the 82371AB) is an Intel chip with a lot of 
    226functionality. Among other things, it implements the PCI bus. One of its 
  • lm-sensors/trunk/doc/busses/i2c-via

    r196 r413  
     1Kernel driver `i2c-piix4.o' 
     2 
     3Status: Complete and well-tested 
     4 
     5Supported adapters: 
     6  * VIA Technologies, InC. VT82C586B 
     7    Datasheet: Publicly available at the VIA website 
     8 
     9Author: Kyösti Mälkki <kmalkki@cc.hut.fi> 
     10 
     11 
     12Module Parameters 
     13----------------- 
     14 
     15(none) 
     16 
     17 
     18Description 
     19----------- 
    120 
    221i2c-via is an i2c bus driver for motherboards with VIA chipset.