Commit History

Author SHA1 Message Date
  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
  Con Kolivas eeac9d81fc Replace all references to the old n*sleep functions with the equivalent cgsleep_*s replacements. 12 years ago
  Con Kolivas 78d78b1063 Import Aaron D. Gifford's fast sha256 implementation. 12 years ago
  Kano ad1572f77f size check get_datestamp/get_timestamp and remove unused cgpu->init 12 years ago
  Kano 385a70bea7 make all statline overflow safe 12 years ago
  Kano 9f4a3a798d Update documentation for icarus switch to USB 13 years ago
  Kano d3955b8951 ztx correct applog typing 13 years ago
  Con Kolivas 3cb24c2ca3 Use cgtime in driver-ztex.c 13 years ago
  James Z.M. Gao c9ae715019 Compile CPU mining for win32 and win64 13 years ago
  Con Kolivas c45096d839 Merge pull request #381 from denis2342/hw_errors 13 years ago
  Kano 00489f4c14 ZTX bug set missing drv_id 13 years ago
  Kano bc5755233c call a separate get_devices() with locking, as required 13 years ago
  Kano 983fe2b0c0 usbutils hotplug v0.1 13 years ago
  Kano a344deb6ac rename device_api -> device_drv and all related api -> drv and add a device_drv->drv enum for identifying which driver each is 13 years ago
  Denis Ahrens f5306156f7 driver-ztex: only reset errors if there are some 13 years ago
  Denis Ahrens 8be5da3d69 driver-ztex: react to new work in 10ms and not 250ms 13 years ago
  Denis Ahrens f553c50b7b ztex: if we had only errors in one round we do not count the errors 13 years ago
  Denis Ahrens ccee686aee ztex: precheck the secondary solutions to avoid hw errors 13 years ago
  Con Kolivas deb9aec0ed Remove the unused sha224 functions. 13 years ago
  Denis Ahrens abae6b983a driver-ztex: use the correct size for the swap array 13 years ago
  Denis Ahrens 7c01f16593 driver-ztex: search the complete noncerange based on the actual speed 13 years ago
  Denis Ahrens 26ef730c28 driver-ztex: support for broken fpga on a multifpga board 13 years ago
  Con Kolivas b53fa540b4 Merge pull request #347 from denis2342/ztex 13 years ago
  Denis Ahrens dba007287c ztex: more style and whitespace fixes 13 years ago
  Con Kolivas c99636f21b Begin tearing down the old workio command queues by removing submit commands from there and submit them asynchronously via their own threads. 13 years ago
  Denis Ahrens f7083c00af driver-ztex: libztex_setFreq() must be called before ztex_releaseFpga() 13 years ago
  Denis Ahrens e59f668191 driver-ztex: changed two pairs of malloc()/memset() to calloc() 13 years ago
  Denis Ahrens 0e5c716cfc ztex: Correctly release mutex and reset FPGA if configuration fails 13 years ago