Con Kolivas
|
8b1a247106
|
Reset avalon->device_fd after it is closed.
|
12 years ago |
Con Kolivas
|
a640164381
|
Create an avalon_wait_write function that is used before sending avalon idle command.
|
12 years ago |
Con Kolivas
|
764f7cc403
|
Avoid repeating avalon_idle in do_avalon_close and extra sleep.
|
12 years ago |
Con Kolivas
|
ee4d72e338
|
Pass fd to avalon_idle.
|
12 years ago |
Con Kolivas
|
664fd5b4a1
|
Revert "Change to setting avalon_task to being the pointer for avalon_idle."
This reverts commit 91a82cd81f .
|
12 years ago |
Con Kolivas
|
91a82cd81f
|
Change to setting avalon_task to being the pointer for avalon_idle.
|
12 years ago |
Con Kolivas
|
e2578033cb
|
Do avalon_reset after info structure is set up.
|
12 years ago |
Con Kolivas
|
930317e123
|
Rework avalon reset sequence to include idling of chips and waiting for them to go idle followed by 2nd reset and then checking result.
|
12 years ago |
Con Kolivas
|
569a6f65a0
|
Do a non-blocking read of anything in the avalon buffer after opening the device.
|
12 years ago |
Con Kolivas
|
6baa23cf62
|
Assign the avalon info data to the device_data in cgpu_info.
|
12 years ago |
Con Kolivas
|
69bdc6f988
|
Fix warnings in avalon driver.
|
12 years ago |
Con Kolivas
|
ed65653ca6
|
Simplify the many lines passed as API data in the avalon driver now that the API does not need persistent storage for the name.
|
12 years ago |
Con Kolivas
|
d08bdfd69f
|
Add extra matching work count data in API for Avalon with 4 modules.
|
12 years ago |
Con Kolivas
|
5b702bc0da
|
Fix warning on building avalon on win32
|
12 years ago |
Con Kolivas
|
849567cb35
|
Use cgtime in driver-avalon.c
|
12 years ago |
Xiangfu
|
8e8313c974
|
fliter out the wrong result from adjust fan code
|
12 years ago |
James Z.M. Gao
|
50cf25942e
|
compile avalon driver on win32 and win64
|
12 years ago |
Con Kolivas
|
fdfb77e7c2
|
Unconditionally test for many wrong results on avalon and reset to avoid passing a corrupt avalon result to temperature code.
|
12 years ago |
Con Kolivas
|
dbab07a12d
|
Only reset an avalon device with no results when there are no results consecutively.
|
12 years ago |
Con Kolivas
|
c62b985c04
|
Wrap result wrong tests in avalon scanhash in unlikely() and only consider a hash count of zero wrong if a restart wasn't issued.
|
12 years ago |
Xiangfu
|
874b25f979
|
avalon: if result_wrong >= get_work_count jump out the read loop
|
12 years ago |
Xiangfu
|
dd1c8bd198
|
fix the fan control on max temp2/3
|
12 years ago |
Xiangfu
|
f68930138d
|
for some reason network down. one simple cgminer command:
"cgminer -o 127.0.0.1:8888 -O fa:ke --avalon-options 115200:32:10:50:256"
can idle the avalon for safe power and protect chip
|
12 years ago |
Xiangfu
|
d57a4e0c27
|
if hash_count == 0; reinit avalon, fix the 0MHS bug
use the max value of temp1 and temp2 for fan control
|
12 years ago |
Con Kolivas
|
6c5c6e99a3
|
Reinstate the matching_work_count per subdevice on avalon based on the work subid.
|
12 years ago |
Con Kolivas
|
c2a6392a9d
|
Avalon driver is missing the drv_id.
|
12 years ago |
Con Kolivas
|
0c35f67aa9
|
Make the avalon array size a macro.
|
12 years ago |
Con Kolivas
|
8a90b5dd10
|
Use replacement of work items in the avalon buffer as needed instead of flushing them.
|
12 years ago |
Con Kolivas
|
1c4d1ac863
|
Reinstate wrong work count to reset avalon regardless and display number of wrong results.
|
12 years ago |
Con Kolivas
|
47309e1a18
|
Revert "The result_wrong measurement for avalon is continually leading to false positives so remove it."
This reverts commit 08c0ac290c .
|
12 years ago |
Con Kolivas
|
af65870244
|
select() on serial usb in avalon does not work properly with zero timeout.
|
12 years ago |
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 |
Con Kolivas
|
d9ba82c607
|
Fix record_temp_fan function in avalon driver. Patch by Xiangfu <xiangfu@openmobilefree.net>
|
12 years ago |