driver-minion.c


Log

Author Commit Date CI Message
kanoi cb857c02 2014-05-27T14:31:33 minion - allow core selection at runtime
kanoi 5d99a750 2014-05-24T19:11:24 minion - always generate history ghs data for reset code
kanoi 4e747012 2014-05-24T17:30:56 minion - correct spi error char change
kanoi dad0c661 2014-05-24T17:12:16 minion - for spi error char use ' instead of ~
kanoi a68cdb08 2014-05-24T17:02:10 minion - use different charactes for the chip report SPI error flag based on error count
kanoi a10e2419 2014-05-24T16:13:04 minion - silent option to disable chip temp control
kanoi afaab773 2014-05-24T01:49:39 minion - disable int config code if ints are disabled
kanoi 5692a5e2 2014-05-18T07:10:19 minion - reread results to help recover bad data - add a chip reset at 50%
kanoi 25a9ac48 2014-05-18T03:57:38 minion - add a unique id to each task
kanoi c93836e0 2014-05-18T03:53:27 minion - make interrupts and no_nonce code compile optional
kanoi 5ff62a81 2014-05-18T01:48:28 minion - report each chip number in the chip detect message
kanoi 6b7c0e51 2014-05-18T00:51:02 minion - seperate que/work per chip and slow down SPI
kanoi c5bc5fc0 2014-05-16T23:56:22 minion - fix history when
kanoi fb57ab86 2014-05-16T23:44:38 minion - keep history lists independent - simplifies the code
kanoi cbc7499f 2014-05-16T22:43:17 minion - only report idle change once
kanoi 44bfce66 2014-05-16T22:17:52 minion - use request chip number and report min/max taskid
kanoi d58b9383 2014-05-16T21:59:41 minion - show 5m Chip ghs up to 'now'
kanoi 305e72f4 2014-05-16T21:07:12 minion - use '=' for chip report
kanoi 36a54214 2014-05-16T19:33:22 minion - allow a fake report core for invalid core numbers
kanoi afbd9f17 2014-05-16T19:11:13 minion - chip ghs reporting and chip/core validation in nonce processing
kanoi 01a46865 2014-05-14T21:38:11 minion - idle_cnt report include correct chip number
kanoi 35bb969d 2014-05-14T21:26:36 minion - optionally report chip idle_cnt changes
kanoi 61727aca 2014-05-14T01:16:04 minion - add storing/reporting core ena/act, fix temp code
kanoi a94baab0 2014-05-13T17:34:39 minion - allow setting internal chip temperature threshold and make overheat code an option, disabled by default
kanoi 8b3a2bc3 2014-05-12T23:30:54 minion - check for all chips
kanoi 796e2e86 2014-05-12T23:18:26 minion - various redesigns and use standard klist
kanoi 38b6ccc0 2014-05-10T12:20:46 minion - zero the chip driver queue count just after flushing the chip queue
kanoi 610009db 2014-05-10T02:44:18 minion - restrict nonce read result size to ioctl() limit
kanoi 680b6da2 2014-05-10T01:14:12 minion - must check temp when overheated
kanoi 897b2061 2014-05-10T00:47:09 minion - idle chips that hit >100C until back to 80C
kanoi e0491782 2014-05-09T22:39:42 minion - report the chip/reg when aborting due to an invalid ioctl() size
kanoi 962e39fa 2014-05-09T22:05:37 minion - all freq in Mhz but only convert when used
kanoi 9b1988ed 2014-05-09T21:55:21 minion - remove unused ioctl debug
kanoi 3d7ba50a 2014-05-09T21:53:28 minion - command queue is now larger
kanoi 651f3185 2014-05-09T21:49:50 minion - check rolled in stale work cleanup
kanoi 93df65d0 2014-05-08T23:30:30 minion - comment out HW debug message
kanoi 0b847b2c 2014-05-08T17:51:54 minion - roll work to reduce CPU
kanoi 48d406cd 2014-05-08T01:21:40 minion - report init_freq in stats
kanoi fa38fd4c 2014-05-08T00:48:02 minion - allow setting the frequency
kanoi 2870bab3 2014-05-07T23:09:37 minion - disable iostats by default since it slows down mining
kanoi 9bbf7938 2014-05-07T23:05:52 minion - define frequency value table
kanoi 19b607b3 2014-05-07T23:03:37 minion - report temp/cores/freq and handle temp formatting
kanoi 6abbb668 2014-05-07T21:14:52 minion - item is undefined
Kano 60ab93df 2014-02-27T10:36:51 minion - clean up statline
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 efb4fbf3 2014-01-27T13:40:26 Minion - check/clear interrupts for all chips
Kano ad24c2a2 2014-01-03T08:08:18 Minion set some core defaults similar to final requirements
Kano ee9e6185 2013-12-31T15:29:52 minion compile warnings
Kano a2778f38 2013-12-31T15:09:47 move driver-minion.c to main directory