Date:2012-03-21 06:56:54 (12 years 8 days ago)
Author:Xiangfu
Commit:b96e10c4740d95ccaea25033463096a4e7b91e26
Message:cgminer: increase the MAX_DEVICE to 64

Files: cgminer/Makefile (1 diff)
cgminer/patches/0001-add-MIPSED-to-icarus-for-BIG_ENDIAN.patch.patch (1 diff)
cgminer/patches/0002-Increase-the-MAX_DEVICES-to-64.patch (1 diff)

Change Details

cgminer/Makefile
1111PKG_NAME:=cgminer
1212PKG_VERSION:=20120315
1313PKG_REV:=22ff7a406951f97af57cbca75d282c4bbf41a3e7
14PKG_RELEASE:=2
14PKG_RELEASE:=3
1515PKG_INSTALL:=1
1616
1717PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_REV).tar.gz
cgminer/patches/0001-add-MIPSED-to-icarus-for-BIG_ENDIAN.patch.patch
1From 5d3d883703d8098537c248c797009247f51b116b Mon Sep 17 00:00:00 2001
1From 01cd959ba71d577c8a13efbdc868b46515c88334 Mon Sep 17 00:00:00 2001
22From: Xiangfu <xiangfu@openmobilefree.net>
33Date: Sun, 19 Feb 2012 22:20:22 +0800
4Subject: [PATCH] add-MIPSED-to-icarus-for-BIG_ENDIAN.patch
4Subject: [PATCH 1/2] add-MIPSED-to-icarus-for-BIG_ENDIAN.patch
55
66---
77 icarus.c | 2 +-
88 1 files changed, 1 insertions(+), 1 deletions(-)
99
1010diff --git a/icarus.c b/icarus.c
11index 1d59657..26f4927 100644
11index 48dabe5..c4c3736 100644
1212--- a/icarus.c
1313+++ b/icarus.c
14@@ -287,7 +287,7 @@ static uint64_t icarus_scanhash(struct thr_info *thr, struct work *work,
14@@ -290,7 +290,7 @@ static uint64_t icarus_scanhash(struct thr_info *thr, struct work *work,
1515         if (nonce == 0 && ret)
1616                 return 0xffffffff;
1717
cgminer/patches/0002-Increase-the-MAX_DEVICES-to-64.patch
1From 6334588efe26a774f4ebaac345073f8ad5f9172c Mon Sep 17 00:00:00 2001
2From: Xiangfu <xiangfu@openmobilefree.net>
3Date: Wed, 21 Mar 2012 13:54:53 +0800
4Subject: [PATCH 2/2] Increase the MAX_DEVICES to 64
5
6---
7 miner.h | 2 +-
8 1 files changed, 1 insertions(+), 1 deletions(-)
9
10diff --git a/miner.h b/miner.h
11index 5f5fd68..e1cc07f 100644
12--- a/miner.h
13@@ -473,7 +473,7 @@ extern int add_pool_details(bool live, char *url, char *user, char *pass);
14 #define ADD_POOL_OK 0
15
16 #define MAX_GPUDEVICES 16
17-#define MAX_DEVICES 32
18+#define MAX_DEVICES 64
19 #define MAX_POOLS (32)
20
21 #define MIN_INTENSITY -10
22--
231.7.5.4
24

Archive Download the corresponding diff file



interactive