pc87427 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. Kernel driver pc87427
  2. =====================
  3. Supported chips:
  4. * National Semiconductor PC87427
  5. Prefix: 'pc87427'
  6. Addresses scanned: none, address read from Super I/O config space
  7. Datasheet: No longer available
  8. Author: Jean Delvare <khali@linux-fr.org>
  9. Thanks to Amir Habibi at Candelis for setting up a test system, and to
  10. Michael Kress for testing several iterations of this driver.
  11. Description
  12. -----------
  13. The National Semiconductor Super I/O chip includes complete hardware
  14. monitoring capabilities. It can monitor up to 18 voltages, 8 fans and
  15. 6 temperature sensors. Only the fans are supported at the moment.
  16. This chip also has fan controlling features (up to 4 PWM outputs),
  17. which are partly supported by this driver.
  18. The driver assumes that no more than one chip is present, which seems
  19. reasonable.
  20. Fan Monitoring
  21. --------------
  22. Fan rotation speeds are reported as 14-bit values from a gated clock
  23. signal. Speeds down to 83 RPM can be measured.
  24. An alarm is triggered if the rotation speed drops below a programmable
  25. limit. Another alarm is triggered if the speed is too low to be measured
  26. (including stalled or missing fan).
  27. Fan Speed Control
  28. -----------------
  29. Fan speed can be controlled by PWM outputs. There are 4 possible modes:
  30. always off, always on, manual and automatic. The latter isn't supported
  31. by the driver: you can only return to that mode if it was the original
  32. setting, and the configuration interface is missing.