Show
Ignore:
Timestamp:
05/24/05 23:26:22 (7 years ago)
Author:
khali
Message:

Backport the cleanups and corrections Rudolf Marek and I did when
porting the chips documentation to Linux 2.6.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/doc/chips/w83627hf

    r2290 r3007  
    66Supported chips: 
    77  * Winbond W83627HF (ISA accesses ONLY) 
    8     Prefix 'w83627hf' 
     8    Prefix: 'w83627hf' 
    99    Addresses scanned: ISA address retrieved from Super I/O registers 
    10     Datasheet: Publicly available at the Winbond website 
    11   * Winbond W83627THF (ISA accesses ONLY) 
    12     Prefix 'w83627thf' 
     10    Datasheet: http://www.winbond.com/PDF/sheet/w83627hf.pdf 
     11  * Winbond W83627THF 
     12    Prefix: 'w83627thf' 
    1313    Addresses scanned: ISA address retrieved from Super I/O registers 
    14     Datasheet: Publicly available at the Winbond website 
    15   * Winbond W83697HF (ISA accesses ONLY) 
    16     Prefix 'w83697hf' 
     14    Datasheet: http://www.winbond.com/PDF/sheet/w83627thf.pdf 
     15  * Winbond W83697HF 
     16    Prefix: 'w83697hf' 
    1717    Addresses scanned: ISA address retrieved from Super I/O registers 
    18     Datasheet: Publicly available at the Winbond website 
    19   * Winbond W83637HF (ISA accesses ONLY) 
    20     Prefix 'w83637hf' 
     18    Datasheet: http://www.winbond.com/PDF/sheet/w83697hf.pdf 
     19  * Winbond W83637HF 
     20    Prefix: 'w83637hf' 
    2121    Addresses scanned: ISA address retrieved from Super I/O registers 
    22     Datasheet: Publicly available at the Winbond website 
     22    Datasheet: http://www.winbond.com/PDF/sheet/w83637hf.pdf 
    2323 
    2424Authors: Frodo Looijaard <frodol@dds.nl>, Philip Edelbrock <phil@netroedge.com>, 
     
    3232  List of adapter,address pairs to boldly assume to be present 
    3333* 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 
    3537* force_w83627hf: short array (min = 1, max = 48) 
    3638  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 
    4449* ignore: short array (min = 1, max = 48) 
    4550  List of adapter,address pairs not to scan 
     
    7883board).  The w83627thf driver now interprets these as VID.  If the VID on 
    7984your 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. 
     85that still doesn't help, email us at lm-sensors@lm-sensors.org. 
    8186 
    8287For further information on this driver, /proc values, etc.