[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#781935: initramfs-tools: XServe G5 all fans run full speed



tags 781935 + patch
thanks

diff --git a/hooks/thermal b/hooks/thermal
index 93f5100..0b755e0 100755
--- a/hooks/thermal
+++ b/hooks/thermal
@@ -32,8 +32,11 @@ powerpc|ppc64)
 	MODEL="${MODEL##*: }"
 
 	case "$MODEL" in
-	  RackMac3,1|PowerMac7,2|PowerMac7,3)
-	    force_load therm_pm72
+	  RackMac3,1)
+	    force_load windfarm_rm31
+	    ;;
+	  PowerMac7,2|PowerMac7,3)
+	    force_load windfarm_pm72
 	    ;;
 	  PowerMac8,1|PowerMac8,2)
 	    force_load windfarm_pm81
@@ -60,6 +63,15 @@ powerpc|ppc64)
 	manual_add_modules windfarm_smu_controls
 	manual_add_modules windfarm_smu_sat
 	manual_add_modules windfarm_smu_sensors
+	manual_add_modules windfarm_ad7417_sensor
+	manual_add_modules windfarm_fcu_controls
+	manual_add_modules windfarm_lm87_sensor
+	manual_add_modules windfarm_pm112
+	manual_add_modules windfarm_pm121
+	manual_add_modules windfarm_pm72
+	manual_add_modules windfarm_pm81
+	manual_add_modules windfarm_pm91
+	manual_add_modules windfarm_rm31
 	;;
 i386|amd64|ia64)
 	manual_add_modules fan

Reply to: