Changeset 199
- Timestamp:
- 02/07/99 02:58:06 (10 years ago)
- Files:
-
- lm-sensors/trunk/CONTRIBUTORS (modified) (1 diff)
- lm-sensors/trunk/TODO (modified) (1 diff)
- lm-sensors/trunk/doc/chips/sis5595 (added)
- lm-sensors/trunk/etc/sensors.conf.eg (modified) (1 diff)
- lm-sensors/trunk/kernel/chips/sis5595.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/CONTRIBUTORS
r188 r199 22 22 it. 23 23 * Kyösti Mälkki <kmalkki@cc.hut.fi> 24 Author of the i2c-via driver.24 Author of the i2c-via and sis5595 driver. 25 25 26 26 * Simon Vogl <simon@tk.uni-linz.ac.at> lm-sensors/trunk/TODO
r191 r199 36 36 but perhaps needed too). 37 37 * Some library routines are pretty inefficient right now 38 * Write SIS5591/95/98 adapter support39 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. 40 40 * Write Acer Labs Aladdin V southbridge (M1543C) support 41 41 Mark Studebaker <mds@blazer.eng.paradyne.com> is working on it. lm-sensors/trunk/etc/sensors.conf.eg
r150 r199 131 131 #### Here begins the real configuration file 132 132 133 chip "lm78-*" "lm78-j-*" "lm79-*" "w83781d-*" 133 chip "lm78-*" "lm78-j-*" "lm79-*" "w83781d-*" "sis5595-*" 134 134 135 135 # These are as advised in the LM78 and LM79 data sheets, and used on almost lm-sensors/trunk/kernel/chips/sis5595.c
r196 r199 358 358 return err; 359 359 } 360 360 /* 361 361 printk("sis5595.o: lm78 io base at 0x%4x\n", address); 362 362 */ 363 363 type = lm78; 364 type_name = " SiS 5595 Sensor";365 client_name = "SiS 5595 ";364 type_name = "sis5595"; 365 client_name = "SiS 5595 Sensor"; 366 366 367 367 request_region(address, LM78_EXTENT, type_name);
