Luke Dashjr
|
099e95ca3e
Merge commit '0a2b889' into bfgminer
|
13 years ago |
Luke Dashjr
|
0a2b889196
Bugfix: Use EXTRA_*_DEPENDENCIES for Cygwin workaround, to fix program make dependencies
|
13 years ago |
Con Kolivas
|
d1e5435acf
Support new overclocking speeds for avalon: 325, 350 and 375
|
13 years ago |
Con Kolivas
|
37815e04bb
Merge branch 'master' of github.com:ckolivas/cgminer
|
13 years ago |
Con Kolivas
|
c64d95f267
Support new overclocking speeds for avalon: 325, 350 and 375
|
13 years ago |
Kano
|
45fda135de
undo icarus show errno, put it as debug in ubsutils
|
13 years ago |
Kano
|
0df870b38d
icarus add errno to rerr and werr
|
13 years ago |
Con Kolivas
|
4aaeb510c8
Sleep after sending icarus work to emulate working at 115200 baud.
|
13 years ago |
Con Kolivas
|
df81ce6784
Use the nusleep function for sleeping after sending work in avalon.
|
13 years ago |
Con Kolivas
|
1b5ea442b8
Show an integer only for diff if it is one.
|
13 years ago |
Con Kolivas
|
a36e55b754
Set the avalon preferred packet size to 512.
|
13 years ago |
Con Kolivas
|
abdf7510c9
Reinstate the maxPacketSize determined by the end descriptor but allow the driver to override it.
|
13 years ago |
Con Kolivas
|
94e636a906
Only update hashmeter if we have done hashes or haven't updated longer than the log interval, fixing a us/ms error.
|
13 years ago |
Luke Dashjr
|
68f773db0f
Merge commit 'bef0581' into bfgminer
|
13 years ago |
Luke Dashjr
|
bef0581d15
Bugfix: logging: Since we are inlining snprintf, stdio.h is needed
|
13 years ago |
Luke Dashjr
|
6b2e5aa2b4
Merge commit 'c6fb74e' into bfgminer
|
13 years ago |
Luke Dashjr
|
c6fb74e659
Bugfix: serial_autodetect_ftdi: Debuglog FTDI COM port mappings returned, fix type of FT_HANDLE
|
13 years ago |
Luke Dashjr
|
a52f6b3039
Merge commit '1a4cfde' into bfgminer
|
13 years ago |
Luke Dashjr
|
1a4cfde10e
Bugfix: Allow starting non-libusb devices if libusb_init fails
|
13 years ago |
Luke Dashjr
|
77c97d7a76
Bugfix: Add missing newline to libusb_init failure message
|
13 years ago |
Con Kolivas
|
581afcf9ab
Use only one cgsem in avalon signalling when the write thread should commit work by reading the status bytes off during an avalon_read, minimising the number of usb calls and resetting from only one place.
|
13 years ago |
Con Kolivas
|
cf13d02d5f
Change avalon no valid work message to no matching work to match API terminology.
|
13 years ago |
Con Kolivas
|
7c683cf2b1
Use low latency usb transfers on the avalon, sleeping up to half a buffer's worth only if no data is returning to increase hashrate, abolish lost work and decrease CPU.
|
13 years ago |
Luke Dashjr
|
0bb835d1a5
Bugfix: opencl: Remove unnecessary casts from rot() macro, which created type issues
|
13 years ago |
Matthias Strubel
|
acd639ff08
fixinc to correct errno
|
13 years ago |
Con Kolivas
|
e487d3d2f0
Minimise the sleep times in avalon read to avoid result loss.
|
13 years ago |
Con Kolivas
|
b810dea33b
Revert "Sleep for less time in wait_avalon_ready till we have a better signalling system from read thread to write."
|
13 years ago |
Con Kolivas
|
7e6cbf080e
Use a half nonce range before cycling through avalon's scanwork to ensure it gets a chance to fill work if time is tight for the write thread to signal a wakeup.
|
13 years ago |
Matthias Strubel
|
e6f52f3359
Deliver exact socket-error within the debug error message
|
13 years ago |
Con Kolivas
|
98862b4f46
Sleep for less time in wait_avalon_ready till we have a better signalling system from read thread to write.
|
13 years ago |