Commit 8584bd00816c23bbea58fb4e0c21c4f04836e612

Con Kolivas 2014-02-04T18:05:38

Choose better defaults for min/max/default fan settings for hfa driver.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/driver-hashfast.h b/driver-hashfast.h
index b35a8cb..ef87b27 100644
--- a/driver-hashfast.h
+++ b/driver-hashfast.h
@@ -32,9 +32,9 @@ int opt_hfa_fan_min;
 #define HFA_TEMP_OVERHEAT 90
 #define HFA_TEMP_TARGET 85
 #define HFA_TEMP_HYSTERESIS 3
-#define HFA_FAN_DEFAULT 10
-#define HFA_FAN_MAX 100
-#define HFA_FAN_MIN 0
+#define HFA_FAN_DEFAULT 33
+#define HFA_FAN_MAX 85
+#define HFA_FAN_MIN 10
 
 // Matching fields for hf_statistics, but large #s for local accumulation, per-die
 struct hf_long_statistics {