Show
Ignore:
Timestamp:
11/07/02 18:37:20 (6 years ago)
Author:
khali
Message:

Documentation fixes and updates for ALI busses

Files:

Legend:

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

    r1173 r1584  
    1 Kernel driver `i2c-ali5x3.o' 
     1Kernel driver `i2c-ali15x3.o' 
    22 
    3 Status: Complete and tested. 
    4         Block reads/writes untested (not used by any current chip driver). 
     3Status: Complete and tested; block reads/writes untested (not used by any 
     4        current chip driver) 
    55 
    66Supported adapters: 
    7   * Acer Labs, Inc. ALI 1533 and 1543C 
     7  * Acer Labs, Inc. ALI 1533 and 1543C (south bridge) 
    88    Datasheet: Available at the Acer Labs website (password required) 
    99 
    1010Author: Frodo Looijaard <frodol@dds.nl>, Philip Edelbrock 
    11         <phil@netroedge.com>, and Mark D. Studebaker <mdsxyz123@yahoo.com> 
     11        <phil@netroedge.com>, and Mark D. Studebaker <mdsxyz123@yahoo.com> 
     12 
     13License: GPL 
    1214 
    1315 
     
    1517----------------- 
    1618 
    17 force_addr=0xaddr       Set the I/O base address. Useful for boards 
    18                         that don't set the address in the BIOS. Does not do a 
    19                         PCI force; the device must still be present in lspci. 
    20                         Don't use this unless the driver complains that the 
    21                         base address is not set. 
    22                         Example: 'modprobe i2c-ali15x3 force_addr=0xe800' 
     19* force_addr: int 
     20  Initialize the base address of the i2c controller 
     21 
     22 
     23Notes 
     24----- 
     25 
     26The force_addr parameter is useful for boards that don't set the address 
     27in the BIOS. Does not do a PCI force; the device must still be present 
     28in lspci. Don't use this unless the driver complains that the 
     29base address is not set. 
     30Example: 'modprobe i2c-ali15x3 force_addr=0xe800' 
     31 
     32SMBus periodically hangs on ASUS P5A motherboards and can only be 
     33cleared by a power cycle. Cause unknown (see Issues below). 
    2334 
    2435 
     
    2637----------- 
    2738 
    28  
    29 Stability 
    30 --------- 
    31 Complete and tested. 
    32 SMBus periodically hangs on ASUS P5A motherboards and can only be 
    33 cleared by a power cycle. Cause unknown (see Issues below). 
    34 Block reads/writes untested (not used by any existing sensor driver). 
    35  
    36  
    37 Supported Devices 
    38 ----------------- 
    3939This is the driver for the SMB Host controller on 
    4040Acer Labs Inc. (ALI) M1541 and M1543C South Bridges. 
     
    120120Hot Plug Modules 
    121121---------------- 
     122 
    122123There are EXPERIMENTAL "hotplug" modules which will enable the 
    123124m7101 device if it is not enabled on your motherboard. 
     
    131132        In the directory prog/hotplug in this package. 
    132133        Must be built separately. 
     134 
     135