Commit History

Author SHA1 Message Date
  Luke Dashjr 2b16acaa9b fpgautils: Implement bfg_claim_usb for claiming devices by USB bus number and address 12 years ago
  Luke Dashjr f1051250d5 fpgautils: Replace serial_claim with bfg_claim_serial using a more cleanly extensible interface and implementation 12 years ago
  Luke Dashjr c658ddee43 fpgautils: serial_claim: Include a bus enum in hash key 12 years ago
  Luke Dashjr 58097a74fb Add serial port claiming logic to avalon, bitforce, and modminer drivers 12 years ago
  Luke Dashjr 7469a81139 RPC: "devscan" command to probe for new devices 12 years ago
  Luke Dashjr 3ebf18c531 New (internal) scan_serial function to probe for new devices at runtime 12 years ago
  Luke Dashjr 18c51146aa Split out per-cgpu temperature configuration code to load_temp_config_cgpu 12 years ago
  Luke Dashjr 8be8a1fbe6 DevAPI: Modify add_cgpu to use temporary devices_new array, so detection can be done without touching live variables 12 years ago
  Luke Dashjr f6b0995cb9 Move more cgpu initialization to allocate_cgpu 12 years ago
  Luke Dashjr 22c2ce6b0b Move devtype default assignment to allocate_cgpu 12 years ago
  Luke Dashjr 732d0bfd82 Move cgpu startup routine to new start_cgpu function 12 years ago
  Luke Dashjr a3d3e3183a Move cgpu_info allocation to new allocate_cgpu function 12 years ago
  Luke Dashjr bd8580d56d Move *.drv_detect calls to a new drv_detect_all function 12 years ago
  Luke Dashjr 1829750180 DevAPI: add_cgpu: There is no need to hold mutexes while creating devices 12 years ago
  Luke Dashjr 8dea41b6e1 Merge branch 'strerror' into bfgminer 12 years ago
  Luke Dashjr 7d0639c2f3 Bugfix: Initialization for bfgtls needs to be done in each thread 12 years ago
  Luke Dashjr 7daabff690 Merge commit '11375ff' into bfgminer 12 years ago
  Luke Dashjr 11375ff700 Bugfix: stratum: Be patient with stratum lines that come in slower than we can process them 12 years ago
  Luke Dashjr 6a0a7a5bb9 Merge branch 'strerror' into bfgminer 12 years ago
  Luke Dashjr 831c0d2eee Use bfg_strerror in locations previously just logging raw error numbers 12 years ago
  Luke Dashjr 68aa670b50 Bugfix: stratum: Log WSAGetLastError() for error number on recv failures on Windows 12 years ago
  Luke Dashjr adc85d0b5c Use bfg_strerror where it is already needed (for thread-safety) 12 years ago
  Luke Dashjr ac0bae4e91 New thread-safe bfg_strerror function to portably stringify error codes 12 years ago
  Luke Dashjr 95d1fe185b Merge commit '55b10e5' into bfgminer 12 years ago
  Luke Dashjr 55b10e5319 Bugfix: bitforce_queue: Initialize buf2 so errors don't cause the work queue to flush 12 years ago
  Luke Dashjr 5a78463cc7 Merge branch 'hwpercent' into bfgminer 12 years ago
  Luke Dashjr 355f547aad TUI: Display percentage invalid of found nonces with hw errors 12 years ago
  Luke Dashjr ca851e1d86 Bugfix: modminer & x6500: Increment *->diff1 for all bad nonces 12 years ago
  Luke Dashjr a7ca73ec74 percentf2 that takes t as precalculated total 12 years ago
  Luke Dashjr af7a9aad22 Keep track of bad nonces independently from generic hw errors 12 years ago