Changeset 913

Show
Ignore:
Timestamp:
10/25/00 01:23:38 (8 years ago)
Author:
mds
Message:

(mds) update documentation about m7101 module, add pointer to 0.1 version.

Files:

Legend:

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

    r799 r913  
    7676** then run lspci. 
    7777** If you see the 1533 and 5229 devices but NOT the 7101 device, 
    78 ** then you MUST enable ACPI, the PMU, SMB, or something similar 
     78** then you must enable ACPI, the PMU, SMB, or something similar 
    7979** in the BIOS. If you can't figure out how to enable the 
    80 ** 7101 device in the BIOS, you have to upgrade your BIOS. 
     80** 7101 device in the BIOS, you can try one of the "hotplug" modules - 
     81** see below. 
    8182** The driver won't work if it can't find the 7101 device. 
    8283 
     
    109110SMBus. Therefore the SMBus hangs can generally be avoided 
    110111by accessing the W83781D on the ISA bus only. 
     112 
     113 
     114Hot Plug Modules 
     115---------------- 
     116There are EXPERIMENTAL "hotplug" modules which will enable the 
     117m7101 device if it is not enabled on your motherboard. 
     118Use these at your own risk. Read the README file carefully. 
     119 
     120m7101 Version 0.1 for 2.2 and early 2.3 kernels: 
     121        README:            http://www.netroedge.com/~lm78/misc/README-m7101.txt 
     122        source and README: http://www.netroedge.com/~lm78/misc/m7101-0.1.tar.gz 
     123 
     124m7101 Version 0.2 for 2.4 and later 2.3 kernels: 
     125        In the directory prog/hotplug in this package. 
     126        Must be built separately. 
  • lm-sensors/trunk/prog/hotplug/README

    r894 r913  
    22 
    33-------------------------------------------------------- 
    4 Quick Start: 
     4Quick Start (2.4 kernels only): 
     5 
    56        "lspci" to verify that 7101 device is not present 
    67        "make" 
     
    89        (as root) "insmod m7101" 
    910        "lspci" to verify that 7101 device is present 
     11 
     12-------------------------------------------------------- 
    1013-------------------------------------------------------- 
    1114 
     
    1619*** in your kernel (under 'general setup') for this module to work!! 
    1720 
     21For 2.2 and early 2.3 kernels you must use version 0.1; 
     22version 0.2 will not work. 
     23Version 0.1 does not use the kernel hotplug facility. 
     24Obtain version 0.1 here: 
     25 
     26        README:            http://www.netroedge.com/~lm78/misc/README-m7101.txt 
     27        source and README: http://www.netroedge.com/~lm78/misc/m7101-0.1.tar.gz 
     28 
     29 
     30 
     31-------------------------------------------------------- 
     32Notes below for the 0.2 version, MDS. 
     33-------------------------------------------------------- 
     34Default I/O addresses are 0xe800 for SMBus and 0xec00 for ACPI. 
     35 
     36These can be changed at module insertion. 
     37For example: 
     38        insmod m7101 smb_io=0x5000 acpi_io=0x4000 
     39 
     40 
     41-------------------------------------------------------- 
    1842Notes below from the 0.1 version, B. Kohl. 
    1943--------------------------------------------------------