Luke Dashjr
|
583cf156e8
cpu & opencl: Respect scan-serial auto/noauto instructions
|
13 years ago |
Con Kolivas
|
05344eff03
Set avalon fan min and fan max to PWM values instead of percentage.
|
13 years ago |
Luke Dashjr
|
90339fdf90
ft232r & libztex: Skip probe of claimed devices
|
13 years ago |
Luke Dashjr
|
5b5cdff413
fpgautils: Check for devices being claimed before calling detectone from autodetectors
|
13 years ago |
Luke Dashjr
|
bde200a790
x6500 & ztex: Claim USB devices
|
13 years ago |
Luke Dashjr
|
2b16acaa9b
fpgautils: Implement bfg_claim_usb for claiming devices by USB bus number and address
|
13 years ago |
Luke Dashjr
|
f1051250d5
fpgautils: Replace serial_claim with bfg_claim_serial using a more cleanly extensible interface and implementation
|
13 years ago |
Con Kolivas
|
065b6a5e36
Provide an --avalon-freq command line to give a valid range of frequencies for avalon in auto mode.
|
13 years ago |
Luke Dashjr
|
c658ddee43
fpgautils: serial_claim: Include a bus enum in hash key
|
13 years ago |
Con Kolivas
|
36b556aa66
Set the avalon idle frequency to lowest if avalon auto is enabled and we have an overheat condition.
|
13 years ago |
Con Kolivas
|
ce214e1270
Decrease avalon frequency in auto mode if we are unable to maintain the temperature in the optimal range.
|
13 years ago |
Luke Dashjr
|
58097a74fb
Add serial port claiming logic to avalon, bitforce, and modminer drivers
|
13 years ago |
Con Kolivas
|
da680f5162
Don't count invalid nonces as hashrate for bflsc.
|
13 years ago |
Luke Dashjr
|
63222c8774
usbtest: Improve portability to at least 2.7 and 3.2
|
13 years ago |
Luke Dashjr
|
2e5ef483bb
usbtest: Avoid messing up the display by escaping weird bytes via repr()
|
13 years ago |
Luke Dashjr
|
5566fdb1f3
usbtest: Skip last 2 optional parameters, since we use the defaults and they are not in older versions of pyserial
|
13 years ago |
Luke Dashjr
|
684900865b
Merge commit '5bfe1b8' into bfgminer
|
13 years ago |
Luke Dashjr
|
5bfe1b8535
Bugfix: bitforce: ZOX limits results ot 16 results per call, so repeat ZOX until there are fewer
|
13 years ago |
Con Kolivas
|
d7c99cd116
Use a more conservative upper limit of 1% for hardware errors with avalon auto frequency.
|
13 years ago |
Con Kolivas
|
f142a4de23
Allow the avalon fanspeed range to be passed as parameter on the command line, default to 20-100%
|
13 years ago |
Con Kolivas
|
1b81ecf932
Just display A: and R: for difficulty accepted and rejected to preserve screen real estate and decrease decimal places for WU.
|
13 years ago |
Luke Dashjr
|
7469a81139
RPC: "devscan" command to probe for new devices
|
13 years ago |
Luke Dashjr
|
3ebf18c531
New (internal) scan_serial function to probe for new devices at runtime
|
13 years ago |
Con Kolivas
|
99b219f99d
Merge pull request #460 from kanoi/master
|
13 years ago |
Kano
|
a94b7be3bc
correct device DR: and remove global U:
|
13 years ago |
Luke Dashjr
|
18c51146aa
Split out per-cgpu temperature configuration code to load_temp_config_cgpu
|
13 years ago |
Luke Dashjr
|
8be8a1fbe6
DevAPI: Modify add_cgpu to use temporary devices_new array, so detection can be done without touching live variables
|
13 years ago |
Luke Dashjr
|
f6b0995cb9
Move more cgpu initialization to allocate_cgpu
|
13 years ago |
Luke Dashjr
|
22c2ce6b0b
Move devtype default assignment to allocate_cgpu
|
13 years ago |
Luke Dashjr
|
732d0bfd82
Move cgpu startup routine to new start_cgpu function
|
13 years ago |