mirror of
https://github.com/GOSTSec/sgminer
synced 2025-02-02 10:04:33 +00:00
Missing the add cgpu per extra fpga on 1.15y boards
This commit is contained in:
parent
8a24b79eff
commit
5a58b3f5b3
@ -89,6 +89,7 @@ static void ztex_detect(void)
|
|||||||
ztex->device_ztex = ztex_slave;
|
ztex->device_ztex = ztex_slave;
|
||||||
ztex_slave->root = ztex_devices[i]->dev;
|
ztex_slave->root = ztex_devices[i]->dev;
|
||||||
ztex_slave->fpgaNum = j;
|
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);
|
applog(LOG_WARNING,"%s: Found Ztex (fpga count = %d) , mark as %d", ztex->device_ztex->repr, fpgacount, ztex->device_id);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user