Browse Source

hashbuster: Enable dynamic osc6_bits

Luke Dashjr 12 years ago
parent
commit
efed5af3be
1 changed files with 1 additions and 0 deletions
  1. 1 0
      driver-hashbuster.c

+ 1 - 0
driver-hashbuster.c

@@ -259,6 +259,7 @@ bool hashbuster_init(struct thr_info * const thr)
 		bitfury_init_chip(proc);
 		bitfury->osc6_bits = 53;
 		bitfury_send_reinit(bitfury->spi, bitfury->slot, bitfury->fasync, bitfury->osc6_bits);
+		bitfury_init_freq_stat(&bitfury->chip_stat, 52, 56);
 	}
 	
 	timer_set_now(&thr->tv_poll);