Luke Dashjr
|
d50810f29f
icarus: Replace decisecond-precision read_count with read_timeout_ms (millisecond precision) to handle faster devices like the Antminer U3 that complete works in under 1ds
|
11 years ago |
Luke Dashjr
|
0b3816ed88
icarus: Pass device representation to icarus_{gets,write} so logging can use it rather than fd numbers
|
11 years ago |
Luke Dashjr
|
211fdffd19
Copyright cleanups and updates
|
11 years ago |
Luke Dashjr
|
55f392c178
Rename icarus-common.h to driver-icarus.h
|
12 years ago |
Luke Dashjr
|
eaaa81d300
icarus: Clarify user_set flags with an enum
|
12 years ago |
Luke Dashjr
|
c87bef1677
icarus: Clarify reopen modes with an enum
|
12 years ago |
Nate Woolls
|
4556d14d57
antminer: Initial support for the Bitmain AntMiner U1 ASIC
|
12 years ago |
Luke Dashjr
|
e608a00b6e
Merge commit 'c9bd74c' into bfgminer
|
12 years ago |
Isidoro Ghezzi
|
c9bd74c219
Bugfix: icarus: quirk_reopen is an int
|
12 years ago |
Luke Dashjr
|
b092c3c7b3
Split fpgautils into lowl-vcom and binloader, and fix internal build dependencies
|
12 years ago |
Luke Dashjr
|
df5cdd45a6
vcom_lowl_probe_wrapper: Attempt to reattach detached USB devices
|
12 years ago |
Luke Dashjr
|
fd592db8fb
cairnsmore/erupter/icarus: Convert to lowl_probe
|
12 years ago |
Luke Dashjr
|
b59ac5192f
drv_detect_all: Use priority-sorted list of registered drivers
|
12 years ago |
Luke Dashjr
|
29035c0f9c
Build hash tables to find drivers by dname or name
|
12 years ago |
Luke Dashjr
|
5cd4bcaa6c
BFG_REGISTER_DRIVER macro to commonly pre-define device_drv structures
|
12 years ago |
Luke Dashjr
|
ba8e6348d8
Merge commit 'd90a625' into bfgminer
|
12 years ago |
Luke Dashjr
|
d90a625e10
Bugfix: Explicitly cast uses of be32toh to uint32_t
|
12 years ago |
Luke Dashjr
|
2546c0598d
Bugfix: Add missing includes of config.h, stdbool.h, and stdint.h
|
12 years ago |
Luke Dashjr
|
0e9bd81413
Merge commit 'd198bdf' into bfgminer
|
12 years ago |
Luke Dashjr
|
d198bdfb77
Bugfix: dynclock: Never try to clock below 1x
|
12 years ago |
Luke Dashjr
|
3183f70477
Merge branch 'cgsleep2' into cg_merges_20130822a
|
12 years ago |
Luke Dashjr
|
d7f76515e1
erupter: New icarus-based driver to handle autodetection of Block Erupter devices
|
12 years ago |
Luke Dashjr
|
0d81426147
Rename cgpu_data to use new device_data
|
12 years ago |
Kano
|
e0994aa9fa
rename device_api -> device_drv and all related api -> drv
|
13 years ago |
Kano
|
494b09e91c
convert sleep(const) to nmsleep()
|
13 years ago |
Luke Dashjr
|
3a98ef1f00
Replace UNIX-only work_restart_fd pipe with portable work_restart_notifier
|
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 |
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 |