|
5c7e0308
|
2012-07-11T22:59:58
|
|
Modify te scanhash API to use an int64_t and return -1 on error, allowing zero to be a valid return value.
|
|
d4af2d05
|
2012-07-06T02:39:32
|
|
Turn work_restart array into a bool in thr_info
|
|
ae400b4f
|
2012-06-26T22:38:18
|
|
Only show ztex board count if any exist.
|
|
5cf4b7c4
|
2012-06-25T16:59:29
|
|
Make the devices array a dynamically allocated array of pointers to allow unlimited devices.
|
|
820d662c
|
2012-06-10T23:11:59
|
|
Removed idle mode.
Added watchdog thread BFL temperature monitoring.
|
|
ebeaf15f
|
2012-06-09T19:30:32
|
|
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.
|
|
ed60e33a
|
2012-05-04T08:33:13
|
|
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
|
|
ec336cde
|
2012-05-04T01:10:35
|
|
Removing extra debug
|
|
0eda5415
|
2012-05-03T13:32:21
|
|
ztex updateFreq was always reporting on fpga 0
|
|
0080aea4
|
2012-05-03T13:24:59
|
|
Trying harder to get 1.15y working
|
|
4c4d3b51
|
2012-05-03T10:28:29
|
|
fix typo
|
|
7aaf1b6a
|
2012-05-03T09:35:59
|
|
Specifying threads on multi fpga boards extra cgpu
|
|
5a58b3f5
|
2012-05-03T09:06:09
|
|
Missing the add cgpu per extra fpga on 1.15y boards
|
|
57a72d51
|
2012-05-02T07:26:52
|
|
Blind implementation of multi-fpga board 1.15y.
|
|
ab764da4
|
2012-04-26T16:33:27
|
|
Merge pull request #178 from nelisky/ztex-120417
Firmware 15d4 support
|
|
316ebc3b
|
2012-04-25T03:52:52
|
|
Code style cleanup
|
|
b29edd11
|
2012-04-25T01:55:56
|
|
Using less heap space as my TP-Link seems to not handle this much
|
|
cad0855b
|
2012-04-23T18:10:21
|
|
Ensure everyone sees the same screen/api name as the previous version for ZTex
|
|
5f5e1063
|
2012-04-22T08:14:54
|
|
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.
|
|
78a32f2e
|
2012-04-22T10:54:26
|
|
Style police on driver-ztex.c
|
|
730849c9
|
2012-04-21T03:01:42
|
|
Make a union for cgpu device handles, and rename "device" to "device_ztex" since it's Ztex-specific
|
|
657716e5
|
2012-04-21T02:52:20
|
|
Merge branch 'master' into ztex
|