Browse Source

aan: Set defaults as soon as a proc is initialised

Luke Dashjr 11 years ago
parent
commit
36d0e4ae89
1 changed files with 2 additions and 0 deletions
  1. 2 0
      driver-aan.c

+ 2 - 0
driver-aan.c

@@ -311,6 +311,8 @@ bool aan_init(struct thr_info * const master_thr)
 			.desired_nonce_pdiff = AAN_DEFAULT_NONCE_PDIFF,
 			.desired_pllreg = 0x87a9,  // 850 MHz
 		};
+		
+		cgpu_set_defaults(proc);
 	}
 	master_thr->tv_poll = tv_now;