Changeset 3132
- Timestamp:
- 10/24/05 19:22:25 (3 years ago)
- Files:
-
- lm-sensors/trunk/doc/chips/SUMMARY (modified) (2 diffs)
- lm-sensors/trunk/doc/chips/smsc47m1 (modified) (2 diffs)
- lm-sensors/trunk/kernel/chips/smsc47m1.c (modified) (1 diff)
- lm-sensors/trunk/prog/detect/sensors-detect (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/doc/chips/SUMMARY
r3130 r3132 208 208 209 209 smsc47m1 210 (all are reported as a "smsc47m1") 210 211 smsc47b27x - - 2 2 no yes (LPC) 211 212 smsc47m10x - - 2 2 no yes (LPC) … … 214 215 smsc47m15x - - 2 2 no yes (LPC) 215 216 smsc47m192 - - 2 2 no yes (LPC) 217 smsc47m997 - - 2 2 no yes (LPC) 216 218 217 219 thmc50 lm-sensors/trunk/doc/chips/smsc47m1
r3007 r3132 15 15 http://www.smsc.com/main/tools/discontinued/47m15x.pdf 16 16 http://www.smsc.com/main/datasheets/47m192.pdf 17 * SMSC LPC47M997 18 Addresses scanned: none, address read from Super I/O config space 19 Prefix: 'smsc47m1' 20 Datasheet: none 17 21 18 22 Authors: Mark D. Studebaker <mdsxyz123@yahoo.com> … … 40 44 block is not supported by the driver. 41 45 46 No documentation is available for the 47M997, but it has the same device 47 ID as the 47M15x and 47M192 chips and seems to be compatible therewith. 48 42 49 Fan rotation speeds are reported in RPM (rotations per minute). An alarm is 43 50 triggered if the rotation speed has dropped below a programmable limit. Fan lm-sensors/trunk/kernel/chips/smsc47m1.c
r3044 r3132 86 86 * The 47M15x and 47M192 chips "with hardware monitoring block" 87 87 * can do much more besides (device id 0x60). 88 * The LPC47M997 is undocumented, but seems to be compatible with 89 * the LPC47M192, and has the same device id. 88 90 */ 89 91 #define SMSC_DEVID_MATCH(id) ((id) == 0x51 || (id) == 0x59 || (id) == 0x5F || (id) == 0x60) lm-sensors/trunk/prog/detect/sensors-detect
r3122 r3132 1464 1464 }, 1465 1465 { 1466 name => "SMSC LPC47M15x or LPC47M192",1466 name => "SMSC LPC47M15x, LPC47M192 or LPC47M997", 1467 1467 driver => "to-be-written", 1468 1468 i2c_addrs => [0x2c..0x2d], … … 1722 1722 }, 1723 1723 { 1724 name => "SMSC 47M15x/192 Super IO Fan Sensors",1724 name => "SMSC 47M15x/192/997 Super IO Fan Sensors", 1725 1725 driver => "smsc47m1", 1726 1726 devid => 0x60,
