Changeset 4218
- Timestamp:
- 10/19/06 11:55:14 (2 years ago)
- Files:
-
- lm-sensors/trunk/doc/chips/SUMMARY (modified) (1 diff)
- lm-sensors/trunk/doc/chips/smsc47m1 (modified) (2 diffs)
- lm-sensors/trunk/kernel/chips/smsc47m1.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/doc/chips/SUMMARY
r4197 r4218 215 215 smsc47b27x - - 2 2 no yes (LPC) 216 216 smsc47m10x - - 2 2 no yes (LPC) 217 smsc47m112 - - 2 2 no yes (LPC) 217 218 smsc47m13x - - 2 2 no yes (LPC) 218 219 smsc47m14x - - 2 2 no yes (LPC) lm-sensors/trunk/doc/chips/smsc47m1
r3132 r4218 5 5 6 6 Supported chips: 7 * SMSC LPC47B27x, LPC47M10x, LPC47M13x, LPC47M14x, LPC47M15x and LPC47M192 7 * SMSC LPC47B27x, LPC47M112, LPC47M10x, LPC47M13x, LPC47M14x, 8 LPC47M15x and LPC47M192 8 9 Prefix: 'smsc47m1' 9 10 Addresses scanned: none, address read from Super I/O config space … … 11 12 http://www.smsc.com/main/datasheets/47b27x.pdf 12 13 http://www.smsc.com/main/datasheets/47m10x.pdf 14 http://www.smsc.com/main/datasheets/47m112.pdf 13 15 http://www.smsc.com/main/tools/discontinued/47m13x.pdf 14 16 http://www.smsc.com/main/datasheets/47m14x.pdf lm-sensors/trunk/kernel/chips/smsc47m1.c
r3132 r4218 82 82 83 83 /* 84 * SMSC LPC47M10x (device id 0x59), LPC47M14x (device id 0x5F) and85 * LPC47B27x (device id 0x51) have fan control.84 * SMSC LPC47M10x/LPC47M112/LPC47M13x (device id 0x59), LPC47M14x 85 * (device id 0x5F) and LPC47B27x (device id 0x51) have fan control. 86 86 * The 47M15x and 47M192 chips "with hardware monitoring block" 87 87 * can do much more besides (device id 0x60).
