Changeset 793

Show
Ignore:
Timestamp:
04/18/00 13:19:10 (9 years ago)
Author:
frodo
Message:

small INSTALL update

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/INSTALL

    r706 r793  
    115115those in /usr/src/linux/include/{linux,asm}. It is also possible to 
    116116tell the Makefile the kernel is somewhere else than at /usr/src/linux. 
     117 
     118To keep problems to a minimum, please use a 'vanilla' kernel tree, 
     119as distributed on ftp://ftp.kernel/org/pub/linux/kernel, and not one 
     120patched by your distribution. 
    117121 
    118122 
  • lm-sensors/trunk/QUICKSTART

    r783 r793  
    66  * Make sure you have the kernel tree corresponding to your current 
    77    kernel in /usr/src/linux. Distribution kernels usually won't do, 
    8     compile your own. 
     8    compile your own from a 'vanilla' tree (get one from 
     9    ftp://ftp.kernel/org/pub/linux/kernel/). 
    910  * Install the i2c package. This won't do any harm, even if use a very  
    1011    recent 2.3 or 2.4 kernel, though it may be unnecessary 
  • lm-sensors/trunk/README

    r792 r793  
    2424Users of kernel 2.3.34 and later (and also all soon to be 2.4.x) kernels 
    2525will be happy to know that the new I2C implementation has been included  
    26 in the kernel, but you can still patch it with the latest version  
     26in the kernel; you can still patch it with the latest version  
    2727(see i2c/mkpatch/mkpatch.pl), but this is optional. 
    2828 
  • lm-sensors/trunk/kernel/sensors.c

    r740 r793  
    867867            (sensors_proc_header = 
    868868             register_sysctl_table(sensors_proc, 0))) return -ENOMEM; 
     869#if 0 
    869870#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,3,1)) 
    870871        sensors_proc_header->ctl_table->child->de->owner = THIS_MODULE; 
     
    873874            &sensors_fill_inode; 
    874875#endif                          /* (LINUX_VERSION_CODE >= KERNEL_VERSION(2,3,1)) */ 
     876#endif 
    875877        sensors_initialized++; 
    876878        return 0;