Changeset 568

Show
Ignore:
Timestamp:
09/20/99 17:16:57 (9 years ago)
Author:
frodo
Message:

Other main files updated.

Can people please update the CHANGES file? The current text is a cop-out :-)

Files:

Legend:

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

    r340 r568  
    77driver (well, that is not quite true, but it is in most cases the only 
    88way to do it safely). In the past, this meant you had to patch the kernel 
    9 and recompile it. These days, you can use kernel modules. 
     9and recompile it. These days, you can use kernel modules. We support both 
     10approaches. 
    1011 
    1112We have chooses for a very modular (no pun intended) setup. There are a 
  • lm-sensors/trunk/BUGS

    r216 r568  
    6060An older version of the i2c modules is distributed in 2.2 and late 2.1 
    6161kernels. If you try to use it at the same moment as our i2c modules, you 
    62 may get into trouble. There is no nice solution for this yet
     62may get into trouble. This should be fixed for lm_sensors-2.4.0 and newer
  • lm-sensors/trunk/CHANGES

    r486 r568  
    1313    for example: 
    1414      cvs diff -r V2-0-0 -r V2-0-1 -u 
     15 
     162.4.0 (19990920) 
     17  Too much to list.  
     18  i2c and smbus parts are split off to a separate i2c package. 
     19  New drivers and other stuff. 
    1520 
    16212.3.4 (19990616) 
  • lm-sensors/trunk/INSTALL

    r567 r568  
    1010    to take advantage of this. But it makes it possible to compile drivers 
    1111    into the kernel itself, instead of having to add them as modules. 
    12     YOU WILL STILL HAVE TO COMPILE THIS PACKAGE TO GET THE USERLAND UTILITIES! 
     12    AFTER YOU COMPILED AND INSTALLED YOUR KERNEL, YOU WILL STILL HAVE TO  
     13    COMPILE THIS PACKAGE TO GET THE USERLAND UTILITIES! 
    1314 
    1415Each of these ways will be described below in detail.