Luke Dashjr
|
0380fe4f06
Remove now-unused blocking-wait code (restart_cond, restart_wait, and stale_wait)
|
13 years ago |
Luke Dashjr
|
6090183e6c
Bugfix: bitforce: Zero hashes complete if we get an invalid response
|
13 years ago |
Luke Dashjr
|
382ebf7fe2
bitforce: Support for work queue protocol on BitForce SC devices
|
13 years ago |
Luke Dashjr
|
c3fa179fd7
Use new double-stage format for SC devices
|
13 years ago |
Luke Dashjr
|
d01aee4d8b
bitforce: Replace (bool)cgpu->nonce_range with (enum)bitforce_data->proto
|
13 years ago |
Luke Dashjr
|
ab883d97ba
bitforce: XLINK support for multiple processors
|
13 years ago |
Luke Dashjr
|
bd42d0132a
bitforce: Prepare log messages for XLINK by separating into proc and dev messages
|
13 years ago |
Luke Dashjr
|
0edc864537
bitforce: Always use fd/mutex pointers on actual device, to prepare for XLINK support
|
13 years ago |
Luke Dashjr
|
9a0ae675ea
bitforce: Get fd/mutex pointers only once per function
|
13 years ago |
Luke Dashjr
|
8828eaeb60
bitforce: Abstract commands to bitforce_cmd1 (single-stage) and bitforce_cmd2 (double-stage) functions
|
13 years ago |
Luke Dashjr
|
eaa48af7d2
bitforce: Debuglog device information during detection
|
13 years ago |
Luke Dashjr
|
e77f591be6
Bugfix: bitforce: Avoid polling continuously between work restart and job completion
|
13 years ago |
Luke Dashjr
|
6e3c53e6f0
bitforce: Use poll device API when job_get_results needs to wait
|
13 years ago |
Luke Dashjr
|
be8753549c
bitforce: Use poll device API when job_start needs to wait
|
13 years ago |
Luke Dashjr
|
bdf34c72ed
bitforce: Minimally refactor to adapt to new minerloop_async
|
13 years ago |
Kano
|
3515b6e2e6
BFL stop 1st init command if no device
|
13 years ago |
Luke Dashjr
|
a76cbd4192
Preformat dev_repr (device representation) and proc_repr (processor representation) once for use everywhere
|
13 years ago |
Luke Dashjr
|
1458821958
Update copyrights
|
13 years ago |
Kano
|
6fb32f7b5d
convert sleep(const) to nmsleep()
|
13 years ago |
Luke Dashjr
|
62dff9a82f
Ensure winsock2.h is always included before windows.h
|
13 years ago |
Luke Dashjr
|
69b4aa8c90
Merge branch 'sysfs_autodetect' into bfgminer
|
13 years ago |
Luke Dashjr
|
f5f73ead19
fpgautils: Unified serial_autodetect function to find a serial device regardless of the underlying method
|
13 years ago |
Kano
|
7abf30b2c0
distinguish between drv and it's id enum now called drv_id
|
13 years ago |
Kano
|
d057791915
Capitalise driver long names used in applog messages
|
13 years ago |
Kano
|
7fbc3770b4
USB move usbdev info that needs to stay around into usbinfo
|
13 years ago |
Kano
|
8f4340bfeb
BFL allow a 2nd init attempt if the 1st reply is unknown
|
13 years ago |
Kano
|
3f4d9fc5d6
BFL use #defined strings for work replies
|
13 years ago |
Kano
|
34bcc1c66d
USB automatically handle losing the device and report nodev in the API
|
13 years ago |
Kano
|
f53549a861
BFL minimise first initialisation failure delay since it is common
|
13 years ago |
Kano
|
f9e04a3c5b
device_drv - allow .name to be changed before add_cgpu()
|
13 years ago |