[POWERPC] Xserve G5 thermal control fixes
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 6 Jul 2006 08:03:06 +0000 (18:03 +1000)
committerPaul Mackerras <paulus@samba.org>
Fri, 28 Jul 2006 00:42:49 +0000 (10:42 +1000)
The thermal control for the Xserve G5s had a few issues. For one, the
way to program the RPM fans speeds into the FCU is different between it
and the desktop models, which I didn't figure out until recently, and it
was missing a control loop for the slots fan, running it too fast.  Both
of those problems were causing the machine to be much more noisy than
necessary.  This patch also changes the fixed value of the slots fan for
desktop G5s to 40% instead of 50%.  It seems to still have a pretty good
airflow that way and is much less noisy.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found