driver-ztex.c


Log

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