Changeset 171

Show
Ignore:
Timestamp:
01/19/99 00:14:07 (10 years ago)
Author:
frodo
Message:

gl518sm alarms fix, more things TODO and a new useful address

Files:

Legend:

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

    r168 r171  
    11Many, many things. Most notably: 
    22 
     3* CHeck CDROM insert-remove error of Matt Mueller 
    34* Create wait-queues for bus locking instead of pure semaphores, to make 
    45  it more interactive 
    56* Check for block read/writes in smbus-on-i2c emulation code 
     7* Add proc-call SMBus command to i2c-dev 
    68* Merge newest Simon Vogl archive 
    79* Merge man-pages 
  • lm-sensors/trunk/doc/useful_addresses.html

    r141 r171  
    2424<A HREF="http://www.tk.uni-linz.ac.at/~simon/private/i2c/v4l">Simon Vogl's 
    2525I&#178C Linux kernel module</A> 
     26<LI> 
     27<A HREF="news://goesser.tk.uni-linz.ac.at/linux.i2c">Simon's I&#178C  
     28newsgroup</A> 
    2629</UL> 
    2730<LI>SMBus 
  • lm-sensors/trunk/lib/chips.c

    r150 r171  
    360360    { SENSORS_GL518R00_ALARMS, "alarms", SENSORS_NO_MAPPING, 
    361361                               SENSORS_NO_MAPPING, SENSORS_MODE_R, 
    362                                GL518_SYSCTL_FAN_DIV, VALUE(3), 0 }, 
     362                               GL518_SYSCTL_ALARMS, VALUE(1), 0 }, 
    363363    { SENSORS_GL518R00_BEEP_ENABLE, "beep_enable", SENSORS_GL518R00_ALARMS, 
    364364                               SENSORS_NO_MAPPING, SENSORS_MODE_RW,