w83627hf 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. Kernel driver w83627hf
  2. ======================
  3. Supported chips:
  4. * Winbond W83627HF (ISA accesses ONLY)
  5. Prefix: 'w83627hf'
  6. Addresses scanned: ISA address retrieved from Super I/O registers
  7. Datasheet: http://www.winbond.com/PDF/sheet/w83627hf.pdf
  8. * Winbond W83627THF
  9. Prefix: 'w83627thf'
  10. Addresses scanned: ISA address retrieved from Super I/O registers
  11. Datasheet: http://www.winbond.com/PDF/sheet/w83627thf.pdf
  12. * Winbond W83697HF
  13. Prefix: 'w83697hf'
  14. Addresses scanned: ISA address retrieved from Super I/O registers
  15. Datasheet: http://www.winbond.com/PDF/sheet/697hf.pdf
  16. * Winbond W83637HF
  17. Prefix: 'w83637hf'
  18. Addresses scanned: ISA address retrieved from Super I/O registers
  19. Datasheet: http://www.winbond.com/PDF/sheet/w83637hf.pdf
  20. * Winbond W83687THF
  21. Prefix: 'w83687thf'
  22. Addresses scanned: ISA address retrieved from Super I/O registers
  23. Datasheet: Provided by Winbond on request
  24. Authors:
  25. Frodo Looijaard <frodol@dds.nl>,
  26. Philip Edelbrock <phil@netroedge.com>,
  27. Mark Studebaker <mdsxyz123@yahoo.com>,
  28. Bernhard C. Schrenk <clemy@clemy.org>
  29. Module Parameters
  30. -----------------
  31. * force_addr: int
  32. Initialize the ISA address of the sensors
  33. * force_i2c: int
  34. Initialize the I2C address of the sensors
  35. * init: int
  36. (default is 1)
  37. Use 'init=0' to bypass initializing the chip.
  38. Try this if your computer crashes when you load the module.
  39. * reset: int
  40. (default is 0)
  41. The driver used to reset the chip on load, but does no more. Use
  42. 'reset=1' to restore the old behavior. Report if you need to do this.
  43. Description
  44. -----------
  45. This driver implements support for ISA accesses *only* for
  46. the Winbond W83627HF, W83627THF, W83697HF and W83637HF Super I/O chips.
  47. We will refer to them collectively as Winbond chips.
  48. This driver supports ISA accesses, which should be more reliable
  49. than i2c accesses. Also, for Tyan boards which contain both a
  50. Super I/O chip and a second i2c-only Winbond chip (often a W83782D),
  51. using this driver will avoid i2c address conflicts and complex
  52. initialization that were required in the w83781d driver.
  53. If you really want i2c accesses for these Super I/O chips,
  54. use the w83781d driver. However this is not the preferred method
  55. now that this ISA driver has been developed.
  56. The w83627_HF_ uses pins 110-106 as VID0-VID4. The w83627_THF_ uses the
  57. same pins as GPIO[0:4]. Technically, the w83627_THF_ does not support a
  58. VID reading. However the two chips have the identical 128 pin package. So,
  59. it is possible or even likely for a w83627thf to have the VID signals routed
  60. to these pins despite their not being labeled for that purpose. Therefore,
  61. the w83627thf driver interprets these as VID. If the VID on your board
  62. doesn't work, first see doc/vid in the lm_sensors package[1]. If that still
  63. doesn't help, you may just ignore the bogus VID reading with no harm done.
  64. For further information on this driver see the w83781d driver documentation.
  65. [1] http://www2.lm-sensors.nu/~lm78/cvs/browse.cgi/lm_sensors2/doc/vid