|
809fec91
|
2013-04-06T18:27:38
|
|
Only do_avalon_close once on multiple errors.
|
|
689f744b
|
2013-04-06T18:12:45
|
|
Reset the result_wrong count on block change in avalon scanhash to prevent false positives for all nonces failed.
|
|
dd1a0d63
|
2013-04-06T15:09:07
|
|
Rotate the avalon work array and free work on AVA_SEND_BUFFER_EMPTY as well.
|
|
5f041e1a
|
2013-04-06T12:51:59
|
|
Don't get any work if our queue is already full in avalon_fill.
|
|
b2106b3a
|
2013-04-06T11:18:21
|
|
Free avalon->works in the event we call avalon_prepare on failure to initialise.
|
|
be5a20c8
|
2013-04-06T02:29:21
|
|
Fix warnings.
|
|
67be00e4
|
2013-04-06T02:25:48
|
|
Create an array of 4 lots of work for avalon and cycle through them.
|
|
6752c247
|
2013-04-06T01:42:45
|
|
Remove unused per unit matching work count for avalon.
|
|
7dda3e44
|
2013-04-06T01:34:40
|
|
Rename the confusing avalon_info pointer.
|
|
2f75a5d8
|
2013-04-06T01:03:21
|
|
Simplify avalon scanhash code using the new find_queued_work_bymidstate function. Partially works only.
|
|
2f371f13
|
2013-04-05T20:26:29
|
|
Use correct struct device_drv for avalon_drv.
|
|
23fa953b
|
2013-04-05T18:51:20
|
|
Check enough work is queued before queueing more in avalon_fill.
|
|
f0806c68
|
2013-04-05T18:34:05
|
|
Actually put the work in the avalon queue.
|
|
18023022
|
2013-04-05T18:31:20
|
|
Rneame avalon_api to avalon_drv.
|
|
71bae003
|
2013-04-05T14:52:07
|
|
First draft of port of avalon driver to new cgminer queued infrastructure.
|
|
dea35d33
|
2013-04-05T13:32:09
|
|
Add Makefile entry for driver-avalon.
|