Browse Source

Start modminer off at 200 MHz

Luke Dashjr 14 years ago
parent
commit
9ee4c64c48
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-modminer.c

+ 1 - 1
driver-modminer.c

@@ -329,7 +329,7 @@ modminer_fpga_init(struct thr_info *thr)
 	else
 	else
 		applog(LOG_DEBUG, "%s %u.%u: FPGA is already programmed :)", modminer->api->name, modminer->device_id, fpgaid);
 		applog(LOG_DEBUG, "%s %u.%u: FPGA is already programmed :)", modminer->api->name, modminer->device_id, fpgaid);
 
 
-	state->clock = 212;  // Will be reduced to 210 by modminer_reduce_clock
+	state->clock = 202;  // Will be reduced to 210 by modminer_reduce_clock
 	modminer_reduce_clock(thr, false);
 	modminer_reduce_clock(thr, false);
 
 
 	mutex_unlock(&modminer->device_mutex);
 	mutex_unlock(&modminer->device_mutex);