| 1 | Kernel driver `w83627hf.o' |
|---|
| 2 | ========================= |
|---|
| 3 | |
|---|
| 4 | Status: Beta. |
|---|
| 5 | |
|---|
| 6 | Supported chips: |
|---|
| 7 | * Winbond W83627HF (ISA accesses ONLY) |
|---|
| 8 | Prefix: 'w83627hf' |
|---|
| 9 | Addresses scanned: ISA address retrieved from Super I/O registers |
|---|
| 10 | Datasheet: http://www.winbond.com/PDF/sheet/w83627hf.pdf |
|---|
| 11 | * Winbond W83627THF |
|---|
| 12 | Prefix: 'w83627thf' |
|---|
| 13 | Addresses scanned: ISA address retrieved from Super I/O registers |
|---|
| 14 | Datasheet: http://www.winbond.com/PDF/sheet/w83627thf.pdf |
|---|
| 15 | * Winbond W83697HF |
|---|
| 16 | Prefix: 'w83697hf' |
|---|
| 17 | Addresses scanned: ISA address retrieved from Super I/O registers |
|---|
| 18 | Datasheet: http://www.winbond.com/PDF/sheet/w83697hf.pdf |
|---|
| 19 | * Winbond W83637HF |
|---|
| 20 | Prefix: 'w83637hf' |
|---|
| 21 | Addresses scanned: ISA address retrieved from Super I/O registers |
|---|
| 22 | Datasheet: http://www.winbond.com/PDF/sheet/w83637hf.pdf |
|---|
| 23 | * Winbond W83687THF |
|---|
| 24 | Prefix: 'w83687thf' |
|---|
| 25 | Addresses scanned: ISA address retrieved from Super I/O registers |
|---|
| 26 | Datasheet: Provided by Winbond on request |
|---|
| 27 | |
|---|
| 28 | Authors: Frodo Looijaard <frodol@dds.nl>, Philip Edelbrock <phil@netroedge.com>, |
|---|
| 29 | and Mark Studebaker <mdsxyz123@yahoo.com> |
|---|
| 30 | |
|---|
| 31 | |
|---|
| 32 | Module Parameters |
|---|
| 33 | ----------------- |
|---|
| 34 | |
|---|
| 35 | * force: short array (min = 1, max = 48) |
|---|
| 36 | List of adapter,address pairs to boldly assume to be present |
|---|
| 37 | * force_addr: int |
|---|
| 38 | Initialize the ISA address of the sensors |
|---|
| 39 | * force_i2c: int |
|---|
| 40 | Initialize the I2C address of the sensors |
|---|
| 41 | * force_w83627hf: short array (min = 1, max = 48) |
|---|
| 42 | List of adapter,address pairs which are unquestionably assumed to contain |
|---|
| 43 | a `w83627hf' chip |
|---|
| 44 | * force_w83627thf: short array (min = 1, max = 48) |
|---|
| 45 | List of adapter,address pairs which are unquestionably assumed to contain |
|---|
| 46 | a `w83627thf' chip |
|---|
| 47 | * force_w83697hf: short array (min = 1, max = 48) |
|---|
| 48 | List of adapter,address pairs which are unquestionably assumed to contain |
|---|
| 49 | a `w83697hf' chip |
|---|
| 50 | * force_w83637hf: short array (min = 1, max = 48) |
|---|
| 51 | List of adapter,address pairs which are unquestionably assumed to contain |
|---|
| 52 | a `w83637hf' chip |
|---|
| 53 | * force_w83687thf: short array (min = 1, max = 48) |
|---|
| 54 | List of adapter,address pairs which are unquestionably assumed to contain |
|---|
| 55 | a `w83687thf' chip |
|---|
| 56 | * ignore: short array (min = 1, max = 48) |
|---|
| 57 | List of adapter,address pairs not to scan |
|---|
| 58 | * ignore_range: short array (min = 1, max = 48) |
|---|
| 59 | List of adapter,start-addr,end-addr triples not to scan |
|---|
| 60 | * probe: short array (min = 1, max = 48) |
|---|
| 61 | List of adapter,address pairs to scan additionally |
|---|
| 62 | * probe_range: short array (min = 1, max = 48) |
|---|
| 63 | List of adapter,start-addr,end-addr triples to scan additionally |
|---|
| 64 | * init=[0,1] (default 1) |
|---|
| 65 | Use 'init=0' to bypass initializing the chip. |
|---|
| 66 | Try this if your computer crashes when you load the module. |
|---|
| 67 | |
|---|
| 68 | |
|---|
| 69 | Description |
|---|
| 70 | ----------- |
|---|
| 71 | |
|---|
| 72 | This driver implements support for ISA accesses *only* for |
|---|
| 73 | the Winbond W83627HF, W83627THF, W83697HF, W83637HF and W83687THF |
|---|
| 74 | Super I/O chips. We will refer to them collectively as Winbond chips. |
|---|
| 75 | |
|---|
| 76 | This driver supports ISA accesses, which should be more reliable |
|---|
| 77 | than i2c accesses. Also, for Tyan boards which contain both a |
|---|
| 78 | Super I/O chip and a second i2c-only Winbond chip (often a W83782D), |
|---|
| 79 | using this driver will avoid i2c address conflicts and complex |
|---|
| 80 | initialization that were required in the w83781d driver |
|---|
| 81 | (lm_sensors releases 2.7.0 and earlier). |
|---|
| 82 | |
|---|
| 83 | If you really want i2c accesses for these Super I/O chips, |
|---|
| 84 | use the w83781d driver. However this is not the preferred method |
|---|
| 85 | now that this ISA driver has been developed. |
|---|
| 86 | |
|---|
| 87 | The w83627_HF_ uses pins 110-106 as VID0-VID4. The w83627_THF_ uses the |
|---|
| 88 | same pins as GPIO[0:4]. Technically, the w83627_THF_ does not support a |
|---|
| 89 | VID reading. However the two chips have the identical 128 pin package. So, |
|---|
| 90 | it is possible or even likely for a w83627thf to have the VID signals routed |
|---|
| 91 | to these pins despite their not being labeled for that purpose. Therefore, |
|---|
| 92 | the w83627thf driver interprets these as VID. If the VID on your board |
|---|
| 93 | doesn't work, first see doc/vid. If that still doesn't help, you may just |
|---|
| 94 | ignore the bogus VID reading with no harm done. |
|---|
| 95 | |
|---|
| 96 | For further information on this driver, /proc values, etc. |
|---|
| 97 | see the w83781d driver documentation. |
|---|
| 98 | |
|---|
| 99 | |
|---|
| 100 | Author/Maintainer |
|---|
| 101 | ----------------- |
|---|
| 102 | Mark D. Studebaker (mdsxyz123@yahoo.com). |
|---|
| 103 | Derived from the w83781d driver. |
|---|