Chris Chua
|
5af1cfe33d
increasing max miners for avalon driver (properly this time)
|
12 years ago |
Chris Chua
|
b509e84376
using separate identifier for bitburner fury boards
|
12 years ago |
Chris Chua
|
521e746b80
changes to bitburner driver for bitburner fury boards
|
12 years ago |
Con Kolivas
|
39ec9518d5
Enable the usb buffer in avalon driver.
|
12 years ago |
ckolivas
|
6d7471237d
Use macro expansion to iterate over all device drivers without needing to explicitly code in support in all places. Pass a hotplug bool to the detect() function to prevent opencl trying to hogplug GPUs.
|
12 years ago |
ckolivas
|
741b74309e
Forward declare all device drivers in miner.h avoiding the need to export them everywhere else.
|
12 years ago |
ckolivas
|
8875197466
Create a macro list of drivers to enable easier addition of further drivers.
|
12 years ago |
Kano
|
d3a3b3a73d
usbutils allow PrefPacketSize per endpoint
|
12 years ago |
Kano
|
c4b685cbe7
avalon stats use exact type
|
12 years ago |
Xiangfu
|
088a340342
avalon: display the FPGA controller version on API
|
12 years ago |
Kano
|
a9faec4a4b
change drivers to use usb_interface() - required for multi interface change
|
12 years ago |
Kano
|
87e5c76f4d
BTB show C/MHz/mV for device
|
12 years ago |
Con Kolivas
|
c56d44cebd
Use stack data for HW error% in avalon stats.
|
12 years ago |
Con Kolivas
|
8a01f5326c
Add avalon HW error% to stats and only show BTB variables if avalon is a BTB.
|
12 years ago |
Con Kolivas
|
eeac9d81fc
Replace all references to the old n*sleep functions with the equivalent cgsleep_*s replacements.
|
12 years ago |
Kano
|
96c0c31775
BTB get version from Firmware
|
12 years ago |
Con Kolivas
|
09e9091dd7
Simplify cgsleep code for windows by using a typedef for cgtimer_t that resolves to clock resolution, using that internally.
|
12 years ago |
Con Kolivas
|
17447ec7e2
Use the cgsleep reentrant function in avalon_send_task.
|
12 years ago |
Con Kolivas
|
c988587b45
Use the reentrant cgsleep functions within the avalon_send_tasks function.
|
12 years ago |
Con Kolivas
|
e784b23004
Use the reentrant cgsleep function to time sleeps on reading from avalon.
|
12 years ago |
Con Kolivas
|
37ff9f8428
Add necessary time header include to avalon driver.
|
12 years ago |
Con Kolivas
|
1864ed2634
Do a sleep of the full duration it would take to do all the work using clock_nanosleep in avalon_send_tasks to avoid sleep overruns before polling to see if it's ready.
|
12 years ago |
Con Kolivas
|
fe7c8e8269
Merge branch 'master' of github.com:ckolivas/cgminer
|
12 years ago |
Con Kolivas
|
33bb8c7958
Use the us_to_timeval helper function in the avalon driver.
|
12 years ago |
Con Kolivas
|
53beae814d
Use timeval_to_spec helper in avalon driver.
|
12 years ago |
Chris Chua
|
26de6e64be
simplifying buffer full check
|
12 years ago |
Chris Chua
|
0b9474f3a2
forking bitburner write thread function
|
12 years ago |
Chris Chua
|
be0d899b74
making sure original Avalon is unaffected by BitBurner changes
|
12 years ago |
Chris Chua
|
2b932ccb81
changes to queueing strategy for BitBurner boards
|
12 years ago |
Con Kolivas
|
1bb6dd406a
Merge branch 'master' of github.com:ckolivas/cgminer
|
12 years ago |