From: René Rebe Date: Tue, 16 Oct 2007 21:19:20 +0000 (-0700) Subject: hwmon: (applesmc) Add support for Mac Pro 2 x Quad-Core X-Git-Tag: v2.6.24-rc3~144^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8de577095d65e8a51135793bf48c7be6c6c5bc77;p=pandora-kernel.git 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 Cc: Nicolas Boichat Cc: Jean Delvare Signed-off-by: Andrew Morton Signed-off-by: Mark M. Hoffman --- Reading git-diff-tree failed