|
c0c5c060
|
2013-05-30T16:32:12
|
|
Provide some defaults for avalon if none are specified and do not try to claim the device if it fails to reset with them and no options are specified.
|
|
94bbb1a1
|
2013-05-30T14:20:43
|
|
Bump version to 3.2.0 signifying major update.
|
|
6fa32c92
|
2013-05-30T13:49:54
|
|
Revert "Perform execv in a forked child process, waiting on the original to exit to allow resources to be released."
This reverts commit b0fa94d52a26cde776e566bb04c809b3b9f18de4.
Loses control of the terminal.
|
|
2b781824
|
2013-05-30T12:16:19
|
|
Set the fanspeed to the nominal chosen for GPUs.
|
|
78d6bee1
|
2013-05-30T12:03:16
|
|
Inverted sem_init logic.
|
|
b0fa94d5
|
2013-05-30T12:00:17
|
|
Perform execv in a forked child process, waiting on the original to exit to allow resources to be released.
|
|
dd534a86
|
2013-05-30T11:47:16
|
|
Document avalon options in ASIC-README
|
|
f4a9a8e6
|
2013-05-30T11:43:25
|
|
Do avalon driver detection last as it will try to claim any similar device and they are not reliably detected.
|
|
274bf694
|
2013-05-30T11:20:42
|
|
Clamp initial GPU fanspeed to within user specified range.
|
|
cc04d3ab
|
2013-05-30T11:01:29
|
|
Use a counting semaphore to signal the usb resource thread that it has work to do.
|
|
dfab6a98
|
2013-05-30T10:18:09
|
|
Avalon fan factor is already multiplied into the info values.
|
|
06b9e0c4
|
2013-05-30T10:16:04
|
|
Get rid of zeros which corrupt display.
|
|
23736383
|
2013-05-30T10:14:10
|
|
Logic fail on minimum fanspeed reporting.
|
|
8bbb1793
|
2013-05-30T10:12:14
|
|
Provide a workaround for fan0 sensor not being used on avalon and pad fan RPM with zeros.
|
|
86b59c47
|
2013-05-30T10:05:16
|
|
Add ambient temp and lowest fan RPM information to avalon statline.
|
|
6dcdd543
|
2013-05-30T09:22:35
|
|
Display max temperature and fanspeed data for avalon.
|
|
185cac3e
|
2013-05-29T23:30:27
|
|
Set devices to disabled after they exit the hashing loops to prevent the watchdog thread from trying to act on them.
|
|
502c7bcb
|
2013-05-29T23:06:18
|
|
Add avalon driver to hotplug.
|
|
a10371b9
|
2013-05-29T23:03:32
|
|
Shut down the avalon mining thread if the device disappears.
|
|
641883a5
|
2013-05-29T16:35:34
|
|
Check for no usb device in usb_ftdi_cts
|
|
f3093803
|
2013-05-29T16:29:49
|
|
Check for valid usbdev in _usb_read in case the device has been unplugged.
|
|
99b117be
|
2013-05-29T12:26:12
|
|
Scanhash functions perform driver shutdown so don't repeat it.
|
|
ee2671a5
|
2013-05-29T12:18:35
|
|
Change the opencl shutdown sequence.
|
|
5b9cf0f0
|
2013-05-29T12:06:06
|
|
Send the shutdown message to threads and do the thread shutdown functions before more forcefully sending pthread_cancel to threads.
|
|
173119d5
|
2013-05-29T11:49:10
|
|
Use the cgpu_info shutdown to determine when to stop the avalon read and write threads.
|
|
60bb463c
|
2013-05-29T11:45:47
|
|
Use semaphores to signal a reset to pause the read thread while the write thread does the actual reset, making all writes come from the same place.
|
|
2f4280b4
|
2013-05-29T09:19:34
|
|
Remove now unneeded fgpautils.h include from avalon.
|
|
fa059b3c
|
2013-05-29T00:39:16
|
|
usb_transfer_read should also not play with the endianness.
|
|
0177b410
|
2013-05-29T00:33:56
|
|
Use the USB wrappers for avalon, telling usbutils that we want the raw data.
|
|
d1337427
|
2013-05-29T00:15:30
|
|
Use separate ep for avalon tasks vs avalon reset and do not loop in write indefinitely.
|
|
876e7e58
|
2013-05-29T00:01:54
|
|
Merge branch 'icarus-dev' into usbdev
Conflicts:
usbutils.h
|
|
772b354e
|
2013-05-28T23:59:07
|
|
Remove unneeded function and checks in avalon write code.
|
|
05cbbd99
|
2013-05-28T23:56:30
|
|
CMR handle baud options
|
|
33e83eb7
|
2013-05-28T23:54:16
|
|
work_restart is reset within the queued hash work loop.
|
|
5900c024
|
2013-05-28T23:48:26
|
|
Fix avalon shutdown sequence.
|
|
6972ec62
|
2013-05-28T23:33:32
|
|
Execute driver shutdown sequence during kill_work.
|
|
7c645ffd
|
2013-05-28T23:02:29
|
|
Use nusleep in avalon_get_results in place of nmsleep.
|
|
d52ab244
|
2013-05-28T23:00:14
|
|
Provide an nusleep equivalent function to nmsleep.
|
|
df8566a7
|
2013-05-28T22:44:03
|
|
usb/ica add more (incomplete) CMR settings
|
|
7740ed83
|
2013-05-28T21:15:33
|
|
Give a buffer of perceived results in avalon during idle periods to allow for results once it becomes active again.
|
|
adb2ea67
|
2013-05-28T20:50:53
|
|
libusb_control_transfer are meant to be endian specific, but host endianness so no conversion is needed.
|
|
6041be61
|
2013-05-28T17:07:49
|
|
Reuse old MTX Handle
|
|
5b7e435f
|
2013-05-28T10:46:48
|
|
usbutils check all memory allocation
|
|
2f94ec80
|
2013-05-27T23:30:18
|
|
usb separate thread for resource locking and modified windows locking code
|
|
64b6b7cb
|
2013-05-27T21:39:10
|
|
Icarus report data direction with comms errors
|
|
7ef11e2b
|
2013-05-27T21:02:32
|
|
Set the read and write threads for avalon to not cancel within libusb functions and wait for the threads to pthread_join on shutdown.
|
|
7506e499
|
2013-05-27T20:37:21
|
|
Offset needs to be incremented after avalon reads.
|
|
7748c469
|
2013-05-27T20:29:35
|
|
Make the avalon_read function parse the ftdi responses appopriately.
|
|
2a222ecf
|
2013-05-27T20:04:12
|
|
Use the avalon read timeout to completion if no data has been read.
|
|
e255f747
|
2013-05-27T19:55:02
|
|
wait_avalon_ready should only be used before writes.
|
|
51a44fa7
|
2013-05-27T17:52:34
|
|
Ask for the correct amount to read in avalon get results.
|
|
0316592b
|
2013-05-27T17:48:54
|
|
Spawn the avalon read thread first with info->reset set to discard any data till work is adequately queued.
|
|
6ce6cd54
|
2013-05-27T17:42:51
|
|
Use direct usb read commands to avoid ftdi data being automatically cut off in avalon reads.
|
|
b73ab488
|
2013-05-27T17:28:49
|
|
Do a simple usb_read_once for the avalon result from a reset command.
|
|
f1ffe986
|
2013-05-27T17:18:49
|
|
Make sure avalon is ready to receive more usb commands before sending them.
|
|
a32e521d
|
2013-05-27T17:17:42
|
|
Implement avalon_ready and avalon_wait_ready functions for when usb is ready to receive commands.
|
|
7ad8af19
|
2013-05-27T17:08:06
|
|
avalon_read should not loop but just return whatever it has succeeded in reading.
|
|
2c633fdb
|
2013-05-27T15:54:07
|
|
Set avalon_info to device data void struct.
|
|
c478b302
|
2013-05-27T15:48:54
|
|
Specify avalon in avalon_reset.
|
|
269a8de9
|
2013-05-27T15:43:22
|
|
First pass rewriting serialdev into direct usb dev for avalon driver.
|
|
8fea60f3
|
2013-05-27T15:01:13
|
|
Define a cts equivalent for direct usb and use it for avalon driver full.
|
|
9650bfd6
|
2013-05-27T14:58:08
|
|
Compile usbutils into avalon driver.
|
|
2d4a1db5
|
2013-05-27T14:37:41
|
|
Merge branch 'icarus-dev' into avalon-usbdev
|
|
8595f3bd
|
2013-05-27T13:41:57
|
|
Check results come in at least at 2/3 the rate they should be on avalon and if not, reset it.
|
|
91edf84c
|
2013-05-27T12:39:32
|
|
Give a warning but don't reset if the avalon buffer is full early.
|
|
abfaf361
|
2013-05-27T12:30:13
|
|
Discard any reads obtained from the avalon get results thread during a reset.
|
|
c1dd0525
|
2013-05-27T12:20:34
|
|
Differentiate initial reset in avalon from subsequent ones.
|
|
589e0877
|
2013-05-27T11:11:44
|
|
Perform a mandatory reset if the avalon buffer signals it's full before it has queued its normal quota of work.
|
|
b7901539
|
2013-05-27T01:33:54
|
|
Wait till buffer is cleared after sending idle tasks to avalon before returning from avalon_idle.
|
|
f1644462
|
2013-05-27T01:32:31
|
|
Lock qlock mutex during reset from read thread in avalon to prevent more work being sent till the reset is over.
|
|
499b2506
|
2013-05-27T01:29:57
|
|
Reset avalon if we continue to be unable to send all the work items.
|
|
b2b594b8
|
2013-05-27T00:53:24
|
|
Revert "Don't reset result counter to zero if it's negative in avalon on just one successful share."
This reverts commit ce0a9cd3a4620e18e391be5ce88c92a606b1fddf.
This wasn't the problem.
|
|
ce0a9cd3
|
2013-05-27T00:28:56
|
|
Don't reset result counter to zero if it's negative in avalon on just one successful share.
|
|
4c3fe39e
|
2013-05-26T21:50:31
|
|
Add avalon reset response to debugging output.
|
|
d0132a77
|
2013-05-26T21:34:53
|
|
Do a wait_avalon_ready before sending a reset code.
|
|
1f493d64
|
2013-05-26T21:30:55
|
|
Iterate over spare bytes in the avalon result returned from a reset request trying to find the beginning of the reset.
|
|
467d1497
|
2013-05-26T21:21:11
|
|
Idle avalon after reset.
|
|
1ef027c4
|
2013-05-26T21:14:17
|
|
Check for nothing but consecutive bad results on avalon and reset the FPGA if it happens.
|
|
44736b30
|
2013-05-26T20:59:40
|
|
Make submit_nonce return a bool for whether it's a valid share or not.
|
|
e90cf62a
|
2013-05-26T17:07:27
|
|
Unset the work restart flag sooner in avalon_flush_work to avoid re-entering the flush work function and just reset the queued counter instead of rotating the array to avoid runs of no valid work.
|
|
0a9d7ca6
|
2013-05-26T16:46:43
|
|
Implement an avalon_flush_work function for work restarts.
|
|
3c39d75f
|
2013-05-26T16:26:42
|
|
Shut down avalon read and write threads and idle the miners on closing it.
|
|
c9ca6ca7
|
2013-05-26T16:15:10
|
|
Tighter control over work submissions in avalon allows us to use a smaller array.
|
|
db7c72b8
|
2013-05-26T14:59:05
|
|
Rotate avalon array to reset the queued count before releasing the lock so work will always be available on next pass.
|
|
66e27a10
|
2013-05-26T14:37:45
|
|
Move avalon read thread start till after conditional wait, store idle status in avalon_info and use it to determine whether an error is appropriate or not.
|
|
0763070c
|
2013-05-26T14:29:28
|
|
Wait till the avalon_send_tasks thread has filled the avalon with idle work before starting the avalon_get_results thread.
|
|
7cf154bf
|
2013-05-26T14:23:14
|
|
Use AVA_GETS_OK macro in avalon_read.
|
|
ebf88552
|
2013-05-26T14:18:21
|
|
Do all writes on avalon with a select() timeout to prevent indefinite blocking and loop if less than desired is written.
|
|
596784aa
|
2013-05-26T14:08:21
|
|
Check explicitly that ava_buffer_full equals the macro.
|
|
e9e6ad82
|
2013-05-26T13:58:12
|
|
Send initial reset as an avalon task to remove avalon_write function.
|
|
e27ca544
|
2013-05-26T13:53:02
|
|
avalon_clear_readbuf is no longer required.
|
|
7dc3485f
|
2013-05-26T13:39:42
|
|
Check for 2 stray bytes on avalon reset.
|
|
629feb5f
|
2013-05-26T13:16:19
|
|
Create a separate thread for handling all work and idle submission to the avalon which messages the scanhash function it has completed to update statistics.
|
|
6c952105
|
2013-05-26T10:49:42
|
|
usbutils ensure it compiles without stats
|
|
aa9bf2cb
|
2013-05-26T10:33:47
|
|
usbutils include transfer mode in usbstats
|
|
c87f4c30
|
2013-05-26T09:04:24
|
|
Give the avalon get results thread name the device number as well.
|
|
4076e6b3
|
2013-05-26T08:57:02
|
|
Make sure we're not adjusting temps on every successful work retrieval on avalon.
|
|
4784ecce
|
2013-05-26T08:55:03
|
|
Count missing work items from behind a successful work read in avalon as well.
|
|
70a3e885
|
2013-05-26T08:42:41
|
|
Change message for work not found in avalon parser.
|
|
b1b93054
|
2013-05-26T08:34:06
|
|
usbutils handle bulk_transfer partial writes
|