|
66e27a10
|
2013-05-26T14:37:45
|
|
Move avalon read thread start till after conditional wait, store idle status in avalon_info and use it to determine whether an error is appropriate or not.
|
|
7cf154bf
|
2013-05-26T14:23:14
|
|
Use AVA_GETS_OK macro in avalon_read.
|
|
ebf88552
|
2013-05-26T14:18:21
|
|
Do all writes on avalon with a select() timeout to prevent indefinite blocking and loop if less than desired is written.
|
|
629feb5f
|
2013-05-26T13:16:19
|
|
Create a separate thread for handling all work and idle submission to the avalon which messages the scanhash function it has completed to update statistics.
|
|
74044467
|
2013-05-26T00:43:23
|
|
Created a threaded message parser for avalon reads.
|
|
569a6f65
|
2013-05-25T12:11:26
|
|
Do a non-blocking read of anything in the avalon buffer after opening the device.
|
|
6c5c6e99
|
2013-04-08T22:42:31
|
|
Reinstate the matching_work_count per subdevice on avalon based on the work subid.
|
|
0c35f67a
|
2013-04-08T15:36:18
|
|
Make the avalon array size a macro.
|
|
3671b2c3
|
2013-04-07T15:48:35
|
|
The read_count is unused by the avalon get result code and no longer required for avalon reset so simplify code removing it.
|
|
6752c247
|
2013-04-06T01:42:45
|
|
Remove unused per unit matching work count for avalon.
|
|
2f75a5d8
|
2013-04-06T01:03:21
|
|
Simplify avalon scanhash code using the new find_queued_work_bymidstate function. Partially works only.
|
|
71bae003
|
2013-04-05T14:52:07
|
|
First draft of port of avalon driver to new cgminer queued infrastructure.
|