Log

Author Commit Date CI Message
Con Kolivas a681e722 2013-10-11T17:43:35 Bump version to 3.5.1
Con Kolivas 4be04e2b 2013-10-11T17:43:03 Update NEWS for 3.5.1 release.
Con Kolivas 749d2109 2013-10-11T16:04:23 Avoid calling get_statline_before on exit to avoid trying to use it on drivers in an indeterminate state.
Con Kolivas c980ece6 2013-10-11T15:58:29 Avoid calling get_statline on exit.
Con Kolivas 6d6e9195 2013-10-11T12:00:39 Drop logging level for failed to connect to stratum to verbose mode only since we hit it regularly.
Con Kolivas b30ae4a2 2013-10-09T23:06:46 Use fractional hashrate return values in bitfury_scanhash to minimise the number of times we return 0 based on hashrate so far to further damp out displayed hashrate.
Con Kolivas 32bc7461 2013-10-09T22:17:56 Check for presence of driver name in DRIVER_COUNT_FOUND to prevent strcmp on a null pointer when a driver is not built in.
kanoi a715d27a 2013-10-08T20:26:57 Merge pull request #501 from kanoi/cmr Cairnsmore1 support clock/identify commands via the API
Kano d97c3a4b 2013-10-09T14:17:47 API-README update pgaset, pgaidentify and ascset docs
Kano 39ac69c1 2013-10-09T14:09:47 CMR allow sending flash and clock commands
Con Kolivas 2834eb8d 2013-10-08T23:35:22 Kill off threads that have failed using hash_sole_work instead of just disabling them.
Con Kolivas bdbe9dd5 2013-10-08T23:26:23 Make the bf1 getinfo size a macro
Con Kolivas e05bfddc 2013-10-08T23:18:57 Failing to add_cgpu in bitfury should be a terminal failure.
Con Kolivas 078f7f47 2013-10-08T23:15:15 Check return values when attempting to open a BF1 device and set the msg size as a macro.
Con Kolivas a5ed1771 2013-10-08T22:23:51 Revert "Further smooth out avalon hashrate by limiting the maximum number of nonces counted each cycle to 1 per miner, saving them for later cycles." This reverts commit 7be59992c121a61e56402cec21508e39401fad6c. Of dubious utility since a full nonce range is not scanned before loading more work.
Con Kolivas 7be59992 2013-10-08T22:17:00 Further smooth out avalon hashrate by limiting the maximum number of nonces counted each cycle to 1 per miner, saving them for later cycles.
Con Kolivas dc9c3783 2013-10-08T22:05:01 Display errors on failed usb read and write and consider sequential IO errors a permanent failure.
Con Kolivas a22f5bfd 2013-10-07T19:50:38 Use libusb's own error name function instead of hand coding the error names.
Con Kolivas 936fca4d 2013-10-07T20:38:24 Limit ms_tdiff to 1 hour as a sanity check.
Con Kolivas f8e28f25 2013-10-08T20:42:36 Try switching pools if for some reason we end up with only idle pools and have ended up current_pool set to an idle one.
Con Kolivas 3b527f14 2013-10-08T20:41:13 Check a pool is stable for >5 mins before switching back to it.
Con Kolivas 2d1ba75e 2013-10-07T15:37:34 Prevent overflows in us_tdiff and ms_tdiff.
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 5c517803 2013-10-04T02:01:49 Icarus CMR2 detect FPGA setup
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 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 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