Changeset 3007 for lm-sensors/trunk/doc/chips/w83627hf
- Timestamp:
- 05/24/05 23:26:22 (7 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/doc/chips/w83627hf (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/doc/chips/w83627hf
r2290 r3007 6 6 Supported chips: 7 7 * Winbond W83627HF (ISA accesses ONLY) 8 Prefix 'w83627hf'8 Prefix: 'w83627hf' 9 9 Addresses scanned: ISA address retrieved from Super I/O registers 10 Datasheet: Publicly available at the Winbond website11 * Winbond W83627THF (ISA accesses ONLY)12 Prefix 'w83627thf'10 Datasheet: http://www.winbond.com/PDF/sheet/w83627hf.pdf 11 * Winbond W83627THF 12 Prefix: 'w83627thf' 13 13 Addresses scanned: ISA address retrieved from Super I/O registers 14 Datasheet: Publicly available at the Winbond website15 * Winbond W83697HF (ISA accesses ONLY)16 Prefix 'w83697hf'14 Datasheet: http://www.winbond.com/PDF/sheet/w83627thf.pdf 15 * Winbond W83697HF 16 Prefix: 'w83697hf' 17 17 Addresses scanned: ISA address retrieved from Super I/O registers 18 Datasheet: Publicly available at the Winbond website19 * Winbond W83637HF (ISA accesses ONLY)20 Prefix 'w83637hf'18 Datasheet: http://www.winbond.com/PDF/sheet/w83697hf.pdf 19 * Winbond W83637HF 20 Prefix: 'w83637hf' 21 21 Addresses scanned: ISA address retrieved from Super I/O registers 22 Datasheet: Publicly available at the Winbond website22 Datasheet: http://www.winbond.com/PDF/sheet/w83637hf.pdf 23 23 24 24 Authors: Frodo Looijaard <frodol@dds.nl>, Philip Edelbrock <phil@netroedge.com>, … … 32 32 List of adapter,address pairs to boldly assume to be present 33 33 * force_addr: int 34 Program the Super I/O register for the sensors ISA base address 34 Initialize the ISA address of the sensors 35 * force_i2c: int 36 Initialize the I2C address of the sensors 35 37 * force_w83627hf: short array (min = 1, max = 48) 36 38 List of adapter,address pairs which are unquestionably assumed to contain 37 a `w83781d' chip 38 * force_w83627thf: 39 Ditto 40 * force_w83697hf: 41 Ditto 42 * force_w83637hf: 43 Ditto 39 a `w83627hf' chip 40 * force_w83627thf: short array (min = 1, max = 48) 41 List of adapter,address pairs which are unquestionably assumed to contain 42 a `w83627thf' chip 43 * force_w83697hf: short array (min = 1, max = 48) 44 List of adapter,address pairs which are unquestionably assumed to contain 45 a `w83697hf' chip 46 * force_w83637hf: short array (min = 1, max = 48) 47 List of adapter,address pairs which are unquestionably assumed to contain 48 a `w83637hf' chip 44 49 * ignore: short array (min = 1, max = 48) 45 50 List of adapter,address pairs not to scan … … 78 83 board). The w83627thf driver now interprets these as VID. If the VID on 79 84 your board doesn't work, first see doc/vid in the lm_sensors package. If 80 that still doesn't help, email us at sensors@stimpy.netroedge.com.85 that still doesn't help, email us at lm-sensors@lm-sensors.org. 81 86 82 87 For further information on this driver, /proc values, etc.
