From 5a58b3f5b345cac4044a052a872658e4304c8d6c Mon Sep 17 00:00:00 2001 From: nelisky Date: Thu, 3 May 2012 09:06:09 -0700 Subject: [PATCH] Missing the add cgpu per extra fpga on 1.15y boards --- driver-ztex.c | 1 + 1 file changed, 1 insertion(+) diff --git a/driver-ztex.c b/driver-ztex.c index fc4b2439..855e9f05 100644 --- a/driver-ztex.c +++ b/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);