Commit 3d7ba50a5f5618bbaa313dfb0c033119aeb7cdef

kanoi 2014-05-09T21:53:28

minion - command queue is now larger

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/driver-minion.c b/driver-minion.c
index 32ec4bf..38ce0ad 100644
--- a/driver-minion.c
+++ b/driver-minion.c
@@ -39,7 +39,7 @@ static void minion_detect(__maybe_unused bool hotplug)
  * TODO: These will need adjusting for final hardware
  * Look them up and calculate them?
  */
-#define MINION_QUE_HIGH 4
+#define MINION_QUE_HIGH 42
 #define MINION_QUE_LOW 2
 
 #define MINION_FFL " - from %s %s() line %d"