driver-icarus.c


Log

Author Commit Date CI Message
Kano 16b9ebee 2012-04-24T02:30:31 Icarus restore auto/noauto handling
Kano 403f63ae 2012-04-24T02:23:29 Icarus update to new add_cgpu()
Kano 80f4fbbd 2012-04-24T02:14:03 Icarus driver working with Linux and Windows
Kano e369d787 2012-04-23T18:06:30 Ensure everyone sees the same screen/api name as the previous version for Icarus
Luke Dashjr 0f74ba05 2012-04-22T00:57:59 Implement and document "-S noauto" to inhibit autoscanning without specifying a serial device
Luke Dashjr d7cb49ef 2012-04-22T00:57:30 Icarus: Ignore "auto" flag
Luke Dashjr 0d30a652 2012-04-22T00:36:54 Merge branch 'master' into workaround_icarus_uart_issue Conflicts: driver-icarus.c
Con Kolivas 26b4b011 2012-04-21T17:32:10 Merge pull request #170 from luke-jr/bugfix_icarus_speed Bugfix: Calculate Icarus timeout-exhausted nonce count correctly
Luke Dashjr d8ef2806 2012-04-21T20:00:05 work_restart should only be changed by cgminer.c now
Luke Dashjr b4ba9c3f 2012-04-21T19:55:11 Bugfix: Icarus: Invalidate old job, even if no nonce found in it
Luke Dashjr 11234c33 2012-04-21T14:19:22 Icarus: Use gettimeofday to more accurately measure scanhash time, and calibrate scan time estimate based on actual data
Luke Dashjr 34f86417 2012-04-21T10:53:34 Icarus: Abandon a scanhash early when work restart requested
Luke Dashjr 355a87e1 2012-04-21T10:49:17 Bugfix: Calculate Icarus timeout-exhausted nonce count correctly We're only waiting 8 seconds for results from Icarus, but actually exhausing the nonce space requires 11.3
Luke Dashjr 1291f5a4 2012-04-21T10:20:21 Icarus: Use epoll (where available) to get nonces ASAP
Luke Dashjr b8778839 2012-04-21T02:36:19 Merge branch 'master' into unify_drivers Conflicts: cgminer.c
Luke Dashjr 303dbf46 2012-03-18T20:09:03 Abstract add_cgpu function, to handle device id numbering and devices array
Luke Dashjr e131dfab 2012-03-13T12:18:23 Unify drivers as driver-*.c and add driver name to API