Con Kolivas
|
08c0ac290c
|
The result_wrong measurement for avalon is continually leading to false positives so remove it.
|
12 years ago |
Con Kolivas
|
64ecfa53a9
|
Revert "Use only 2 queued work arrays in avalon."
This reverts commit 0ea9d68d67 .
This was leading to failure to find work items on block changes.
|
12 years ago |
Con Kolivas
|
af6111fb55
|
Use no timeout on further reads in avalon_gets
|
12 years ago |
Con Kolivas
|
ad55fbf906
|
Do sequential reads in avalon_get_reset to cope with partial reads.
|
12 years ago |
Con Kolivas
|
385f1cd8d4
|
Show read discrepancy in avalon_get_reset.
|
12 years ago |
Con Kolivas
|
4e2b107642
|
Reuse avalon_get_work_count variable.
|
12 years ago |
Con Kolivas
|
fb34cb1784
|
Check for AVA_GETS_RESTART when deciding if avalon has messed up.
|
12 years ago |
Con Kolivas
|
8b0531fb2b
|
Make the detection of all wrong results on avalon much more conservative to avoid false positives on work restarts.
|
12 years ago |
Con Kolivas
|
c6b9a3eeea
|
Show error codes on select and read fail in avalon.
|
12 years ago |
Con Kolivas
|
5e3474b0c8
|
If we get a restart message in avalon_gets still check if there's a receive message to parse first without a timeout before returning AVA_GETS_RESTART.
|
12 years ago |
Con Kolivas
|
0ea9d68d67
|
Use only 2 queued work arrays in avalon.
|
12 years ago |
Con Kolivas
|
afd6f42703
|
avalon_gets is always called from the one call site so inline it.
|
12 years ago |
Con Kolivas
|
3671b2c310
|
The read_count is unused by the avalon get result code and no longer required for avalon reset so simplify code removing it.
|
12 years ago |
Con Kolivas
|
dec90b96ad
|
Use a separate avalon_get_reset function for resetting avalon instead of using avalon_get_result.
|
12 years ago |
Con Kolivas
|
ea70300a59
|
The current hash count returned by avalon scanhash is just an obfuscated utility counter so make it explicit.
|
12 years ago |
Con Kolivas
|
53a047d007
|
Check for a restart before a timeout in message parsing code in avalon.
|
12 years ago |
Con Kolivas
|
0da8868799
|
We should check for a restart message before checking for a timeout in avalon scanhash.
|
12 years ago |
Con Kolivas
|
8e69d75f36
|
Store the subid for the work item in avalon.
|
12 years ago |
Kano
|
b7b5b9ded2
|
usbutils more stats for bflsc
|
12 years ago |
Con Kolivas
|
d9ba82c607
|
Fix record_temp_fan function in avalon driver. Patch by Xiangfu <xiangfu@openmobilefree.net>
|
12 years ago |
Con Kolivas
|
8b2b9b3d3e
|
Remove inappropriate memset of struct avalon result which was corrupting fan values.
|
12 years ago |
Con Kolivas
|
d86f7b7741
|
Fix warning with no curses built in.
|
12 years ago |
Con Kolivas
|
23c02415ac
|
Bump version to 2.11.4
|
12 years ago |
Con Kolivas
|
e9b6ff8f6a
|
Fix warning with no curses built in.
|
12 years ago |
Con Kolivas
|
85a4dfd9a7
|
Bump version to 2.11.4
|
12 years ago |
Con Kolivas
|
293b94c7ed
|
Add API support for Avalon.
|
12 years ago |
Con Kolivas
|
809fec91a6
|
Only do_avalon_close once on multiple errors.
|
12 years ago |
Con Kolivas
|
689f744b62
|
Reset the result_wrong count on block change in avalon scanhash to prevent false positives for all nonces failed.
|
12 years ago |
Con Kolivas
|
1e14748c68
|
Small timeouts on select() instead of instant timeout increase reliability of socket reads and writes.
|
12 years ago |
Con Kolivas
|
7783ab5631
|
Only get extra work in fill_queue if we don't have any unqueued work in the list.
|
12 years ago |
Con Kolivas
|
ae4ee34ad4
|
Small timeouts on select() instead of instant timeout increase reliability of socket reads and writes.
|
12 years ago |
Con Kolivas
|
dd1a0d636a
|
Rotate the avalon work array and free work on AVA_SEND_BUFFER_EMPTY as well.
|
12 years ago |
Con Kolivas
|
97bad1eef6
|
Only get extra work in fill_queue if we don't have any unqueued work in the list.
|
12 years ago |
Con Kolivas
|
5f041e1a72
|
Don't get any work if our queue is already full in avalon_fill.
|
12 years ago |
Con Kolivas
|
c6ca12f084
|
Differentiate socket closed from socket error in recv_line.
|
12 years ago |
Con Kolivas
|
2f89eef4b1
|
Differentiate socket closed from socket error in recv_line.
|
12 years ago |
Con Kolivas
|
b2106b3aed
|
Free avalon->works in the event we call avalon_prepare on failure to initialise.
|
12 years ago |
Con Kolivas
|
be5a20c8d6
|
Fix warnings.
|
12 years ago |
Con Kolivas
|
67be00e41e
|
Create an array of 4 lots of work for avalon and cycle through them.
|
12 years ago |
Con Kolivas
|
6752c24750
|
Remove unused per unit matching work count for avalon.
|
12 years ago |
Con Kolivas
|
7dda3e4402
|
Rename the confusing avalon_info pointer.
|
12 years ago |
Con Kolivas
|
2f75a5d89e
|
Simplify avalon scanhash code using the new find_queued_work_bymidstate function. Partially works only.
|
12 years ago |
Con Kolivas
|
67c5da49b6
|
Members of cgpu_info for avalon are not meant to be in the union.
|
12 years ago |
Con Kolivas
|
2f371f13f5
|
Use correct struct device_drv for avalon_drv.
|
12 years ago |
Kano
|
8959f8d0ae
|
cgminer.c -S help to only say Icarus
|
12 years ago |
Con Kolivas
|
23fa953bfc
|
Check enough work is queued before queueing more in avalon_fill.
|
12 years ago |
Con Kolivas
|
f0806c6828
|
Actually put the work in the avalon queue.
|
12 years ago |
Con Kolivas
|
180230220f
|
Rneame avalon_api to avalon_drv.
|
12 years ago |
Con Kolivas
|
71bae003bc
|
First draft of port of avalon driver to new cgminer queued infrastructure.
|
12 years ago |
Con Kolivas
|
dea35d3349
|
Add Makefile entry for driver-avalon.
|
12 years ago |