[Pkg-bitcoin-commits] [cgminer] branch upstream updated (8b0e66a -> 0137ef1)

Scott Sheridan Howard showard at moszumanska.debian.org
Sun Oct 12 15:28:58 UTC 2014


This is an automated email from the git hooks/post-receive script.

showard pushed a change to branch upstream
in repository cgminer.

      from  8b0e66a   Imported Upstream version 4.4.2
       new  0137ef1   Imported Upstream version 4.6.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 API-README            |   1 +
 API.class             | Bin 3431 -> 3772 bytes
 API.java              |   2 +-
 ASIC-README           |  74 ++++-
 Makefile.am           |  13 +-
 NEWS                  |  95 ++++++
 README                |  74 ++++-
 api-example.c         |  35 +-
 api.c                 |   5 +-
 cgminer.c             |  92 +++--
 configure.ac          |  96 ++++--
 driver-avalon2.c      | 767 ++++++++++++++++++++++--------------------
 driver-avalon2.h      |  23 +-
 driver-bflsc.c        | 438 ++++++++++++++++++++++--
 driver-bflsc.h        |  31 +-
 driver-cointerra.c    |   3 +-
 driver-hashratio.c    | 876 ++++++++++++++++++++++++++++++++++++++++++++++++
 driver-hashratio.h    | 131 ++++++++
 driver-knc-spi-fpga.c | 904 --------------------------------------------------
 driver-knc.c          | 865 +++++++++++++++++++++++++++++++++++++++++++++++
 driver-minion.c       | 265 ++++++++++++---
 hexdump.c             |   2 +-
 knc-asic.c            | 551 ++++++++++++++++++++++++++++++
 knc-asic.h            |  88 +++++
 knc-transport-spi.c   | 148 +++++++++
 knc-transport.h       |  23 ++
 miner.h               |  11 +-
 usbutils.c            |  85 ++++-
 usbutils.h            |   9 +
 util.c                |  48 ++-
 util.h                |   2 +
 31 files changed, 4273 insertions(+), 1484 deletions(-)
 create mode 100644 driver-hashratio.c
 create mode 100644 driver-hashratio.h
 delete mode 100644 driver-knc-spi-fpga.c
 create mode 100644 driver-knc.c
 create mode 100644 knc-asic.c
 create mode 100644 knc-asic.h
 create mode 100644 knc-transport-spi.c
 create mode 100644 knc-transport.h

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/cgminer.git



More information about the Pkg-bitcoin-commits mailing list