Browse Source

modminer: Make valid frequency range consistent: 2-230

Luke Dashjr 13 years ago
parent
commit
b63763bc28
2 changed files with 3 additions and 3 deletions
  1. 2 2
      API-README
  2. 1 1
      driver-modminer.c

+ 2 - 2
API-README

@@ -344,7 +344,7 @@ The list of requests - a (*) means it requires privileged access - and replies a
                               help message about the options available
 
                               The current options are:
-                               MMQ opt=clock val=160 to 230 (and a multiple of 2)
+                               MMQ opt=clock val=2 to 230 (and a multiple of 2)
 
 When you enable, disable or restart a GPU or PGA, you will also get Thread messages
 in the BFGMiner status window
@@ -401,7 +401,7 @@ Feature Changelog for external applications using the API:
 API V1.23
 
 Added API commands:
- 'pgaset' - with: MMQ opt=clock val=160 to 230 (and a multiple of 2)
+ 'pgaset' - with: MMQ opt=clock val=2 to 230 (and a multiple of 2)
 
 ----------
 

+ 1 - 1
driver-modminer.c

@@ -28,7 +28,7 @@
 #define BITSTREAM_FILENAME "fpgaminer_top_fixed7_197MHz.bit"
 #define BISTREAM_USER_ID "\2\4$B"
 
-#define MODMINER_MAX_CLOCK 210
+#define MODMINER_MAX_CLOCK 230
 #define MODMINER_DEF_CLOCK 200
 #define MODMINER_MIN_CLOCK   2