driver-bab.c

Branch


Log

Author Commit Date CI Message
Kano eb0cbf06 2014-02-20T21:15:33 bab - missed a few 'DEAD's in last commit
Kano 006f97c5 2014-02-20T21:05:38 bab - use 'bad' instead of 'dead' as per the screen B:
Kano 1b64d381 2014-02-20T20:58:47 bab - roll work if possible to reduce CPU
Kano 9829d279 2014-02-19T16:38:21 avalon, bab, drillbit, klondike use more screen space rather than truncating info
Con Kolivas 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.
Kano 385d0526 2014-02-14T17:54:30 bab - ensure disabled chips are counted in the screen dead chip counter
Kano 1ce992b5 2014-02-14T17:28:19 bab - only disable the chip once ...
Kano d5b58dd6 2014-02-14T16:43:48 bab - short work list skip disabled chips
Kano 2b34afc0 2014-02-13T16:50:40 bab - disable chips that return only bad results
Kano 4b784a64 2014-02-04T14:33:22 bab - reduce def speed, fix speed staying in ranges and report bank/chips in ioctl() errors
Kano 8cb2e79d 2014-02-04T13:20:04 bab - add info about number of boards/chips to each Dead Chain
Kano fcbc152e 2014-02-03T22:50:53 bab - add dead boards and dead chains to stats
Kano 3f07e838 2014-01-26T19:21:44 bab - stop stale work accumulating
Kano b3e7f78e 2014-01-26T12:48:04 bab - set the default SPI speed back to 96000
Kano d9099794 2014-01-25T16:52:58 bab - also report dead chip count screen
Kano bb49ab16 2014-01-25T15:32:10 bab add total history HW% to API stats
Kano 142f5b7f 2014-01-25T14:37:48 bab - remove libbitfury dependency since it requires USB
Kano 37213bec 2014-01-24T21:15:15 Add bab-options
Kano 2ea6a258 2014-01-24T13:19:13 bab - tune the chip speed based on error rates
Kano 8d560e9d 2014-01-23T19:38:24 bab record/report spie and miso errors
Kano e869b43b 2014-01-24T21:15:15 Add bab-options
Kano b4df1768 2014-01-24T13:19:13 bab - tune the chip speed based on error rates
Kano d220b2f9 2014-01-23T19:38:24 bab record/report spie and miso errors
Kano 2097574e 2014-01-23T15:45:53 bab - cleanup old work for dead chips also
Kano 254d8b16 2014-01-23T15:45:53 bab - cleanup old work for dead chips also
Kano 5ef39032 2014-01-22T19:04:44 bab add avg fail tests to API stats
Kano dbe575f9 2014-01-22T18:47:59 bab report bank/board/chip for dead and v.slow chips
Kano 251d0040 2014-01-22T14:09:24 bab process all nonce replies per chip together
Kano 2e471da6 2014-01-22T01:45:27 bab reduce work delays
Kano cd5fe836 2014-01-21T22:20:20 bab record the number of E0s discarded
Kano 63073df4 2014-01-21T22:09:34 bab - modified result parsing
Kano 1ceac2a7 2014-01-20T01:26:04 bab restore removed unused flag
Kano 8f4fdc5b 2014-01-20T01:00:07 bab only scan valid nonce offsets
Kano c08635d4 2014-01-19T23:10:06 bab record continuous (and max) bad nonces
Kano 4401bbb1 2014-01-19T20:07:07 bab display Banks/Boards/Chips in the device window
Kano e552ee78 2014-01-19T19:56:04 bab merge to master
Kano 087246ec 2014-01-18T11:38:35 bab merge to master
Kano b1b97b25 2014-01-18T01:00:08 bab reduce the work send delay
Kano d35219d8 2014-01-17T18:43:15 bab merge to master
Kano c8931661 2014-01-16T12:28:18 bab remove results polling
Kano d95124b3 2014-01-16T11:56:48 bab report SPI wait in seconds
Kano 97735a4d 2014-01-16T11:37:57 bab report missing chips at start and API
Kano 61506c0c 2014-01-16T08:08:42 bab ensure there's enough space for the nonce reply
Kano 80792970 2014-01-16T00:23:25 bab correct stats 'Send Max'
Kano 4bbd63a7 2014-01-16T00:00:56 bab allow long enough wait on ioctl() per board
Kano 92299a1e 2014-01-15T16:35:56 bab more I/O stats
Kano 9e5307fe 2014-01-12T16:25:42 bab add processed links which excludes expired links skipped
Kano 550f2885 2014-01-12T09:26:07 bab report chips per bank, hw% and ghs per chip
Kano db7bafa6 2014-01-12T08:16:06 bab lock access to new_nonces to ensure correct reporting
Kano 53b8b2cd 2014-01-12T07:51:57 bab report V2 banks/boards during initialisation
Kano dfa5641e 2014-01-12T07:18:06 bab expire chip work
Kano 6fd2d09e 2014-01-08T22:19:00 bab use only k_lists and make work handling more refined
Kano 72c70570 2014-01-07T04:56:25 bab remove old unused #define
Kano 2c7a250f 2014-01-07T04:45:31 bab correct for master git
James Hilliard 47956df9 2014-01-05T15:10:15 Maxchips should be 384 (16 chips/board 24 boards/controller)
Kano 6aefb0ad 2014-01-05T22:04:45 bab more detailed stats and delay less when waiting for a buffer
Kano 9edea600 2014-01-05T11:45:48 bab - add V2 detect with bug fix in detect
Con Kolivas 2486b9ce 2014-01-04T14:29:11 Export reused components of bitfury management into a libbitfury and use for bab and bitfury drivers.
Kano 2ac62e02 2013-11-14T11:04:38 BaB - updated tested OS comment
Kano 385d2f9e 2013-11-10T20:02:30 BaB update/format some comments
Kano 811da2ef 2013-11-10T19:33:13 BlackArrowBitfury early GPIO V1 driver
Kano f792b1be 2013-11-10T11:18:37 Configure source for a new BaB driver