Luke Dashjr
|
00da219893
Merge commit '391e1f7' into bfgminer
|
13 years ago |
Luke Dashjr
|
56b40b59dc
Merge commit 'efcce5b' into bfgminer
|
13 years ago |
Luke Dashjr
|
2609e1724e
Merge commit 'b1cdacd' into bfgminer
|
13 years ago |
Luke Dashjr
|
826755ab24
Merge commit 'fd7b21e' into bfgminer
|
13 years ago |
ckolivas
|
391e1f7eb1
Restart is zeroed in the mining thread so no need to do it inside the bitforce code.
|
13 years ago |
ckolivas
|
efcce5bbb8
Remove unused tdiff value.
|
13 years ago |
ckolivas
|
b1cdacdead
Polling every 10ms there's not much point checking the pthread_cond_timedwait as it just adds overhead. Simply check the value of work_restart in the bfl main polling loop.
|
13 years ago |
ckolivas
|
fd7b21ed56
Use a pthread conditional that is broadcast whenever work restarts are required. Create a generic wait function waiting a specified time on that conditional that returns if the condition is met or a specified time passed to it has elapsed. Use this to do smarter polling in bitforce to abort work, queue more work, and check for results to minimise time spent working needlessly.
|
13 years ago |
Luke Dashjr
|
459c7de5df
Change device API "name" to reflect driver name abbreviation instead of device type name
|
13 years ago |
Kano
|
4dee0d049c
FPGA - allow device detect override without an open failure
|
14 years ago |
Luke Dashjr
|
cf9f22563c
Merge branch 'bfl_minirig' into bfgminer
|
13 years ago |
Luke Dashjr
|
83bcb1961a
Merge branch 'serialusb' into bfgminer
|
13 years ago |
Kano
|
6f24bff316
FPGA - allow device detect override without an open failure
|
14 years ago |
Luke Dashjr
|
daa928eaaa
Merge branch 'cgminer' into bfgminer
|
13 years ago |
Luke Dashjr
|
d3fa59d76f
Abstract generally useful FPGA code into fpgautils.c
|
14 years ago |
Luke Dashjr
|
4ddf0cd73a
bitforce: Remove 4.5s delay before polling starts, since MiniRig finishes sooner
|
13 years ago |
Luke Dashjr
|
1f70008cc8
Merge commit '306629f' into bfgminer
|
14 years ago |
Luke Dashjr
|
06023e549e
Bugfix: Return failure, rather than quit, if BFwrite fails
|
14 years ago |
Luke Dashjr
|
3b56822282
Bugfix: Return failure, rather than quit, if BFwrite fails
|
14 years ago |
Luke Dashjr
|
540899ea6b
Revert "Merge pull request #174 from kanoi/master"
|
14 years ago |
Kano
|
20676694f3
Ensure everyone sees the same screen/api name as the previous version for Bitforce
|
14 years ago |
Luke Dashjr
|
0f74ba059e
Implement and document "-S noauto" to inhibit autoscanning without specifying a serial device
|
14 years ago |
Luke Dashjr
|
b8778839e9
Merge branch 'master' into unify_drivers
|
14 years ago |
Luke Dashjr
|
f05a319e01
CGPU API for device names
|
14 years ago |
Luke Dashjr
|
303dbf4664
Abstract add_cgpu function, to handle device id numbering and devices array
|
14 years ago |
Luke Dashjr
|
e131dfab31
Unify drivers as driver-*.c and add driver name to API
|
14 years ago |