Changeset 199

Show
Ignore:
Timestamp:
02/07/99 02:58:06 (10 years ago)
Author:
kmalkki
Message:

(Kyösti) SiS5595 documentation forwarding you to LM78 documents.
Renamed sensors entry from "SiS 5595 Sensor-*" to "sis5595-*"
Added this name in sensors.conf.eg to use lm78 names for inputs.
Small related document updates.

Files:

Legend:

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

    r188 r199  
    2222  it. 
    2323* Kyösti Mälkki <kmalkki@cc.hut.fi> 
    24   Author of the i2c-via driver. 
     24  Author of the i2c-via and sis5595 driver. 
    2525 
    2626* Simon Vogl <simon@tk.uni-linz.ac.at> 
  • lm-sensors/trunk/TODO

    r191 r199  
    3636  but perhaps needed too). 
    3737* Some library routines are pretty inefficient right now 
    38 * Write SIS5591/95/98 adapter support  
    39   Thomas Dickel <Thomas.Dickel@mni.fh-giessen.de> owns one
     38* Test SIS5595(/91/98) sensor support. Write generic i2c support.  
     39  Thomas Dickel <Thomas.Dickel@mni.fh-giessen.de> owns one SIS5595
    4040* Write Acer Labs Aladdin V southbridge (M1543C) support 
    4141  Mark Studebaker <mds@blazer.eng.paradyne.com> is working on it. 
  • lm-sensors/trunk/etc/sensors.conf.eg

    r150 r199  
    131131#### Here begins the real configuration file 
    132132 
    133 chip "lm78-*" "lm78-j-*" "lm79-*" "w83781d-*" 
     133chip "lm78-*" "lm78-j-*" "lm79-*" "w83781d-*" "sis5595-*" 
    134134 
    135135# These are as advised in the LM78 and LM79 data sheets, and used on almost 
  • lm-sensors/trunk/kernel/chips/sis5595.c

    r196 r199  
    358358    return err; 
    359359  } 
    360  
     360/* 
    361361  printk("sis5595.o: lm78 io base at 0x%4x\n", address); 
    362        
     362*/     
    363363  type = lm78; 
    364   type_name = "SiS 5595 Sensor"; 
    365   client_name = "SiS 5595"; 
     364  type_name = "sis5595"; 
     365  client_name = "SiS 5595 Sensor"; 
    366366 
    367367  request_region(address, LM78_EXTENT, type_name);