Log

Author Commit Date CI Message
Con Kolivas 023ca6a1 2013-10-07T17:17:20 Remove devlock lock contention statistics since transfers are all done under read lock now.
Con Kolivas 59ff31d8 2013-10-07T17:11:33 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 7da454ce 2013-10-07T15:38:03 Merge branch 'master' into libusbx
Con Kolivas 2d1ba75e 2013-10-07T15:37:34 Prevent overflows in us_tdiff and ms_tdiff.
Con Kolivas 3b266594 2013-10-07T14:57:08 Merge branch 'master' into libusbx Conflicts: api.c miner.h usbutils.c
Con Kolivas 03e80514 2013-10-07T12:00:49 Change second initialise message on bitfury verbose mode.
Con Kolivas dbef95f7 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.
Con Kolivas 4c79252d 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 b5c49aef 2013-10-04T14:26:47 Typo in configure.ac
ckolivas 052e4348 2013-10-04T12:00:41 Remove unmaintained broken ztex driver.
Kano d3033520 2013-10-04T00:10:10 Icarus - use a data structure for I/O rather than magic numbers
Kano 14d2349b 2013-10-04T00:05:39 delete old tracked ccan/opt/*.o files
kanoi 2843670a 2013-10-03T06:37:19 Merge pull request #500 from kanoi/klondike Klondike
Kano 2270a932 2013-09-26T12:24:13 klondike correct cvtKlnToC() temperature calculation
Kano f300171c 2013-09-24T13:23:12 klondike - correct 1st reply debug based on define
Kano 3b9e39fa 2013-09-24T13:17:19 klondike - debug dump structured replies
Kano 5154e847 2013-09-24T12:46:09 klondike - avoid division by zero if maxcount is unexpectedly zero
Kano 2dc54366 2013-09-23T20:16:15 klondike store and report errorcount and noise
Kano 0fd939e7 2013-09-23T09:01:00 klondike - fix chipstats api stats buffer overrun with 16 chips
Kano 9b1ac179 2013-09-22T23:41:06 klondike add new nonecount only once
Kano d7ce4493 2013-09-22T22:56:24 klondike - report mh/s based on nonces found + put old estimate into API stats
Kano 7cbe0dbf 2013-09-19T23:23:36 klondike use a memcpy
Kano 9b6ae5bc 2013-09-12T21:49:23 klondike fix bracket tabs indenting
Kano 521ee0a9 2013-10-03T23:21:03 api.c missing Klondike from ASIC list
Kano dc85abd9 2013-10-03T23:19:18 Klondike update code to current git
Kano a1d84775 2013-10-03T22:37:22 Add Klondike to README
Kano f61140e0 2013-10-03T22:32:52 Add Klondike to ASIC-README
Kano 778c6da6 2013-10-03T22:29:26 Add 2nd CMR to 01-cgminer.rules
Kano 45c8b58d 2013-10-03T22:27:06 Add Klondike to 01-cgminer.rules
Kano 86045d81 2013-09-10T13:49:44 Klondike to main directory
Kano 9621f013 2013-09-10T13:45:43 Klondike consistent code spacing
Kano 4d2fa5bf 2013-09-10T12:36:50 Klondike update driver code to current git
Chris Savery e4638aa9 2013-08-16T12:47:04 update firmware for 16 chips, add dist files
bkkcoins eeaaabbb 2013-07-16T03:01:52 beta final 0.3.0 release
bkkcoins 3d6cd8e3 2013-07-11T18:50:57 updated firmware, IOC method
bkkcoins 63d8dbd3 2013-07-08T18:04:37 prevent nonces when not state W
bkkcoins fe8bb058 2013-07-08T11:04:54 added driver config option support
bkkcoins 6b705d42 2013-07-07T17:20:00 fixes for 300 MHz, fix K1 parts list
bkkcoins 9c522a08 2013-07-06T11:00:07 update driver, docs
bkkcoins 95d102eb 2013-07-05T00:08:13 update firmware & utils
bkkcoins 3cbb2814 2013-07-02T21:43:38 updated cgminer driver for 3.3.1
root 158f3273 2013-07-02T20:40:54 update firmware and driver, create new cgminer fork
bkkcoins 2b3abd1b 2013-06-15T14:58:07 update klondike driver
bkkcoins 581271b0 2013-06-14T14:50:14 add cgminer driver file as-is
Con Kolivas e40b1c17 2013-10-03T12:07:36 Add API output displaying USB cancellations.
Con Kolivas 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.
Con Kolivas 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.
Con Kolivas be9a4cf6 2013-10-03T09:40:34 Merge branch 'master' of github.com:ckolivas/cgminer
Con Kolivas 3eece618 2013-09-30T21:50:06 Get statistics on how long usb reads and writes wait on the devlock.
Con Kolivas 064c0ddf 2013-09-30T22:04:22 Display stats regarding locking delays in API.
Con Kolivas c5d61b4c 2013-10-02T06:53:25 Remove zero packet flag on usb as it's unsupported outside linux and unnecessary.
Con Kolivas 382433eb 2013-10-01T17:34:32 Fake the libusb transfer timed out message if we force cancel it with our own async functions.
Con Kolivas 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.
Con Kolivas 04e58051 2013-10-01T00:49:15 Add needed EXTRA_DIST for libusbx.
Con Kolivas 64709242 2013-10-01T00:33:02 Update libusbx configure.ac changes.
Con Kolivas 6cbd2916 2013-10-01T00:20:34 Revert libusb Makefile changes from going to libusbx.
Con Kolivas 5b279813 2013-09-30T22:04:22 Display stats regarding locking delays in API.
Con Kolivas b3ceb7e2 2013-09-30T21:50:06 Get statistics on how long usb reads and writes wait on the devlock.
Con Kolivas d2f99cbe 2013-09-30T21:30:11 Add libusb error warning message when significant error occurs.
Con Kolivas fb955af7 2013-09-30T11:58:25 Fix trivial libusbx warnings.
Con Kolivas 677e9816 2013-09-30T11:43:39 Convert libusb-1.0.16-rc10 to libusbx-1.0.17
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