|
4fd53c9e
|
2012-06-14T00:04:37
|
|
thread init fix
|
|
2ec612e0
|
2012-06-13T17:26:37
|
|
Added startup delay to worker threads.
Prevents devices from making calls at the same time.
|
|
1b63a75d
|
2012-06-13T12:26:03
|
|
Simple auto sleep-time calibration.
Optimises the sleep time while waiting for the BFL work to finish.
Takes ~5 mins to settle to the correct time for each unit, then will continue to make adjustments.
|
|
2384d0fb
|
2012-06-12T18:20:18
|
|
Removed idle mode... again!?
Changed work_reset rate to every 100ms & use defines rather than numerics.
Change total sleep time to 4300ms after performance testing/measurement (now good to 916MH/s).
Changed timeout to 15s - Throttle time is 15s.
Added support for 'Busy' when submitting work.
Improved logging text to include device identifier.
Added a thread_enable api function, called when a thread is re-enabled.
... and removed useless re-init inside scanhash.
Use modminer introduced mutex.
|
|
861388f9
|
2012-06-12T09:04:42
|
|
Merge branch 'master' of https://github.com/ckolivas/cgminer.git
|
|
d3fa59d7
|
2012-06-05T02:17:09
|
|
Abstract generally useful FPGA code into fpgautils.c
|
|
2dd7c4e1
|
2012-06-11T13:17:59
|
|
Added checking of work_reset while waiting for BFL to return results
|
|
4889d7ec
|
2012-06-11T13:09:27
|
|
Merge branch 'master' of git@github.com:pshep/cgminer.git
Conflicts:
driver-bitforce.c
|
|
820d662c
|
2012-06-10T23:11:59
|
|
Removed idle mode.
Added watchdog thread BFL temperature monitoring.
|
|
036a97c2
|
2012-06-09T20:03:18
|
|
Added bitforce init and shutdown.
bitforce_init closes/reopens the com port and re-initialises the unit.
|
|
ec394533
|
2012-06-09T19:47:54
|
|
Idle mode for bitforce
|
|
ed06c97e
|
2012-06-09T19:12:29
|
|
Added 30s BFL hashing timeout
|
|
652326c2
|
2012-06-09T19:08:10
|
|
Scanhash split into separate functions
Some adjustment of log reporting
|
|
8d293673
|
2012-05-22T15:35:10
|
|
Fix return values
|
|
cebd647f
|
2012-05-22T08:10:00
|
|
Messing with BFL code
|
|
4db47aa5
|
2012-05-18T17:41:18
|
|
Return error if BFL take longer then 10s
|
|
06023e54
|
2012-05-02T10:34:31
|
|
Bugfix: Return failure, rather than quit, if BFwrite fails
|
|
20676694
|
2012-04-23T18:07:13
|
|
Ensure everyone sees the same screen/api name as the previous version for Bitforce
|
|
0f74ba05
|
2012-04-22T00:57:59
|
|
Implement and document "-S noauto" to inhibit autoscanning without specifying a serial device
|
|
b8778839
|
2012-04-21T02:36:19
|
|
Merge branch 'master' into unify_drivers
Conflicts:
cgminer.c
|
|
f05a319e
|
2012-03-18T21:06:47
|
|
CGPU API for device names
|
|
303dbf46
|
2012-03-18T20:09:03
|
|
Abstract add_cgpu function, to handle device id numbering and devices array
|
|
e131dfab
|
2012-03-13T12:18:23
|
|
Unify drivers as driver-*.c and add driver name to API
|