Changeset 688
- Timestamp:
- 01/08/00 17:48:39 (9 years ago)
- Files:
-
- lm-sensors/trunk/CONTRIBUTORS (modified) (1 diff)
- lm-sensors/trunk/doc/busses/i2c-ali15x3 (modified) (1 diff)
- lm-sensors/trunk/doc/busses/i2c-i801 (modified) (1 diff)
- lm-sensors/trunk/doc/chips/icspll (modified) (1 diff)
- lm-sensors/trunk/doc/chips/w83781d (modified) (2 diffs)
- lm-sensors/trunk/kernel/chips/icspll.c (modified) (2 diffs)
- lm-sensors/trunk/prog/xeon/decode-xeon.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/CONTRIBUTORS
r661 r688 24 24 Author of the i2c-via and i2c-viapro host drivers. Sis5595 hack. 25 25 Extended support for GL518SM and GL520SM sensors. 26 * Mark D. Studebaker <mds @eng.paradyne.com>26 * Mark D. Studebaker <mdsxyz123@yahoo.com> 27 27 Author of the i2c-ali15x3 bus driver and the i2c-i810 bus driver. 28 28 Added w83782d, w83783s, w83627hf, and as99127f support to the w83781d driver. lm-sensors/trunk/doc/busses/i2c-ali15x3
r628 r688 9 9 10 10 Author: Frodo Looijaard <frodol@dds.nl>, Philip Edelbrock 11 <phil@netroedge.com>, and Mark D. Studebaker <mds @eng.paradyne.com>11 <phil@netroedge.com>, and Mark D. Studebaker <mdsxyz123@yahoo.com> 12 12 13 13 lm-sensors/trunk/doc/busses/i2c-i801
r607 r688 10 10 11 11 Author: Frodo Looijaard <frodol@dds.nl>, Philip Edelbrock 12 <phil@netroedge.com>, and Mark Studebaker <mds @eng.paradyne.com>12 <phil@netroedge.com>, and Mark Studebaker <mdsxyz123@yahoo.com> 13 13 14 14 lm-sensors/trunk/doc/chips/icspll
r405 r688 102 102 Author/Maintainer 103 103 ----------------- 104 Mark D. Studebaker (mds @eng.paradyne.com)104 Mark D. Studebaker (mdsxyz123@yahoo.com) 105 105 lm-sensors/trunk/doc/chips/w83781d
r614 r688 29 29 30 30 Author: Frodo Looijaard <frodol@dds.nl>, Philip Edelbrock <phil@netroedge.com>, 31 and Mark Studebaker <mds @eng.paradyne.com>31 and Mark Studebaker <mdsxyz123@yahoo.com> 32 32 33 33 … … 573 573 ----------------- 574 574 Original 781D support: Frodo and Phil (lm78@stimpy.netroedge.com) 575 782D/783S support added by: Mark D. Studebaker (mds @eng.paradyne.com)575 782D/783S support added by: Mark D. Studebaker (mdsxyz123@yahoo.com) 576 576 Send requests to the lm78@stimpy.netroedge.com mailing list. lm-sensors/trunk/kernel/chips/icspll.c
r645 r688 4 4 Copyright (c) 1998, 1999 Frodo Looijaard <frodol@dds.nl>, 5 5 Philip Edelbrock <phil@netroedge.com>, 6 and Mark Studebaker <mds @eng.paradyne.com>6 and Mark Studebaker <mdsxyz123@yahoo.com> 7 7 8 8 This program is free software; you can redistribute it and/or modify … … 336 336 #ifdef MODULE 337 337 338 MODULE_AUTHOR("Frodo Looijaard <frodol@dds.nl>, Philip Edelbrock <phil@netroedge.com>, and Mark Studebaker <mds @eng.paradyne.com>");338 MODULE_AUTHOR("Frodo Looijaard <frodol@dds.nl>, Philip Edelbrock <phil@netroedge.com>, and Mark Studebaker <mdsxyz123@yahoo.com>"); 339 339 MODULE_DESCRIPTION("ICSPLL driver"); 340 340 lm-sensors/trunk/prog/xeon/decode-xeon.pl
r462 r688 2 2 # 3 3 # Copyright 1998, 1999 Philip Edelbrock <phil@netroedge.com> 4 # and Mark Studebaker <mds @eng.paradyne.com>4 # and Mark Studebaker <mdsxyz123@yahoo.com> 5 5 # 6 6 # Version 0.1
