ckolivas
5c7e03084a
Modify te scanhash API to use an int64_t and return -1 on error, allowing zero to be a valid return value.
13 years ago
Luke Dashjr
d4af2d0535
Turn work_restart array into a bool in thr_info
13 years ago
Con Kolivas
ae400b4f09
Only show ztex board count if any exist.
13 years ago
Con Kolivas
5cf4b7c432
Make the devices array a dynamically allocated array of pointers to allow unlimited devices.
13 years ago
Paul Sheppard
820d662c9d
Removed idle mode.
...
Added watchdog thread BFL temperature monitoring.
13 years ago
Paul Sheppard
ebeaf15f18
Added idle mode
...
Idle is only set by pgadisable, so GPU/CPU is unaffected.
For Icarus/Ztex, in scanhash the thread is immediately set disabled then returns.
13 years ago
nelisky
ed60e33a94
Some tweaks to reporting and logging.
...
- Adding fpga number to the ztex string representation
- Removing usb details from the ztex string representation
- First frequency set no longer reports a bogus old freq
13 years ago
nelisky
ec336cdeb2
Removing extra debug
13 years ago
nelisky
0eda541560
ztex updateFreq was always reporting on fpga 0
13 years ago
nelisky
0080aea432
Trying harder to get 1.15y working
13 years ago
nelisky
4c4d3b51b0
fix typo
13 years ago
nelisky
7aaf1b6a07
Specifying threads on multi fpga boards extra cgpu
13 years ago
nelisky
5a58b3f5b3
Missing the add cgpu per extra fpga on 1.15y boards
13 years ago
nelisky
57a72d51fb
Blind implementation of multi-fpga board 1.15y.
13 years ago
nelisky
316ebc3b04
Code style cleanup
13 years ago
nelisky
b29edd111d
Using less heap space as my TP-Link seems to not handle this much
13 years ago
Kano
cad0855ba8
Ensure everyone sees the same screen/api name as the previous version for ZTex
13 years ago
nelisky
5f5e1063f4
Firmware 15d4 support
...
Not yet using suspend and while we have fpga counting implemented it isn't being used yet, thus only the groundwork for quad board support is done, not actually working yet.
13 years ago
Con Kolivas
78a32f2ebc
Style police on driver-ztex.c
13 years ago
Luke Dashjr
730849c988
Make a union for cgpu device handles, and rename "device" to "device_ztex" since it's Ztex-specific
13 years ago