Browse Source

Merge commit '6cb9320' into bfgminer-2.9.x

Luke Dashjr 13 years ago
parent
commit
5d32d06de4
1 changed files with 0 additions and 6 deletions
  1. 0 6
      driver-x6500.c

+ 0 - 6
driver-x6500.c

@@ -662,12 +662,6 @@ int64_t x6500_process_results(struct thr_info *thr, struct work *work)
 
 				dclk_gotNonces(&fpga->dclk);
 				dclk_errorCount(&fpga->dclk, 1.);
-
-				// Purge buffers just in case of read/write desync
-				mutex_lock(&x6500->device_mutex);
-				ft232r_purge_buffers(jtag->a->ftdi, FTDI_PURGE_BOTH);
-				mutex_unlock(&x6500->device_mutex);
-				jtag->a->bufread = 0;
 			}
 			// Keep reading nonce buffer until it's empty
 			// This is necessary to avoid getting hw errors from Freq B after we've moved on to Freq A