Log

Author Commit Date CI Message
Con Kolivas a79768b7 2013-10-07T19:50:38 Use libusb's own error name function instead of hand coding the error names.
Con Kolivas 74775e4e 2013-10-07T18:40:09 Check for libusb transfer stall error to be consistent with async IO errors returned for a halt condition.
Con Kolivas 38ae7093 2013-10-07T17:56:57 Check for continuous IO errors on USB and consider the device inactive if more than retry max.
Con Kolivas 7318ecee 2013-10-07T23:34:01 Make the devlock a cglock in usbutils and only grab the write lock for fundamental changes allowing us to send and receive transfers concurrently without lock contention.
Con Kolivas d5e9e084 2013-10-07T15:37:34 Prevent overflows in us_tdiff and ms_tdiff.
Con Kolivas b6a97de6 2013-10-04T21:39:42 Provide a way for drivers to submit work that it has internally rolled the ntime value by returning the amount it has ntime rolled to be added.
ckolivas fb79b37f 2013-10-04T14:26:47 Typo in configure.ac
ckolivas 6cd7f0f1 2013-10-04T12:00:41 Remove unmaintained broken ztex driver.
Con Kolivas 8037eb15 2013-10-07T12:00:49 Change second initialise message on bitfury verbose mode.
Con Kolivas 8c0ea19e 2013-10-05T09:31:36 Submitting an ntime offset nonce needs to be done on a copy of the work instead of the original so abstract out shared components as much as possible, minimising strdups in copy_work and make submit_work_async work take copied work, cleaning up code in the process.
Kano 11a36418 2013-09-24T12:46:09 klondike - avoid division by zero if maxcount is unexpectedly zero
Kano b5ea2bf9 2013-09-23T20:16:15 klondike store and report errorcount and noise
Kano 680a1aea 2013-10-04T00:10:10 Icarus - use a data structure for I/O rather than magic numbers
Kano 2b6d1a3f 2013-10-04T00:05:39 delete old tracked ccan/opt/*.o files
Kano 9eb78105 2013-09-26T12:24:13 klondike correct cvtKlnToC() temperature calculation
Kano d5b3f559 2013-09-24T13:23:12 klondike - correct 1st reply debug based on define
Kano 0d9f3389 2013-09-24T13:17:19 klondike - debug dump structured replies
Kano 2e606d86 2013-09-23T09:01:00 klondike - fix chipstats api stats buffer overrun with 16 chips
Kano d7db1e8a 2013-09-22T23:41:06 klondike add new nonecount only once
Kano 577f1a20 2013-09-22T22:56:24 klondike - report mh/s based on nonces found + put old estimate into API stats
Kano ef54de1d 2013-09-19T23:23:36 klondike use a memcpy
Kano e8d49bc0 2013-09-12T21:49:23 klondike fix bracket tabs indenting
Kano e11b6d7d 2013-10-03T23:21:03 api.c missing Klondike from ASIC list
Kano 51418f79 2013-10-03T23:19:18 Klondike update code to current git
Kano 26ee9abf 2013-10-03T22:37:22 Add Klondike to README
Kano b79f4446 2013-10-03T22:32:52 Add Klondike to ASIC-README
Kano 56b461c8 2013-10-03T22:29:26 Add 2nd CMR to 01-cgminer.rules
Kano 2a9527f1 2013-10-03T22:27:06 Add Klondike to 01-cgminer.rules
Kano 7b6a97fe 2013-09-10T13:49:44 Klondike to main directory
Kano 2f00a909 2013-09-10T13:45:43 Klondike consistent code spacing
Kano 5e3404bf 2013-09-10T12:36:50 Klondike update driver code to current git
Chris Savery 087159a3 2013-08-16T12:47:04 update firmware for 16 chips, add dist files
bkkcoins 1dc8ea76 2013-07-16T03:01:52 beta final 0.3.0 release
bkkcoins 1a755a58 2013-07-11T18:50:57 updated firmware, IOC method
bkkcoins 2fb4b629 2013-07-08T18:04:37 prevent nonces when not state W
bkkcoins 9bc1c8bc 2013-07-08T11:04:54 added driver config option support
bkkcoins 5ae1502b 2013-07-07T17:20:00 fixes for 300 MHz, fix K1 parts list
bkkcoins 72a5872a 2013-07-06T11:00:07 update driver, docs
bkkcoins cc1e9fb7 2013-07-05T00:08:13 update firmware & utils
bkkcoins 6176c52f 2013-07-02T21:43:38 updated cgminer driver for 3.3.1
root 8ddd6b2a 2013-07-02T20:40:54 update firmware and driver, create new cgminer fork
bkkcoins 88dc03d2 2013-06-15T14:58:07 update klondike driver
bkkcoins 46520a9f 2013-06-14T14:50:14 add cgminer driver file as-is
Con Kolivas 998182fc 2013-10-07T23:32:54 Add API output displaying USB cancellations.
Con Kolivas 585d4af4 2013-10-07T23:32:01 Store statistics on how often we have to cancel async bulk transfers and add a debug message whenever we do.
Con Kolivas 1d1efbe7 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.
Con Kolivas a798e14a 2013-10-02T06:53:25 Remove zero packet flag on usb as it's unsupported outside linux and unnecessary.
Con Kolivas 37509564 2013-10-01T17:34:32 Fake the libusb transfer timed out message if we force cancel it with our own async functions.
Con Kolivas a6a94070 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.
Con Kolivas 99176584 2013-09-30T21:30:11 Add libusb error warning message when significant error occurs.
Con Kolivas 87ddfcc8 2013-09-30T09:27:44 Disable bitfury device thread on it disappearing.
Con Kolivas d1c95832 2013-09-29T23:51:46 Bump version to 3.5.0
Con Kolivas 03dd347f 2013-09-29T23:51:04 Update NEWS.
Con Kolivas d120b9c5 2013-09-29T23:45:59 Merge branch 'redfury'
Con Kolivas 0a559984 2013-09-29T23:44:45 Add magic init sequence required on BF1 devices to get them mining on windows.
Con Kolivas 5f10ac80 2013-09-29T17:45:49 Merge branch 'master' of github.com:ckolivas/cgminer
Con Kolivas 14887ba8 2013-09-29T17:44:41 usbinfo.devlock is only ever write locked so convert it to a mutex
Con Kolivas ff90e6ae 2013-09-29T17:44:41 usbinfo.devlock is only ever write locked so convert it to a mutex
Kano c7fb4aad 2013-09-29T17:21:32 Icarus remove unneeded opt_debug tests due to applog being a macro
Kano ef62b281 2013-09-29T17:14:10 Icarus - CMR shouldn't wait the full timeout due to handle sharing
Con Kolivas 01e3c878 2013-09-29T15:16:25 We should only yield once in cg_wunlock
Con Kolivas 5683a114 2013-09-29T15:14:06 Provide a function to downgrade a cglock from a write lock to an intermediate variant.
Con Kolivas 5e1ebd50 2013-09-29T13:54:16 Deuglify use of _PARSE_COMMANDS macro expansions.
Con Kolivas 303a7631 2013-09-29T13:08:15 Deuglify use of usb parse commands macro in usbutils.
Con Kolivas 3dd798e6 2013-09-29T12:51:33 Merge branch 'master' of github.com:ckolivas/cgminer
Con Kolivas 55f29b81 2013-09-29T12:33:52 Use the driver add commands macros in api.c to avoid individually listing them.
Con Kolivas 1ef38f82 2013-09-29T12:28:43 Separate out asic fpga and opencl drivers in the driver parse commands macro for use individually as needed.
ckolivas 8b341ccd 2013-09-29T02:48:39 Use macro expansion in usb_find_devices to avoid explicitly listing them all.
ckolivas 0952a881 2013-09-29T02:45:45 Use macro expansion to iterate over all the drivers without explicitly writing them out in usbutils.c
ckolivas e279bc1f 2013-09-29T02:20:38 Iterate over the bitfury offsets in order of decreasing likelihood.
ckolivas 39c2e662 2013-09-28T23:12:29 Reattach the kernel driver on linux on usb_uninit.
ckolivas 3ef9fa3b 2013-09-28T23:09:26 Attach the kernel driver on failure to usb init on linux.
ckolivas 00aa8b4e 2013-09-28T23:05:39 libusb kernel driver operations are only available on linux.
ckolivas 2ec601e1 2013-09-28T16:00:55 There is no need to get the external prototypes for drivers in cgminer.c any more.
ckolivas f3294f74 2013-09-28T15:18:08 Remove unnecessary gpu_threads initialisation.
ckolivas 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.
ckolivas 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.
ckolivas 741b7430 2013-09-28T14:00:18 Forward declare all device drivers in miner.h avoiding the need to export them everywhere else.
ckolivas df54b768 2013-09-28T13:52:13 Add a noop function for driver detect when it's missing.
ckolivas 372c4095 2013-09-28T12:44:36 Reuse the DRIVER_ macros to avoid having yet another definition for DRV_
ckolivas 2903028e 2013-09-28T11:45:58 Use macro expansion to generate extern device_drv prototypes.
ckolivas 88751974 2013-09-28T10:25:48 Create a macro list of drivers to enable easier addition of further drivers.
Con Kolivas c50b13a6 2013-09-28T01:01:48 Merge branch 'master' of github.com:ckolivas/cgminer into redfury
Con Kolivas 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.
Kano f9476743 2013-09-27T18:48:41 icarus ensure all cmr interfaces are initialised properly
Kano 9b9dde16 2013-09-27T16:56:25 usbutils - fix USBDEBUG warnings
Con Kolivas 8d133706 2013-09-27T15:04:07 Remove unnecessary steps in communicating with BF1 and just use USB interface 1.
Kano 61c2ac57 2013-09-27T14:57:22 usbutils - usb_bulk_transfer fix the buf/data fix
Con Kolivas 2ba7fbe5 2013-09-27T14:35:35 Merge branch 'master' of github.com:ckolivas/cgminer into redfury
Kano ffea432f 2013-09-27T14:25:57 usb_bulk_transfer - use the allocated buffer
Con Kolivas 2fc5c1d0 2013-09-27T13:47:35 Set preferred packet sizes per interface on BF1.
Con Kolivas 621114c5 2013-09-27T13:08:36 Merge branch 'master' of github.com:ckolivas/cgminer into redfury
Kano d3a3b3a7 2013-09-27T13:07:04 usbutils allow PrefPacketSize per endpoint
Con Kolivas ce16bd2b 2013-09-27T12:38:02 Remove magic control sequences on open/close on BF1 and just flush the read buffers.
Con Kolivas b994a4c6 2013-09-27T11:25:13 Check return codes in getinfo and reset and fail as needed in BF1.
Con Kolivas 703724a3 2013-09-27T11:20:03 Check return code for bitfury_open and release resources properly on failed initialisation.
Con Kolivas 59b33c1a 2013-09-27T11:13:38 Abstract out flushing of interrupt reads in BF1 devices.
Con Kolivas 8e4909f8 2013-09-27T11:00:48 Merge branch 'master' of github.com:ckolivas/cgminer into redfury
Con Kolivas 93d4c09c 2013-09-27T10:54:24 Perform interrupt read after close message on BF1 as per serial close.
Con Kolivas 1f74b2cd 2013-09-27T10:50:33 Perform interrupt read flush as per serial open on BF1 devices.