Con Kolivas
|
53beae814d
Use timeval_to_spec helper in avalon driver.
|
12 years ago |
Con Kolivas
|
1bb6dd406a
Merge branch 'master' of github.com:ckolivas/cgminer
|
12 years ago |
Con Kolivas
|
f3f939dd83
Do not poll in avalon_get_results without sleeping if we have finished parsing a full result.
|
12 years ago |
kanoi
|
f3837916fd
Merge pull request #476 from kanoi/master
|
12 years ago |
Con Kolivas
|
61cb05a963
Add c to ambient temperature display for avalon driver.
|
12 years ago |
Kano
|
51aaf816ef
avalon for timeout allow d='calculate it' and fix uninitialised
|
12 years ago |
Con Kolivas
|
3fe8948629
Use cloned work when finding avalon results since another thread can discard the work item while it's in use.
|
12 years ago |
Con Kolivas
|
dd9233f78b
The write thread in avalon is only ever actually woken up by timeout so remove the write semaphore and use a simple sleep poll.
|
12 years ago |
Con Kolivas
|
b2a3941ef1
Fix warning.
|
12 years ago |
Con Kolivas
|
992a97a396
Interrupting reads on the avalon to start writes loses data so remove the cgsem_post in the read code.
|
12 years ago |
Kano
|
b1f57595bd
avalon init write_sem before use
|
12 years ago |
Con Kolivas
|
f7e6701058
Fix uninit variable warnings.
|
12 years ago |
Kano
|
b1a80cef15
avalon allow frequency to be set via the API
|
12 years ago |
Kano
|
802737e8dd
BTB voltage management via the API - and set default on startup
|
12 years ago |
Kano
|
ecc9457b6b
Avalon BTB allow partial work to be transferred
|
12 years ago |
Kano
|
6dabdff15c
avalon_cts use correct buffer
|
12 years ago |
Chris Chua
|
782206ceca
using usb_ident
|
12 years ago |
Chris Chua
|
b8cdaea8bb
forgot a return
|
12 years ago |
Chris Chua
|
b0f4d55be7
changes to Avalon driver for BitBurner boards
|
12 years ago |
Kano
|
ad1572f77f
size check get_datestamp/get_timestamp and remove unused cgpu->init
|
12 years ago |
Kano
|
385a70bea7
make all statline overflow safe
|
12 years ago |
Con Kolivas
|
a011fe5182
Check for a timeout in avalon_scanhash and post to the write sem if we receive one.
|
12 years ago |
Con Kolivas
|
3b2f9ccb88
Decay result count in avalon more slowly to not falsely detect idle periods as low result return rates.
|
12 years ago |
Con Kolivas
|
4b4a13549e
Count the number of miners idled in avalon to account more accurately for when its result return rate is too low.
|
12 years ago |
Con Kolivas
|
e13c580cac
Fix potential dereference when starting avalon with all new work.
|
12 years ago |
Con Kolivas
|
18422fbf7d
Only throttle avalon clockspeed in avalon_auto in non optimal temperature settings if the fanspeed has reached maximum.
|
12 years ago |
Con Kolivas
|
3ef0db5658
Reinstate more aggressive <2% HW error target for avalon-auto
|
12 years ago |
Con Kolivas
|
05344eff03
Set avalon fan min and fan max to PWM values instead of percentage.
|
12 years ago |
Con Kolivas
|
065b6a5e36
Provide an --avalon-freq command line to give a valid range of frequencies for avalon in auto mode.
|
12 years ago |
Con Kolivas
|
36b556aa66
Set the avalon idle frequency to lowest if avalon auto is enabled and we have an overheat condition.
|
12 years ago |