Browse Source

Missing the add cgpu per extra fpga on 1.15y boards

nelisky 13 years ago
parent
commit
5a58b3f5b3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      driver-ztex.c

+ 1 - 0
driver-ztex.c

@@ -89,6 +89,7 @@ static void ztex_detect(void)
 			ztex->device_ztex = ztex_slave;
 			ztex_slave->root = ztex_devices[i]->dev;
 			ztex_slave->fpgaNum = j;
+			add_cgpu(ztex);
 		}
 
 		applog(LOG_WARNING,"%s: Found Ztex (fpga count = %d) , mark as %d", ztex->device_ztex->repr, fpgacount, ztex->device_id);