sch5627.rst 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. Kernel driver sch5627
  2. =====================
  3. Supported chips:
  4. * SMSC SCH5627
  5. Prefix: 'sch5627'
  6. Addresses scanned: none, address read from Super I/O config space
  7. Datasheet: Application Note available upon request
  8. Author: Hans de Goede <[email protected]>
  9. Description
  10. -----------
  11. SMSC SCH5627 Super I/O chips include complete hardware monitoring
  12. capabilities. They can monitor up to 5 voltages, 4 fans and 8 temperatures.
  13. In addition, the SCH5627 exports data describing which temperature sensors
  14. affect the speed of each fan. Setting pwmX_auto_channels_temp to 0 forces
  15. the corresponding fan to full speed until another value is written.
  16. The SMSC SCH5627 hardware monitoring part also contains an integrated
  17. watchdog. In order for this watchdog to function some motherboard specific
  18. initialization most be done by the BIOS, so if the watchdog is not enabled
  19. by the BIOS the sch5627 driver will not register a watchdog device.
  20. The hardware monitoring part of the SMSC SCH5627 is accessed by talking
  21. through an embedded microcontroller. An application note describing the
  22. protocol for communicating with the microcontroller is available upon
  23. request. Please mail me if you want a copy.