Changeset 5985 for lm-sensors/trunk/prog

Show
Ignore:
Timestamp:
07/21/11 21:38:10 (10 months ago)
Author:
khali
Message:

Major kernel version number was bumped to 3.

Location:
lm-sensors/trunk/prog/hotplug
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/prog/hotplug/README.p4b

    r4402 r5985  
    44It unhides the SMBus of Intel ICH southbridges hidden on Asus P4B series 
    55and some other Asus and non-Asus systems. It is implemented as a shell 
    6 script for the 2.6 kernel: unhide_ICH_SMBus. 
     6script for kernel 2.6.5 and later: unhide_ICH_SMBus. 
    77 
    88It works with the following chips: 
     
    2020Really funny :-). 
    2121 
    22 For 2.6 kernels, activation is normally handled by the code in 
    23 drivers/pci/quirks.c in the kernel source. If you have the 2.6 kernel and 
    24 the quirks code does not activate your SMBus, you may: 
     22Activation is normally handled by the code in drivers/pci/quirks.c in the 
     23kernel source. If the quirks code does not activate your SMBus, you may: 
    2524 
    2625 * first of all, read the paragraph "Hidden ICH SMBus" in 
  • lm-sensors/trunk/prog/hotplug/unhide_ICH_SMBus

    r5082 r5985  
    4444 
    4545if [ ! -d "$pcibus" ] ; then 
    46         echo "You need the fake PCI hotplug driver! (fakephp.ko and 2.6 kernel)" 
     46        echo "You need the fake PCI hotplug driver! (fakephp.ko, kernel 2.6.5 or later)" 
    4747        exit 255; 
    4848fi