Changeset 2681

Show
Ignore:
Timestamp:
08/31/04 20:53:01 (4 years ago)
Author:
khali
Message:

Make it clear that the gl518sm "iterate" trick is gone in the

Linux 2.6 driver (ticket #1767).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/doc/chips/gl518sm

    r1568 r2681  
    4646           work even when iterate=0. See below. This is a limitation 
    4747           of the chip, not the driver. 
     48           Note that the 'iterate' method was trimmed while porting the 
     49           driver to Linux 2.6 as we considered it too ugly for the thin 
     50           benefit. 
     51            
    4852 
    4953This driver supports the Genesys Logic GL518SM chip. There are at least 
     
    113117In this case, 'iterate' will be read-only and the read value is 3. 
    114118 
     119This does NOT apply to the Linux 2.6 kernel driver, where the 'iteration' 
     120code was dropped for being too ugly. 
     121 
    115122 
    116123Chip Features 
  • lm-sensors/trunk/etc/sensors.conf.eg

    r2674 r2681  
    787787# IMPORTANT: in0, in1, and in2 values (+5, +3, and +12) CANNOT be read 
    788788#            unless you use the slow 'iterate' method. Limits will still 
    789 #            work even when iterate=0. See ../doc/chips/gl518sm. 
     789#            work even when iterate=0. See doc/chips/gl518sm. 
     790#            Note that the 'iterate' method was trimmed while porting the 
     791#            driver to Linux 2.6 as we considered it too ugly for the thin 
     792#            benefit. 
    790793# 
    791794# Factors and labels taken from GL518SM datasheet, they seem to give 
     
    810813  set vin3_min 2.10 
    811814  set vin3_max 2.30 
    812   set fan1_off 0 
    813   set fan2_min 0 
     815#  set fan1_off 0 
     816#  set fan2_min 0 
     817 
     818# Do NOT uncomment the following line with the Linux 2.6 kernel driver, 
     819# as it'll raise an error. 
    814820# set iterate 2 
    815821