Luke Dashjr
|
c4bdbca4fe
Merge commit '43dff4c' into update_old_avalon_20130513
|
13 years ago |
Luke Dashjr
|
46bb5984df
Merge commit '5c1db2e' into update_old_avalon_20130513
|
13 years ago |
Luke Dashjr
|
b5601b7899
Remove const qualifier from driver structs
|
13 years ago |
Kano
|
e0994aa9fa
rename device_api -> device_drv and all related api -> drv
|
13 years ago |
Luke Dashjr
|
d55f19c112
Remove redundant emails
|
13 years ago |
Luke Dashjr
|
0b7f6c6a9b
Correct xiangfu's current email
|
13 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.
|
13 years ago |
Con Kolivas
|
d08bdfd69f
Add extra matching work count data in API for Avalon with 4 modules.
|
13 years ago |
Con Kolivas
|
5b702bc0da
Fix warning on building avalon on win32
|
13 years ago |
Con Kolivas
|
849567cb35
Use cgtime in driver-avalon.c
|
13 years ago |
James Z.M. Gao
|
5ba07b9a03
Merge remote-tracking branch 'upstream/master'
|
13 years ago |
Xiangfu
|
8e8313c974
fliter out the wrong result from adjust fan code
|
13 years ago |
James Z.M. Gao
|
50cf25942e
compile avalon driver on win32 and win64
|
13 years ago |
Kano
|
494b09e91c
convert sleep(const) to nmsleep()
|
13 years ago |
Luke Dashjr
|
1aa7bee6bc
Silence warnings about poor format usage for quit()
|
13 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.
|
13 years ago |
Con Kolivas
|
dbab07a12d
Only reset an avalon device with no results when there are no results consecutively.
|
13 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.
|
13 years ago |
Xiangfu
|
874b25f979
avalon: if result_wrong >= get_work_count jump out the read loop
|
13 years ago |
Xiangfu
|
dd1c8bd198
fix the fan control on max temp2/3
|
13 years ago |
Xiangfu
|
f68930138d
for some reason network down. one simple cgminer command:
|
13 years ago |
Xiangfu
|
d57a4e0c27
if hash_count == 0; reinit avalon, fix the 0MHS bug
|
13 years ago |
Con Kolivas
|
6c5c6e99a3
Reinstate the matching_work_count per subdevice on avalon based on the work subid.
|
13 years ago |
Con Kolivas
|
c2a6392a9d
Avalon driver is missing the drv_id.
|
13 years ago |
Con Kolivas
|
0c35f67aa9
Make the avalon array size a macro.
|
13 years ago |
Con Kolivas
|
8a90b5dd10
Use replacement of work items in the avalon buffer as needed instead of flushing them.
|
13 years ago |
Con Kolivas
|
1c4d1ac863
Reinstate wrong work count to reset avalon regardless and display number of wrong results.
|
13 years ago |
Con Kolivas
|
47309e1a18
Revert "The result_wrong measurement for avalon is continually leading to false positives so remove it."
|
13 years ago |
Con Kolivas
|
af65870244
select() on serial usb in avalon does not work properly with zero timeout.
|
13 years ago |
Con Kolivas
|
08c0ac290c
The result_wrong measurement for avalon is continually leading to false positives so remove it.
|
13 years ago |