|
e40b1c17
|
2013-10-03T12:07:36
|
|
Add API output displaying USB cancellations.
|
|
bfdf3af1
|
2013-10-03T12:05:48
|
|
Store statistics on how often we have to cancel async bulk transfers and add a debug message whenever we do.
|
|
603bba67
|
2013-10-03T11:50:45
|
|
Treat any unexpected timeouts waiting for async transfers as though there may be a usb halt condition and attempt to clear the halt before cancelling the tranfer.
|
|
c5d61b4c
|
2013-10-02T06:53:25
|
|
Remove zero packet flag on usb as it's unsupported outside linux and unnecessary.
|
|
382433eb
|
2013-10-01T17:34:32
|
|
Fake the libusb transfer timed out message if we force cancel it with our own async functions.
|
|
69c01a14
|
2013-10-01T14:40:30
|
|
Use asynchronous transfers for all bulk transfers, allowing us to use our own timers and cancelling transfers that take too long.
|
|
04e58051
|
2013-10-01T00:49:15
|
|
Add needed EXTRA_DIST for libusbx.
|
|
64709242
|
2013-10-01T00:33:02
|
|
Update libusbx configure.ac changes.
|
|
6cbd2916
|
2013-10-01T00:20:34
|
|
Revert libusb Makefile changes from going to libusbx.
|
|
5b279813
|
2013-09-30T22:04:22
|
|
Display stats regarding locking delays in API.
|
|
b3ceb7e2
|
2013-09-30T21:50:06
|
|
Get statistics on how long usb reads and writes wait on the devlock.
|
|
d2f99cbe
|
2013-09-30T21:30:11
|
|
Add libusb error warning message when significant error occurs.
|
|
fb955af7
|
2013-09-30T11:58:25
|
|
Fix trivial libusbx warnings.
|
|
677e9816
|
2013-09-30T11:43:39
|
|
Convert libusb-1.0.16-rc10 to libusbx-1.0.17
|
|
87ddfcc8
|
2013-09-30T09:27:44
|
|
Disable bitfury device thread on it disappearing.
|
|
d1c95832
|
2013-09-29T23:51:46
|
|
Bump version to 3.5.0
|
|
03dd347f
|
2013-09-29T23:51:04
|
|
Update NEWS.
|
|
d120b9c5
|
2013-09-29T23:45:59
|
|
Merge branch 'redfury'
|
|
0a559984
|
2013-09-29T23:44:45
|
|
Add magic init sequence required on BF1 devices to get them mining on windows.
|
|
5f10ac80
|
2013-09-29T17:45:49
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
14887ba8
|
2013-09-29T17:44:41
|
|
usbinfo.devlock is only ever write locked so convert it to a mutex
|
|
ff90e6ae
|
2013-09-29T17:44:41
|
|
usbinfo.devlock is only ever write locked so convert it to a mutex
|
|
c7fb4aad
|
2013-09-29T17:21:32
|
|
Icarus remove unneeded opt_debug tests due to applog being a macro
|
|
ef62b281
|
2013-09-29T17:14:10
|
|
Icarus - CMR shouldn't wait the full timeout due to handle sharing
|
|
01e3c878
|
2013-09-29T15:16:25
|
|
We should only yield once in cg_wunlock
|
|
5683a114
|
2013-09-29T15:14:06
|
|
Provide a function to downgrade a cglock from a write lock to an intermediate variant.
|
|
5e1ebd50
|
2013-09-29T13:54:16
|
|
Deuglify use of _PARSE_COMMANDS macro expansions.
|
|
303a7631
|
2013-09-29T13:08:15
|
|
Deuglify use of usb parse commands macro in usbutils.
|
|
3dd798e6
|
2013-09-29T12:51:33
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
55f29b81
|
2013-09-29T12:33:52
|
|
Use the driver add commands macros in api.c to avoid individually listing them.
|
|
1ef38f82
|
2013-09-29T12:28:43
|
|
Separate out asic fpga and opencl drivers in the driver parse commands macro for use individually as needed.
|
|
8b341ccd
|
2013-09-29T02:48:39
|
|
Use macro expansion in usb_find_devices to avoid explicitly listing them all.
|
|
0952a881
|
2013-09-29T02:45:45
|
|
Use macro expansion to iterate over all the drivers without explicitly writing them out in usbutils.c
|
|
e279bc1f
|
2013-09-29T02:20:38
|
|
Iterate over the bitfury offsets in order of decreasing likelihood.
|
|
39c2e662
|
2013-09-28T23:12:29
|
|
Reattach the kernel driver on linux on usb_uninit.
|
|
3ef9fa3b
|
2013-09-28T23:09:26
|
|
Attach the kernel driver on failure to usb init on linux.
|
|
00aa8b4e
|
2013-09-28T23:05:39
|
|
libusb kernel driver operations are only available on linux.
|
|
2ec601e1
|
2013-09-28T16:00:55
|
|
There is no need to get the external prototypes for drivers in cgminer.c any more.
|
|
f3294f74
|
2013-09-28T15:18:08
|
|
Remove unnecessary gpu_threads initialisation.
|
|
fbf46c41
|
2013-09-28T15:14:28
|
|
Put avalon last in the sequence of adding drivers to prevent it trying to claim similar chip devices on startup.
|
|
6d747123
|
2013-09-28T15:11:06
|
|
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.
|
|
741b7430
|
2013-09-28T14:00:18
|
|
Forward declare all device drivers in miner.h avoiding the need to export them everywhere else.
|
|
df54b768
|
2013-09-28T13:52:13
|
|
Add a noop function for driver detect when it's missing.
|
|
372c4095
|
2013-09-28T12:44:36
|
|
Reuse the DRIVER_ macros to avoid having yet another definition for DRV_
|
|
2903028e
|
2013-09-28T11:45:58
|
|
Use macro expansion to generate extern device_drv prototypes.
|
|
88751974
|
2013-09-28T10:25:48
|
|
Create a macro list of drivers to enable easier addition of further drivers.
|
|
c50b13a6
|
2013-09-28T01:01:48
|
|
Merge branch 'master' of github.com:ckolivas/cgminer into redfury
|
|
71797050
|
2013-09-27T22:37:14
|
|
There is no point setting the BF1 preferred packet size to the maximum since it will do so automatically.
|
|
f9476743
|
2013-09-27T18:48:41
|
|
icarus ensure all cmr interfaces are initialised properly
|
|
9b9dde16
|
2013-09-27T16:56:25
|
|
usbutils - fix USBDEBUG warnings
|
|
8d133706
|
2013-09-27T15:04:07
|
|
Remove unnecessary steps in communicating with BF1 and just use USB interface 1.
|
|
61c2ac57
|
2013-09-27T14:57:22
|
|
usbutils - usb_bulk_transfer fix the buf/data fix
|
|
2ba7fbe5
|
2013-09-27T14:35:35
|
|
Merge branch 'master' of github.com:ckolivas/cgminer into redfury
|
|
ffea432f
|
2013-09-27T14:25:57
|
|
usb_bulk_transfer - use the allocated buffer
|
|
2fc5c1d0
|
2013-09-27T13:47:35
|
|
Set preferred packet sizes per interface on BF1.
|
|
621114c5
|
2013-09-27T13:08:36
|
|
Merge branch 'master' of github.com:ckolivas/cgminer into redfury
|
|
d3a3b3a7
|
2013-09-27T13:07:04
|
|
usbutils allow PrefPacketSize per endpoint
|
|
ce16bd2b
|
2013-09-27T12:38:02
|
|
Remove magic control sequences on open/close on BF1 and just flush the read buffers.
|
|
b994a4c6
|
2013-09-27T11:25:13
|
|
Check return codes in getinfo and reset and fail as needed in BF1.
|
|
703724a3
|
2013-09-27T11:20:03
|
|
Check return code for bitfury_open and release resources properly on failed initialisation.
|
|
59b33c1a
|
2013-09-27T11:13:38
|
|
Abstract out flushing of interrupt reads in BF1 devices.
|
|
8e4909f8
|
2013-09-27T11:00:48
|
|
Merge branch 'master' of github.com:ckolivas/cgminer into redfury
|
|
93d4c09c
|
2013-09-27T10:54:24
|
|
Perform interrupt read after close message on BF1 as per serial close.
|
|
1f74b2cd
|
2013-09-27T10:50:33
|
|
Perform interrupt read flush as per serial open on BF1 devices.
|
|
7deaa91b
|
2013-09-27T10:36:23
|
|
Add information for 2nd USB interface on BF1 devices and choose interface 1 for bulk transfers.
|
|
d8518f43
|
2013-09-27T10:08:59
|
|
usbutils - bulk transfer copy test fix
|
|
8d6126ac
|
2013-09-27T09:53:04
|
|
Merge branch 'master' of github.com:ckolivas/cgminer into redfury
|
|
a62267fa
|
2013-09-27T09:44:58
|
|
usbutils - add USBDEBUG for usb_bulk_transfer
|
|
1a020281
|
2013-09-27T09:41:55
|
|
Add more read_ii variants to usbutils.
|
|
4f6c7ee0
|
2013-09-27T09:39:26
|
|
Name remainder of BFU usb commands used.
|
|
a39a9c27
|
2013-09-27T08:32:54
|
|
Merge branch 'master' into redfury
|
|
8fbd8a47
|
2013-09-26T06:40:01
|
|
Merge pull request #498 from kanoi/master
usbutils interfaces working on windows - avalon type correction
|
|
7ae8ee8d
|
2013-09-26T21:29:30
|
|
Merge commit 'b606a60349fe2f1c1c56a1fec833ec849b798676' into redfury
Conflicts:
driver-bitfury.c
|
|
b606a603
|
2013-09-26T21:20:59
|
|
Use submit_tested_work in bitfury driver to avoid unnecessarily re-testing the work for validity.
|
|
7696f26a
|
2013-09-26T21:18:33
|
|
Abstract out work submission once it's been tested, to be used by drivers that do their own internal validity testing.
|
|
76e688ae
|
2013-09-26T21:14:14
|
|
Store the hash2 array in struct work for further reuse.
|
|
b932fc0a
|
2013-09-26T21:04:28
|
|
usbutils - which_intinfo not requried
|
|
39c52b1f
|
2013-09-26T20:58:47
|
|
Use the test_nonce function within submit_nonce and store the uint32 corresponding to hash2 37 for further use.
|
|
36d86534
|
2013-09-26T20:58:29
|
|
usbutils - interfaces must all be on one handle - ep implies the interface
|
|
c4b685cb
|
2013-09-26T20:56:24
|
|
avalon stats use exact type
|
|
c1aba055
|
2013-09-26T20:51:47
|
|
Only set share diff if we've confirmed it's a share first.
|
|
3139a6c7
|
2013-09-26T16:36:58
|
|
Update ASIC-README for bitfury devices.
|
|
fafd8631
|
2013-09-26T16:24:49
|
|
Use an array of offsets when checking nonces in bitfury_checkresults
|
|
44b9cf50
|
2013-09-26T12:11:25
|
|
Limit the duration we wait for reads in BF1 based on time already elapsed to account for other delays such as work restart messages or out of work.
|
|
9dcd4e70
|
2013-09-26T11:48:38
|
|
Minimise size of serial string we copy in BF1 stats to avoid overflow.
|
|
ce285ba6
|
2013-09-26T11:46:09
|
|
Implement basic API stats for BF1 and increase array of results to check for the rare straggling result.
|
|
75333c53
|
2013-09-26T09:41:43
|
|
Space debug output for bf1 to separate from numerals.
|
|
1b40d902
|
2013-09-26T07:37:19
|
|
Abstract out the bitfury open close and reset functions and use them on reinit.
|
|
435065c8
|
2013-09-26T07:24:09
|
|
Rename BF1 devices BF1
|
|
f97e1ad2
|
2013-09-25T23:54:37
|
|
Check for work restart, breaking out early after usb reads in BF1.
|
|
ff4c4779
|
2013-09-25T23:33:10
|
|
Do not lose the first sets of results from BF1.
|
|
72c77980
|
2013-09-25T23:30:29
|
|
There is no point checking for results from the next round of work on BF1.
|
|
8c0ab5f3
|
2013-09-25T23:18:17
|
|
Last result returned by BF1 is an end of results marker so ignore it.
|
|
9040cac9
|
2013-09-25T22:47:19
|
|
restart_wait should return 0 if thr_restart is true.
|
|
7a9669ec
|
2013-09-25T22:43:39
|
|
Remove unused code by bitfury driver since current driver uses serialised scanhash.
|
|
5a8ac9fd
|
2013-09-25T22:22:05
|
|
Meter out return of estimated hashes in BF1 to smooth out visible hashrate.
|
|
4507a380
|
2013-09-25T22:12:34
|
|
Optimise inner scanhash loop for bf1.
|
|
c65fd778
|
2013-09-25T20:46:42
|
|
Add yet another backup work for triple buffering of work in bf1 to account for extra late results returned and don't check nonce offsets which appear to never return.
|
|
55c6e55c
|
2013-09-25T16:31:37
|
|
Name the work request and result usb commands for BF1
|
|
edcea78a
|
2013-09-25T16:28:34
|
|
Define a mandatory upper limit to waiting for reset and data on BF1 based on full nonce duration.
|