Changeset 1017
- Timestamp:
- 02/10/01 05:15:54 (8 years ago)
- Files:
-
- lm-sensors/trunk/doc/chips/SUMMARY (modified) (1 diff)
- lm-sensors/trunk/doc/chips/adm1021 (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/doc/chips/SUMMARY
r973 r1017 48 48 thmc10 2 - - - yes no 49 49 xeon 1 - - - yes no 50 (xeon - no detection - requires force parameter)50 (xeon - no detection - requires force_adm1021 parameter) 51 51 52 52 adm1025 lm-sensors/trunk/doc/chips/adm1021
r968 r1017 2 2 ========================= 3 3 4 Status: Complete; tested for most devices .4 Status: Complete; tested for most devices except Xeon. 5 5 6 6 Supported chips: … … 14 14 Datasheet: 15 15 * Intel Xeon Processor 16 Prefix - any other - requires 'force ' parameter - see MODPARMS file16 Prefix - any other - requires 'force_adm1021' parameter - see MODPARMS file 17 17 Addresses scanned: none 18 18 Datasheet: Publicly available at Intel website 19 Status: Alpha, untested. 19 20 * Maxim MAX1617 20 21 Prefix `max1617' … … 89 90 already have disappeared! 90 91 91 This driver only updates its values each 1.5 seconds; reading it more often92 This driver only updates its values each 1.5 seconds; reading it more often 92 93 will do no harm, but will return 'old' values. It is possible to make 93 94 ADM1021-clones do faster measurements, but there is really no good reason 94 95 for that. 96 97 98 Xeon support 99 ------------ 100 The Xeon support is untested. 101 The Xeon has only one sensor where the other devices have two. 102 Use 'force_adm1021=BUS,ADDRESS' as a modprobe parameter. 103 ADDRESS can only be 0x18, 0x1a, 0x29, 0x2b, 0x4c, or 0x4e. 104 The driver will report two temperatures but one will be invalid. 105 It is not clear if all Xeon processors have this feature. 106 Please report results. 95 107 96 108
