|
438a3e99
|
2014-02-25T12:28:03
|
|
Icarus - ignore HW errors in hash rate ... and fix detection of them
|
|
c76647f2
|
2014-02-23T16:45:04
|
|
Use the share_work_tdiff function in the driver watchdogs.
|
|
2b6a204e
|
2014-02-23T13:34:24
|
|
Reset the icarus failing flag only when a valid nonce is found.
|
|
736f53f8
|
2014-02-22T11:35:06
|
|
Increase to 25 nonce ranges on icarus fail detect.
|
|
f85646c7
|
2014-02-22T11:07:23
|
|
Set icarus device fail time to be dependent on device speed to avoid falsely detecting failure on slower AMU devices.
|
|
832146ac
|
2014-02-21T11:52:19
|
|
Allow any arbitrary frequency to be specified for ANU devices and try to find the nearest frequency when initialising it, reporting if the frequency is not exactly as requested.
|
|
257fe00a
|
2014-02-18T22:19:45
|
|
Move driver statline padding to cgminer.c, expanding width of maximum displayable statistics and window width to add more info.
|
|
f1452c81
|
2014-02-15T09:01:07
|
|
Detect non-responsive icarus devices and attempt a usb reset before killing them after 2 minutes of no hashes.
|
|
5cda70e7
|
2014-02-14T08:09:17
|
|
Update various copyright dates
|
|
a630532a
|
2014-02-08T08:08:28
|
|
Adjust antminer U1 timing according to command line frequency set, fixing the need for icarus timing on the command line.
|
|
be961cd1
|
2014-02-07T14:39:05
|
|
Add support for ANU overclocking.
|
|
0d3a3a9c
|
2014-02-03T08:13:14
|
|
These may not be longs (eg: OSX)... fo a safe cast to ensure.
|
|
d2e6648c
|
2014-01-29T22:21:55
|
|
Add support for AntminerU1 devices with the icarus driver.
|
|
0da9c87e
|
2013-12-01T15:18:16
|
|
Deprecate the usb usecps function and just split up transfers equal to the maxpacketsize on usb1.1 devices.
|
|
3bc36eb0
|
2013-12-01T15:18:16
|
|
Deprecate the usb usecps function and just split up transfers equal to the maxpacketsize on usb1.1 devices.
|
|
0e60ca30
|
2013-11-22T23:21:44
|
|
Make usb_detect return the cgpu associated with it to check if it succeeds to decide on whether to increment the device count or not.
|
|
2b621b6b
|
2013-11-09T11:19:12
|
|
Remove GPU mining code.
|
|
7011a7a0
|
2013-11-05T19:20:38
|
|
Statline before is too long on icarus that doesn't have monitoring.
|
|
8fb7a0d1
|
2013-11-04T08:45:09
|
|
Always use a usb read buffer instead of having to explicitly enable it.
|
|
fc80e2fe
|
2013-11-03T20:31:04
|
|
Deprecate preferred packet size functions in usbutils since they're unhelpful.
|
|
e22035f0
|
2013-10-25T05:10:08
|
|
Check for presence of thr in icarus get nonce for startup nonce testing to work.
|
|
f8fdff4a
|
2013-10-25T04:25:32
|
|
Use cancellable usb transfers in the icarus driver to avoid having to loop and poll when waiting for a response and to speed up work restart response time.
|
|
330e6428
|
2013-10-15T10:03:03
|
|
Convert icarus driver to hash_driver_work model.
|
|
58c5ebba
|
2013-10-15T10:03:03
|
|
Convert icarus driver to hash_driver_work model.
|
|
39ac69c1
|
2013-10-09T14:09:47
|
|
CMR allow sending flash and clock commands
|
|
680a1aea
|
2013-10-04T00:10:10
|
|
Icarus - use a data structure for I/O rather than magic numbers
|
|
5c517803
|
2013-10-04T02:01:49
|
|
Icarus CMR2 detect FPGA setup
|
|
d3033520
|
2013-10-04T00:10:10
|
|
Icarus - use a data structure for I/O rather than magic numbers
|
|
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
|
|
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.
|
|
88751974
|
2013-09-28T10:25:48
|
|
Create a macro list of drivers to enable easier addition of further drivers.
|
|
f9476743
|
2013-09-27T18:48:41
|
|
icarus ensure all cmr interfaces are initialised properly
|
|
36d86534
|
2013-09-26T20:58:29
|
|
usbutils - interfaces must all be on one handle - ep implies the interface
|
|
d17f0e7a
|
2013-09-22T00:13:35
|
|
icarus support CMR with no extensions
|
|
a6e44cb3
|
2013-08-31T15:40:23
|
|
ICA optional limit timing with short=N or long=N
|
|
dbac7f53
|
2013-07-21T15:53:36
|
|
Revert "Sleep after sending icarus work to emulate working at 115200 baud."
This reverts commit 4aaeb510c82f93f33120cd021afcc17d3b12234f.
There is a baud emulation function now.
|
|
ad1572f7
|
2013-07-06T20:17:17
|
|
size check get_datestamp/get_timestamp and remove unused cgpu->init
|
|
9ecef180
|
2013-06-26T12:53:05
|
|
usbutils/icarus include more locking to usbdev access
|
|
56767585
|
2013-06-26T11:50:56
|
|
Icarus turn on cps delays by default
|
|
527c6ee2
|
2013-06-25T21:35:21
|
|
usbutils optional cps IO control - but not enabled
|
|
4e155fd6
|
2013-06-22T22:33:10
|
|
Hard code the preferred packet size for AMU, BLT and ICA.
|
|
cbf3a79d
|
2013-06-22T20:11:45
|
|
Icarus enable the read buffer for the detect nonce
|
|
45fda135
|
2013-06-21T18:57:32
|
|
undo icarus show errno, put it as debug in ubsutils
|
|
0df870b3
|
2013-06-21T18:34:22
|
|
icarus add errno to rerr and werr
|
|
4aaeb510
|
2013-06-21T18:22:08
|
|
Sleep after sending icarus work to emulate working at 115200 baud.
|
|
7eba9634
|
2013-06-15T22:03:56
|
|
remove varargs from logging/quit/in general as much as possible
|
|
65e21f18
|
2013-06-12T22:05:35
|
|
Icarus driver elaspsed timeout shouldn't be just USB I/O
|
|
b8b137ae
|
2013-06-10T15:59:02
|
|
USB make device_path handled by usbutils
|
|
749fa78d
|
2013-06-10T15:39:44
|
|
tidy up free in device detect functions
|
|
9287ee90
|
2013-06-10T15:22:37
|
|
USB control creation and free of cgpu
|
|
8478ee44
|
2013-06-07T07:02:55
|
|
AMU usbstatus correct name from enable UART
|
|
a7425c6c
|
2013-06-07T01:52:51
|
|
Icarus AMU enable the UART
|
|
161165dc
|
2013-06-05T12:04:57
|
|
Icarus use buffered USB reading
|
|
6aed9a51
|
2013-06-05T01:49:48
|
|
bflsc & icarus use usb_ftdi_set_latency
|
|
1c64f3b6
|
2013-06-04T13:17:57
|
|
usb set FTDI latency higher to minimise status bytes
|
|
77d040cb
|
2013-05-31T01:34:23
|
|
Icarus add delays during intialisation
|
|
25779924
|
2013-05-30T17:55:24
|
|
Fix mingw build warnings in icarus driver.
|
|
05cbbd99
|
2013-05-28T23:56:30
|
|
CMR handle baud options
|
|
df8566a7
|
2013-05-28T22:44:03
|
|
usb/ica add more (incomplete) CMR settings
|
|
64b6b7cb
|
2013-05-27T21:39:10
|
|
Icarus report data direction with comms errors
|
|
6e0f9347
|
2013-05-23T00:39:55
|
|
icarus do the full detect test twice if required
|
|
511bbb05
|
2013-05-22T23:49:08
|
|
CMR usb config guess
|
|
87d994b6
|
2013-05-22T23:22:00
|
|
usb add transfer_read and commented out in icarus
|
|
0c3f00c5
|
2013-05-20T21:58:04
|
|
icarus ICA initialisation
|
|
685d0ef1
|
2013-05-20T13:41:46
|
|
icarus report err on read failure
|
|
350e7f89
|
2013-05-20T02:59:30
|
|
icarus correct device_id and use device_data for icarus_info
|
|
56a96b41
|
2013-05-20T00:48:15
|
|
icarus AMU config transfers
|
|
ddf008f0
|
2013-05-19T22:09:49
|
|
icarus set default options/timing based on device
|
|
a4697bed
|
2013-05-19T21:11:45
|
|
icarus report usb write error information
|
|
d06c8f65
|
2013-05-19T19:36:08
|
|
Add name to icarus copyright notice.
|
|
e43f265a
|
2013-05-19T19:09:13
|
|
usbutils name latency correctly
|
|
1c5c8df6
|
2013-05-19T18:36:02
|
|
Check for restart before buffering more reads in Icarus.
|
|
4ba6cba8
|
2013-05-19T18:34:35
|
|
Icarus should timeout if it's greater than the timeout duration even if it's receiving data.
|
|
f4843877
|
2013-05-19T18:28:04
|
|
We should check for amount buffered in icarus get_nonce against amount already received.
|
|
41e6f48f
|
2013-05-19T14:02:25
|
|
Fix first read timeout on icarus get nonce.
|
|
9ecacb2c
|
2013-05-19T14:01:55
|
|
Retry icarus_initialise if the first read attempt fails.
|
|
5e588d87
|
2013-05-18T01:56:00
|
|
icarus test nodev everywhere
|
|
250e4353
|
2013-05-18T01:39:56
|
|
usbutils/icarus separate FTDI transfer values and more debug
|
|
9f46aa90
|
2013-05-17T15:14:48
|
|
icarus->USB v0.1 incomplete - missing initialise()
|
|
95fe655f
|
2013-05-02T23:26:02
|
|
ica correct applog typing
|
|
79df6b9f
|
2013-04-21T19:18:15
|
|
Use cgtime in driver-icarus.c
|
|
c9ae7150
|
2013-04-04T22:59:10
|
|
Compile CPU mining for win32 and win64
|
|
7abf30b2
|
2013-02-03T22:51:05
|
|
distinguish between drv and it's id enum now called drv_id
|
|
d0577919
|
2013-01-22T21:58:33
|
|
Capitalise driver long names used in applog messages
|
|
94476100
|
2013-01-17T19:55:08
|
|
ICA use drv->name
|
|
a344deb6
|
2013-01-05T23:47:26
|
|
rename device_api -> device_drv and all related api -> drv and add a device_drv->drv enum for identifying which driver each is
|
|
9f74e650
|
2012-11-04T20:13:49
|
|
Tidy up device error counts
|
|
99adf397
|
2012-10-16T19:47:31
|
|
Failure to calloc in bin2hex is a fatal failure always so just check for that failure within the function and abort, simplifying the rest of the code.
|
|
0a902071
|
2012-10-07T13:22:17
|
|
Merge branch 'master' into stratum
|
|
c113534f
|
2012-10-04T15:35:28
|
|
Begin support for mingw stratum build.
Conflicts:
configure.ac
|
|
c2b1504e
|
2012-09-30T17:44:36
|
|
Icarus USB write failure is also a comms error
|
|
aaaa8a52
|
2012-09-30T17:37:01
|
|
Icarus catch more USB errors and close/reopen the port
|
|
ad7aa2b3
|
2012-09-16T11:42:51
|
|
FPGA - allow long or short device names in detect code + style police
|
|
fe7a967d
|
2012-09-15T00:39:54
|
|
Icarus - ignore hardware errors in timing mode
|
|
b8b9c468
|
2012-08-02T07:58:05
|
|
ICA default fpga_count to work_division if specified
|
|
e067be42
|
2012-08-01T22:50:30
|
|
ICA support 57600 baud rate, up to 8 FPGA and partial working FPGA boards
|
|
5c7e0308
|
2012-07-11T22:59:58
|
|
Modify te scanhash API to use an int64_t and return -1 on error, allowing zero to be a valid return value.
|
|
d4af2d05
|
2012-07-06T02:39:32
|
|
Turn work_restart array into a bool in thr_info
|