|
812f5302
|
2014-02-09T09:49:33
|
|
ANU frequency is in MHz, not hex.
|
|
d73ac707
|
2014-02-08T21:04:18
|
|
Remove bitfury devices from the usb list on shutdown in case they have stopped responding but have not had a fatal usb error.
|
|
e447b697
|
2014-02-08T11:20:41
|
|
Bump version to 3.12.3
|
|
c0736bcb
|
2014-02-08T11:20:18
|
|
Update NEWS
|
|
693f4a11
|
2014-02-08T11:14:55
|
|
Put the hashfast temperature into the cgpu structure so that it shows up in the devs API call.
|
|
49da1e78
|
2014-02-08T11:09:11
|
|
We shouldn't block on no work situations directly from the getwork scheduler itself.
|
|
a52b37b6
|
2014-02-08T11:01:52
|
|
Revert "Make the pthread cond wait in the getwork scheduler a timed wait in case we miss a wakeup."
This reverts commit 47a20fb8e813f427357dd8133f811e45f6892ede.
Wrong fix.
|
|
37439a12
|
2014-02-08T08:12:53
|
|
Bump version to 3.12.2
|
|
70731d19
|
2014-02-08T08:12:33
|
|
Update NEWS.
|
|
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.
|
|
2614321a
|
2014-02-08T07:51:06
|
|
Read pipe errors that don't clear are worth attempting to reset the usb.
|
|
d883396e
|
2014-02-08T07:47:34
|
|
Revert "Do away with usb resets entirely since we retry on both pipe and io errors now and they're of dubious value."
This reverts commit 4cde067658c9f34a6a98ad5385145432c44eb571.
|
|
47a20fb8
|
2014-02-08T07:42:53
|
|
Make the pthread cond wait in the getwork scheduler a timed wait in case we miss a wakeup.
|
|
0ce87a56
|
2014-02-07T14:58:29
|
|
Bump version to 3.12.1
|
|
a4ad66bb
|
2014-02-07T14:57:39
|
|
Update NEWS.
|
|
d582f34e
|
2014-02-07T14:50:11
|
|
Document new features for antminer U1 and hfa devices.
|
|
be961cd1
|
2014-02-07T14:39:05
|
|
Add support for ANU overclocking.
|
|
e8e65d54
|
2014-02-07T13:36:15
|
|
Increase hfa fanspeed by more if we're rising in temp above the target than if the temp is staying the same.
|
|
fa26f8df
|
2014-02-07T13:28:05
|
|
Add debug output when get_work() is blocked for an extended period and add grace time to the device's last valid work to prevent false positives for device failure.
|
|
bcae3a91
|
2014-02-07T09:35:27
|
|
Issue a shutdown prior to a reset command for hfa devices and lock access to reads awaiting the response if the device is already running.
|
|
7d64e807
|
2014-02-07T08:55:31
|
|
Do not register as successful a hfa init sequence that reports the clockrate as zero.
|
|
d6d04562
|
2014-02-07T08:48:40
|
|
Show device info in noffset nonce share above target message.
|
|
83ba8e05
|
2014-02-07T08:43:31
|
|
Widen lines in top menu to fit extra large share values.
|
|
4887025a
|
2014-02-07T08:33:00
|
|
Only show one decimal place if pool diff is not an integer.
|
|
2b1685c0
|
2014-02-07T01:08:39
|
|
Show serial number as a hex value in hfa verbose startup.
|
|
c4267e66
|
2014-02-07T01:00:35
|
|
Slowly remove work even if it's not being used to keep the getwork counter incrementing even if work is not used and as a test that pools are still working.
|
|
07415113
|
2014-02-06T17:06:56
|
|
Increase the maximum diff between hfa dies to 100Mhz.
|
|
1cc0ca31
|
2014-02-06T16:36:28
|
|
Show which hfa die is bringing down all the others when decreasing all the clock speeds.
|
|
b568177b
|
2014-02-06T16:25:13
|
|
Increase the decrease when temp has increased more and we want to decrease it on hfa.
|
|
3f88b7b9
|
2014-02-06T16:08:24
|
|
Give device info with share above target message.
|
|
f24e56bc
|
2014-02-06T16:04:40
|
|
Allow throttling of hfa dies more frequently and increasing of speeds less frequently.
|
|
62a8dfa3
|
2014-02-06T15:46:53
|
|
Fix dud revert.
|
|
5f4ee5b6
|
2014-02-06T15:46:05
|
|
Revert "Only adjust die speeds as well as fanspeeds on hfa if we've taken enough temperature samples."
This reverts commit 0a0418d8a608de53ac84c7ad4cee32290b8c6882.
|
|
e4297d97
|
2014-02-06T15:39:18
|
|
Wait after sending a hfa shutdown to allow the device to properly shut down before possibly sending it more commands.
|
|
485a093d
|
2014-02-06T15:34:18
|
|
Minimise the die clock differences in hfa to no more than 50Mhz.
|
|
0a0418d8
|
2014-02-06T14:32:14
|
|
Only adjust die speeds as well as fanspeeds on hfa if we've taken enough temperature samples.
|
|
b33c3ef9
|
2014-02-06T14:00:58
|
|
Check for when errno is set on windows as well as the windows variant for errors.
|
|
7ffb1614
|
2014-02-06T09:52:46
|
|
Revert "Update to libusb-1.0.18"
This reverts commit f7a78eb8b62d79725ee73db1c1e3992f07d490f6.
The alleged libusbx merge with libusb does not confer the stability of the older libusb code.
|
|
1a0b1907
|
2014-02-06T09:51:44
|
|
Disable fan/die clock control in hfa if the firmware does not support it, with notification.
|
|
2405c8e0
|
2014-02-05T22:52:22
|
|
Revert "We should retry only 3 times to get an hfa header response to init since that is more than 1.5 second of waiting."
This reverts commit efa9963f8625a628a94e29f006c90306b20d7bda.
Conflicts:
driver-hashfast.c
|
|
6ff2b7bd
|
2014-02-05T22:22:04
|
|
Add ability to enter ANU frequency as a multiple of 25 from 150-500.
|
|
779c9df3
|
2014-02-05T21:58:31
|
|
Decrease hfa clock by 10 if a reset is attempted due to the device remaining idle.
|
|
f502888e
|
2014-02-05T21:48:20
|
|
ifdef out icarus options unused without icarus built in.
|
|
3db78223
|
2014-02-05T21:43:12
|
|
Reorder command line options alphabetically.
|
|
9f627970
|
2014-02-05T21:28:38
|
|
Add no matching work to hfa API output.
|
|
0eaad2fc
|
2014-02-05T20:27:56
|
|
Change various logging message levels in the hfa driver.
|
|
d385befb
|
2014-02-05T17:19:54
|
|
Only adjust clocks if there is no restart in hfa to avoid 2 restarts back to back.
|
|
57757e54
|
2014-02-05T16:28:51
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
42beb96f
|
2014-02-05T16:28:04
|
|
Ensure we iterate over all dies adjusting temperate for hfa by starting iterating after the last die modified.
|
|
209e8261
|
2014-02-04T17:32:33
|
|
Merge pull request #545 from kanoi/master
bab - more speed maangement and dead stats
|
|
fbb7bf24
|
2014-02-05T11:38:34
|
|
Clamp initial hfa fanspeed to min/max if passed as parameters.
|
|
49482b1b
|
2014-02-05T11:37:11
|
|
Allow hfa fanspeed to be set via command line.
|
|
06d71093
|
2014-02-05T11:07:44
|
|
Further relax the target temperatures on hfa driver, targetting 88 degrees.
|
|
ea3eccff
|
2014-02-05T11:03:06
|
|
Try one more time to get the hfa header on init since it can take 2 seconds for all 3 boards on a sierra.
|
|
8b821b6a
|
2014-02-04T21:38:11
|
|
Update authors for removal of gpu/scrypt.
|
|
d56bb3df
|
2014-02-04T20:09:18
|
|
Wait for 5 temperature updates in hfa before adjusting fanspeed.
|
|
b45ae688
|
2014-02-04T20:02:48
|
|
Have some leeway before starting to throttle hfa dies.
|
|
01b8a49a
|
2014-02-04T19:51:38
|
|
Use increments of 10 when increasing hfa clock since it may not have 5 MHz granularity internally.
|
|
efa9963f
|
2014-02-04T19:43:03
|
|
We should retry only 3 times to get an hfa header response to init since that is more than 1.5 second of waiting.
|
|
173457fc
|
2014-02-04T19:13:48
|
|
Only perform a hfa fan speed update if we have new temps to work with.
|
|
a89c5b52
|
2014-02-04T19:13:09
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
f66f4795
|
2014-02-04T19:05:52
|
|
Correctly measure the hfa max temp and smooth out the changes in its value.
|
|
8584bd00
|
2014-02-04T18:05:38
|
|
Choose better defaults for min/max/default fan settings for hfa driver.
|
|
4b784a64
|
2014-02-04T14:33:22
|
|
bab - reduce def speed, fix speed staying in ranges and report bank/chips in ioctl() errors
|
|
8cb2e79d
|
2014-02-04T13:20:04
|
|
bab - add info about number of boards/chips to each Dead Chain
|
|
6b38a1f6
|
2014-02-03T12:17:20
|
|
Merge pull request #543 from jimjag/upstream
These may not be longs (eg: OSX)... fo a safe cast to ensure.
|
|
0d3a3a9c
|
2014-02-03T08:13:14
|
|
These may not be longs (eg: OSX)... fo a safe cast to ensure.
|
|
fcbc152e
|
2014-02-03T22:50:53
|
|
bab - add dead boards and dead chains to stats
|
|
41460793
|
2014-02-03T21:46:06
|
|
Merge branch 'master' of github.com:ckolivas/cgminer
|
|
cb3158d2
|
2014-02-03T21:40:15
|
|
Add fanspeed to hfa api output and set initial fanspeed to 10%
|
|
b88fc8b8
|
2014-02-03T21:18:22
|
|
Add hfa fanspeed control to try and maintain a target temperature.
|
|
08f5f5eb
|
2014-02-03T01:48:30
|
|
Merge pull request #542 from kanoi/master
API allow multiple commands/replies in one request
|
|
4e52ee6a
|
2014-01-29T11:48:39
|
|
API-README correct new text format documentation
|
|
5a811ec3
|
2014-01-29T10:23:53
|
|
API allow multiple commands/replies in one request
|
|
68e514e6
|
2014-02-03T20:10:42
|
|
Add op commands necessary to control hfa fanspeeds.
|
|
2aab1339
|
2014-02-03T19:02:41
|
|
Add OP_FAN to hf protocol header.
|
|
39a6cccb
|
2014-02-02T10:54:15
|
|
Always show the stratum share lag time in debug mode.
|
|
7dafd4bd
|
2014-02-02T10:51:21
|
|
Add stratum share response lag time to verbose output if it's greater than 1 second.
|
|
3f673563
|
2014-02-02T10:47:17
|
|
Add stratum share submission lag time to verbose information if it's over 1 second.
|
|
3adb8279
|
2014-02-02T08:37:01
|
|
Check for more interrupted conditions in util.c and handle them gracefully.
|
|
a3644590
|
2014-02-02T00:00:21
|
|
Send a ping to hfa devices if nothing is sent for over 5 seconds.
|
|
5b61abc7
|
2014-02-01T23:53:33
|
|
Add OP_PING to hfa commands
|
|
040dced2
|
2014-02-01T23:38:02
|
|
Display the hfa serial number as a hexadecimal value.
|
|
5542761f
|
2014-02-01T23:36:25
|
|
Add the ability to display a hexadecimal 32 bit unsigned integer to the API.
|
|
b55db249
|
2014-02-01T23:08:00
|
|
Limit all hfa restarts for temperature control to no closer than 15 seconds apart.
|
|
2d0afaea
|
2014-02-01T23:03:22
|
|
Allow the hfa temp target to be disabled by setting it to zero.
|
|
e799a53a
|
2014-02-01T23:01:38
|
|
Handle interruptions to various select calls in util.c
|
|
8e05a7d0
|
2014-02-01T22:30:17
|
|
Add sanity check for silly overflows in hfa die temperature readings.
|
|
dc93ca47
|
2014-02-01T22:08:46
|
|
Add per-die throttling control for hfa driver based on each die's temperature, issuing a suitable reset to maintain the temperature below a configurable target temperature.
|
|
a3379b9b
|
2014-02-01T12:30:16
|
|
Update hf protocol
|
|
91bd04e8
|
2014-02-01T10:55:10
|
|
Do not memcpy in usbutils unless data was transferred.
|
|
aa3f60ae
|
2014-02-01T09:29:39
|
|
Send a full allotment of jobs to the hfa device after a restart instead of reading the status.
|
|
13baf076
|
2014-01-31T22:16:11
|
|
Export the flush_queue function for use by drivers.
|
|
1d4c7311
|
2014-01-31T22:03:48
|
|
Remove wrong goto
|
|
6e6d3547
|
2014-01-31T22:01:37
|
|
Remove the unqueued work reference when we discard work from get queued as well.
|
|
7e3d0577
|
2014-01-31T21:57:50
|
|
Wake the global work scheduler when we remove a work item from the unqueued work pointer.
|
|
dcac23db
|
2014-01-31T21:51:34
|
|
Discard work that is stale in the get_queued() function, returning NULL instead.
|
|
88fe54d9
|
2014-01-31T10:37:59
|
|
Add a call to a driver specific zero stats function when zero stats is called to allow each driver to reset its own stats as well if desired.
|
|
841b5782
|
2014-01-29T22:36:42
|
|
Bump version to 3.12.0
|
|
98338892
|
2014-01-29T22:36:04
|
|
Update NEWS.
|