Changeset 3146
- Timestamp:
- 10/30/05 09:51:09 (8 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/doc/chips/via686a (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/doc/chips/via686a
r3007 r3146 21 21 ----------------- 22 22 23 force_addr=0xaddr Set the I/O base address. Useful for Asus A7V boards 24 that don't set the address in the BIOS. Does not do a 23 force_addr=0xaddr Set the I/O base address. Useful for boards that 24 don't set the address in the BIOS. Look for a BIOS 25 upgrade before resorting to this. Does not do a 25 26 PCI force; the via686a must still be present in lspci. 26 27 Don't use this unless the driver complains that the … … 67 68 The driver only updates its values each 1.5 seconds; reading it more often 68 69 will do no harm, but will return 'old' values. 70 71 72 Known Issues 73 ------------ 74 75 This driver handles sensors integrated in some VIA south bridges. It is 76 possible that a motherboard maker used a VT82C686A/B chip as part of a 77 product design but was not interested in its hardware monitoring features, 78 in which case the sensor inputs will not be wired. This is the case of 79 the Asus K7V, A7V and A7V133 motherboards, to name only a few of them. 80 So, if you need the force_addr parameter, and end up with values which 81 don't seem to make any sense, don't look any further: your chip is simply 82 not wired for hardware monitoring. 69 83 70 84
