diff options
author | René Rebe <rene@exactcode.de> | 2007-10-16 14:19:20 -0700 |
---|---|---|
committer | Mark M. Hoffman <mhoffman@lightlink.com> | 2007-11-08 08:42:46 -0500 |
commit | 8de577095d65e8a51135793bf48c7be6c6c5bc77 (patch) | |
tree | 4b6295457a7a50c73af31ff10ad43cc358a4da04 /drivers/video | |
parent | ff8966acb9d6bacdbb8971762bbd3ba6480f6077 (diff) | |
download | op-kernel-dev-8de577095d65e8a51135793bf48c7be6c6c5bc77.zip op-kernel-dev-8de577095d65e8a51135793bf48c7be6c6c5bc77.tar.gz |
hwmon: (applesmc) Add support for Mac Pro 2 x Quad-Core
At least the 2x Quad-Core Apple Mac Pro appears to have some over-heat
protection which suddenly powers off the whole box under load. This adds
support for the fans and temerature sensors in the Mac Pro - later some
"windwarm" a-like code should probably monitor the values. For now
manually tweaking the fans prevents the sudden shutdown for me.
cd /sys/devices/platform/applesmc.768
for x in fan{1,2,3,4}; do
echo 1 > ${x}_manual
echo 1285 > ${x}_output
done
Two sensors are 0, while four are 129 °C, those might be removed again,
later.
Signed-off-by: René Rebe <rene@exactcode.de>
Cc: Nicolas Boichat <nicolas@boichat.ch>
Cc: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
Diffstat (limited to 'drivers/video')
0 files changed, 0 insertions, 0 deletions