|
@@ -2106,6 +2106,9 @@ static void bitforce_queue_thread_enable(struct thr_info *thr)
|
|
|
struct device_drv bitforce_queue_api = {
|
|
struct device_drv bitforce_queue_api = {
|
|
|
.dname = "bitforce_queue",
|
|
.dname = "bitforce_queue",
|
|
|
.name = "BFL",
|
|
.name = "BFL",
|
|
|
|
|
+ .no_allall = true,
|
|
|
|
|
+ .lowl_match = bitforce_lowl_match,
|
|
|
|
|
+ .lowl_probe = bitforce_lowl_probe,
|
|
|
.minerloop = minerloop_queue,
|
|
.minerloop = minerloop_queue,
|
|
|
.reinit_device = bitforce_reinit,
|
|
.reinit_device = bitforce_reinit,
|
|
|
#ifdef HAVE_CURSES
|
|
#ifdef HAVE_CURSES
|