Show
Ignore:
Timestamp:
01/06/07 23:18:39 (2 years ago)
Author:
ruik
Message:

Add the unhide_ICH_SMBus script

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/prog/hotplug/README

    r4157 r4283  
    1 M7101 - SMBus Support for ALi M15x3 based motherboards. 
    2 For Asus P4B motherboards, use the p4b_smbus module; 
    3 see the file README.p4b. 
     1Files in this directory: 
    42 
    5 NOTE: 
    6 This module is for 2.4 kernels only. For 2.6 kernels, 
    7 activation is handled by the code in drivers/pci/quirks.c 
    8 in the kernel source. If you have the latest 2.6 kernel and 
    9 the quirks code does not activate your SMBus, try adding support 
    10 in quirks.c, recompile and test your new kernel, and then 
    11 submit a patch to us. Contact us if you need assistance. 
     3* m7101.c 
     4  M7101 - SMBus Support for ALi M15x3 based motherboards. 
     5 
     6* README.p4b 
     7  More detailed information for files below. 
     8 
     9* p4b_smbus.c 
     10  2.4 Kernel module which unhides the bus for ASUS boards. 
     11   
     12* unhide_ICH_SMBus 
     13  Script which unhides the bus for 2.6 kernel. 
    1214 
    1315--------------------------------------------------------