On 1 February 2016 at 08:53, Julian Coleman <j...@coris.org.uk> wrote: >> [lm0] >> Fan0: N/A >> Fan1: 3245 RPM >> Fan2: N/A > > I don't think that the chips that lm supports have fan speed adjustment, > so lm0 fan1 will always run at 100%. It does make sense for dbcool0 fan3 > to be connected to the CPU fan, but it's hard to be sure.
The above is not necessarily correct -- many of the chips supported by the lm(4) driver, on NetBSD, OpenBSD and DragonFly BSD, certainly do, in fact, implement a whole bunch of fan-controlling features; see http://sensors.cnst.su/fanctl/ for a sample BSD implementation of the fan controlling logic. >From the manual you've found, ftp://ftp.tyan.com/manuals/m_s2882d_100.pdf: >>>> ? Winbond W83627HF Super I/O chip >>>> ? Analog Devices ADM1027 Hardware >>>> Monitoring IC Winbond W83627HF is supported by both http://mdoc.su/o,n,d/wbsio.4 and http://mdoc.su/n,o,d/lm.4, and is one of the chips supported by the fanctl patch above, too. However, the above manual from Tyan doesn't appear to specify how exactly are the fans actually wired up (e.g., to which pins on which chip). Cheers, Constantine.