4237 Commits (4ddbe241354c80aafae4cb76e622ed9c6069a882)
 

Author SHA1 Message Date
Con Kolivas 4ddbe24135 Don't close avalon after detecting it until we're cleaning up, instead using reset for comms failures. 11 years ago
Con Kolivas 18710b14d2 Check for avalon_wait_write before sending reset command. 11 years ago
Con Kolivas 0e071c98f6 Sleep in avalon_write_ready. 11 years ago
Con Kolivas 674539bddc Make avalon_wait_write a bool function and check its return value. 11 years ago
Con Kolivas 290666a124 Show how many idle tasks are sent to avalon if it aborts on buffer full. 11 years ago
Con Kolivas 8b1a247106 Reset avalon->device_fd after it is closed. 11 years ago
Con Kolivas a640164381 Create an avalon_wait_write function that is used before sending avalon idle command. 11 years ago
Con Kolivas 764f7cc403 Avoid repeating avalon_idle in do_avalon_close and extra sleep. 11 years ago
Con Kolivas ee4d72e338 Pass fd to avalon_idle. 11 years ago
Con Kolivas 664fd5b4a1 Revert "Change to setting avalon_task to being the pointer for avalon_idle." 11 years ago
Con Kolivas 91a82cd81f Change to setting avalon_task to being the pointer for avalon_idle. 11 years ago
Con Kolivas e2578033cb Do avalon_reset after info structure is set up. 11 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. 11 years ago
Con Kolivas 569a6f65a0 Do a non-blocking read of anything in the avalon buffer after opening the device. 11 years ago
Con Kolivas 6baa23cf62 Assign the avalon info data to the device_data in cgpu_info. 11 years ago
Kano 1bb2cadfa6 thread shutdown is different on windows 11 years ago
Kano ab080fa681 usbutils make all windows timeouts 999ms 11 years ago
Kano 2baa5b9c22 usb add another Cairnsmore1 USB chip 11 years ago
Kano 6e0f93474d icarus do the full detect test twice if required 11 years ago
Kano 511bbb050c CMR usb config guess 11 years ago
Kano 87d994b6ea usb add transfer_read and commented out in icarus 11 years ago
Kano 6a0b48a650 usbutils allow unrounded control transfers 12 years ago
Kano 0c3f00c567 icarus ICA initialisation 12 years ago
Kano 685d0ef14d icarus report err on read failure 12 years ago
Kano 350e7f893f icarus correct device_id and use device_data for icarus_info 12 years ago
Kano c9cc7445e5 miner.h remove unused device_file and add device_data 12 years ago
Kano 8fe40e98ba miner.h icarus no long uses fd 12 years ago
Kano 56a96b4138 icarus AMU config transfers 12 years ago
Kano db080ba969 usbutils force an unknown IDENT for zero 12 years ago
Kano ddf008f058 icarus set default options/timing based on device 12 years ago
Con Kolivas a009f0422f Must unlock curses as well in logwin_update. 12 years ago
Con Kolivas 01fca3e756 Create a logwin_update function which mandatorily updates the logwin and use it when input is expected to prevent display refresh delays. 12 years ago
Kano a4697bed57 icarus report usb write error information 12 years ago
Con Kolivas d06c8f6546 Add name to icarus copyright notice. 12 years ago
Con Kolivas 430416da35 Merge branch 'icarus-dev' of github.com:ckolivas/cgminer into icarus-dev 12 years ago
Con Kolivas bbb797067f Check for *pth dereference on pthread_join 12 years ago
Kano e43f265a60 usbutils name latency correctly 12 years ago
Con Kolivas 1c5c8df6ff Check for restart before buffering more reads in Icarus. 12 years ago
Con Kolivas 4ba6cba86a Icarus should timeout if it's greater than the timeout duration even if it's receiving data. 12 years ago
Con Kolivas f4843877d9 We should check for amount buffered in icarus get_nonce against amount already received. 12 years ago
Con Kolivas 04d530f36a Make mining threads report out during work submission. 12 years ago
Con Kolivas bb3b227b9b submit_work_async is no longer used directly by driver code. 12 years ago
Con Kolivas 41e6f48fe5 Fix first read timeout on icarus get nonce. 12 years ago
Con Kolivas 9ecacb2cc9 Retry icarus_initialise if the first read attempt fails. 12 years ago
Con Kolivas 894a3d64f0 Properly pthread_join miner threads on shutdown. 12 years ago
Con Kolivas 69f36358b1 Merge branch 'master' into icarus-dev 12 years ago
Con Kolivas 3a2008ac61 Use a persistent single separate thread for stratum share submission that uses workqueues since all stratum sends are serialised. 12 years ago
Con Kolivas 64b08f383b All stratum calls to recv_line are serialised from the one place so there is no need to use locking around recv(). 12 years ago
Con Kolivas bd652a623e Only allow the mining thread to be cancelled when it is not within driver code, making for cleaner shutdown and allowing us to pthread_join the miner threads on kill_work(). 12 years ago
Con Kolivas 830f30ff2d Only allow the mining thread to be cancelled when it is not within driver code, making for cleaner shutdown and allowing us to pthread_join the miner threads on kill_work(). 12 years ago