Changeset 4197
- Timestamp:
- 10/06/06 16:39:58 (2 years ago)
- Files:
-
- lm-sensors/trunk/CHANGES (modified) (1 diff)
- lm-sensors/trunk/TODO (modified) (1 diff)
- lm-sensors/trunk/doc/FAQ (modified) (3 diffs)
- lm-sensors/trunk/doc/chips/SUMMARY (modified) (1 diff)
- lm-sensors/trunk/doc/chips/icspll (deleted)
- lm-sensors/trunk/doc/lm_sensors-FAQ.html (modified) (1 diff)
- lm-sensors/trunk/doc/lm_sensors-FAQ.texi (modified) (1 diff)
- lm-sensors/trunk/kernel/chips/icspll.c (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/CHANGES
r4196 r4197 4 4 SVN HEAD 5 5 Library: Add support for the pc87247 driver (fans only) 6 Module icspll: Delete. It was useless and dangerous. 6 7 Program sensord: Add pc87247 support (fans only) 7 8 Program sensors: Add pc87247 support (fans only) lm-sensors/trunk/TODO
r4173 r4197 73 73 * maxilife.c: Round REG_TO_VID correctly 74 74 75 * icspll.c: Rewrite. The current implementation simply can't work at all.76 It needs i2c-level access (too bad for SMBus-only adapters).77 78 75 * Support 10-bit addresses. At this moment, they are supported nowhere, except 79 76 in Simon Vogl's i2c modules. lm-sensors/trunk/doc/FAQ
r4170 r4197 373 373 * Sorted by Manufacturer: `README' 374 374 375 * Sorted by Manufacturer: 376 `http://www.lm-sensors.org/wiki/Devices' 375 * Sorted by Manufacturer: `http://www.lm-sensors.org/wiki/Devices' 377 376 378 377 * Sorted by Sensor Driver: `doc/chips/SUMMARY' … … 1032 1031 A clock chip. Often, accessing these clock chips in the wrong way will 1033 1032 instantly crash your computer. Sensors-detect carefully avoids these 1034 chips. If you really really want to play with your clock chip you can 1035 look at `kernel/chips/icspll.c' in our package. But we do not recommend 1036 it. You have been warned. 1033 chips, and you should do too. You have been warned. 1037 1034 1038 1035 4.23.2 What is at I2C addresses 0x50 - 0x57? … … 1095 1092 website. 1096 1093 1097 When you know what chips you have, check the NewestDriver Status1098 (http://www.lm-sensors.org/wiki/Devices) web page to see if support 1099 hasbeen added for your chip in a later release or in SVN.1094 When you know what chips you have, check the Driver Status 1095 (http://www.lm-sensors.org/wiki/Devices) web page to see if support has 1096 been added for your chip in a later release or in SVN. 1100 1097 1101 1098 4.25 Sensors says `Error: Line xxx: zzzzzzz' lm-sensors/trunk/doc/chips/SUMMARY
r4154 r4197 283 283 Xeon scratch eeproms - reads locations only 284 284 285 icspll286 supported clock chips - reads registers only287 288 285 ltc1710 289 286 ltc1710 two switches only lm-sensors/trunk/doc/lm_sensors-FAQ.html
r4170 r4197 1577 1577 <p>A clock chip. Often, accessing these clock chips in the wrong 1578 1578 way will instantly crash your computer. Sensors-detect carefully 1579 avoids these chips. If you really really want to play with your clock 1580 chip you can look at <samp><span class="file">kernel/chips/icspll.c</span></samp> in our package. But we 1581 do not recommend it. You have been warned. 1579 avoids these chips, and you should do too. You have been warned. 1582 1580 1583 1581 <p><a name="What-is-at-I2C-addresses-0x50-_002d-0x57"></a> lm-sensors/trunk/doc/lm_sensors-FAQ.texi
r4170 r4197 1064 1064 A clock chip. Often, accessing these clock chips in the wrong 1065 1065 way will instantly crash your computer. Sensors-detect carefully 1066 avoids these chips. If you really really want to play with your clock 1067 chip you can look at @file{kernel/chips/icspll.c} in our package. But we 1068 do not recommend it. You have been warned. 1066 avoids these chips, and you should do too. You have been warned. 1069 1067 1070 1068
