Luke Dashjr
|
c3d6476eef
Merge branch 'bitforce_queue_parallel' into bfgminer
|
12 years ago |
Luke Dashjr
|
89b293872a
Bugfix: bitforce_queue: Never try to reinitialize a slave processor
|
12 years ago |
Luke Dashjr
|
e18bcecb15
Merge commit '8d7ee1d' into bfgminer
|
12 years ago |
Luke Dashjr
|
8d7ee1d418
Bugfix: pdcurses doesn't like changing logwin size without clearing it also, so do that in display options
|
12 years ago |
Luke Dashjr
|
0a93961832
Bugfix: bitforce_queue: Use work_list_del everywhere we remove from work_list to ensure work gets freed properly when done
|
12 years ago |
Luke Dashjr
|
7655e6d8fc
Reduce HW error logging to debug level, so it doesn't clutter the TUI log by default
|
12 years ago |
Luke Dashjr
|
4410a9d19e
DevAPI: When a device has more than 26 processors, represent them as aa-zz
|
12 years ago |
Luke Dashjr
|
e78f24e4f3
Merge branch 'bitforce_queue_parallel' into bfgminer
|
12 years ago |
Luke Dashjr
|
546661f30f
bitforce: bitforce: Fix TUI display of slave processors on parallelized boards
|
12 years ago |
Luke Dashjr
|
782ecc021f
Merge branch 'bitforce_queue_parallel' into bfgminer
|
12 years ago |
Luke Dashjr
|
dc25f51997
bitforce: Only display temperature in TUI for the first chip on parallelized boards
|
12 years ago |
Luke Dashjr
|
c47411d7c9
Bugfix: bitforce: Set temperature for all processors on the board
|
12 years ago |
Luke Dashjr
|
73f4e7c06a
Bugfix: bitforce_queue: Initialize proc->device_data to board data for parallelized chip processors
|
12 years ago |
Luke Dashjr
|
be9b565b0b
Merge branch 'bitforce_queue_parallel' into bfgminer
|
12 years ago |
Luke Dashjr
|
a64964803b
Bugfix: bitforce_queue: Defer nonce count check until after thiswork has been identified (or handled as NULL)
|
12 years ago |
Luke Dashjr
|
c0154efb1d
Merge branch 'avalon_win' into bfgminer
|
12 years ago |
Luke Dashjr
|
f263cef523
avalon: avalon_clear_readbuf can simply wait for a single read timeout on Windows to avoid select
|
12 years ago |
Luke Dashjr
|
45c81f17b1
avalon: Simplify avalon_get_result by using avalon_gets
|
12 years ago |
Luke Dashjr
|
eba5e7cf77
avalon: Go back to good old serial timeouts for gets, since select() is for sockets (only, on Windows)
|
12 years ago |
Luke Dashjr
|
a672f38475
Merge commit '9a48ec7' into bfgminer
|
12 years ago |
Luke Dashjr
|
9a48ec7dd6
-S all: Start QueryDosDevices probe with 256-byte buffer
|
12 years ago |
Luke Dashjr
|
7714404771
Use common code to ensure the prefix of -S *:all remains in all implementations of it (/dev glob was removing prefixes)
|
12 years ago |
Nehal Patel
|
8eefb31449
Updated api.c to return the hashrate with 3 decimal places
|
12 years ago |
Luke Dashjr
|
e02546b063
Merge branch 'bitforce_queue_parallel' into bfgminer
|
12 years ago |
Luke Dashjr
|
1d9c4ea696
When shutting down, set work restart flag (and trigger notifier) to help mining threads escape to their main minerloop (and check for shutdown)
|
12 years ago |
Luke Dashjr
|
0e25cc1abc
Change hashrate display to never display 3 fractional digits, because it looks a bit ugly
|
12 years ago |
Luke Dashjr
|
cca9c049e8
bitforce: Credit hashrate to the correct chip on parallelized devices
|
12 years ago |
Luke Dashjr
|
e6e36668f0
Re-set work thr_id on share submissions, to ensure the result gets credited to the correct device in case of shared job queues (as in BitForce long boards)
|
12 years ago |
Luke Dashjr
|
707e0ee1a5
bitforce: Turn parallelization into separate logical processors for more details on each, including working with XLink
|
12 years ago |
Luke Dashjr
|
168279018c
bitforce_queue: Implement job sanity checks using new "ZqX" for devices using parallelization
|
12 years ago |