Gentoo Archives: gentoo-commits

From: "Mike Pagano (mpagano)" <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] linux-patches r2173 - genpatches-2.6/trunk/3.4
Date: Tue, 03 Jul 2012 23:10:33
Message-Id: 20120703231023.432E12004B@flycatcher.gentoo.org
1 Author: mpagano
2 Date: 2012-07-03 23:10:22 +0000 (Tue, 03 Jul 2012)
3 New Revision: 2173
4
5 Added:
6 genpatches-2.6/trunk/3.4/1700_correct-bnx2-firware-ver-mips.patch
7 Modified:
8 genpatches-2.6/trunk/3.4/0000_README
9 Log:
10 Correct firmware version for bnx2 on mips. Bug #424609
11
12 Modified: genpatches-2.6/trunk/3.4/0000_README
13 ===================================================================
14 --- genpatches-2.6/trunk/3.4/0000_README 2012-07-01 21:27:39 UTC (rev 2172)
15 +++ genpatches-2.6/trunk/3.4/0000_README 2012-07-03 23:10:22 UTC (rev 2173)
16 @@ -55,6 +55,10 @@
17 From: http://www.kernel.org
18 Desc: Linux 3.4.4
19
20 +Patch: 1700_correct-bnx2-firware-ver-mips.patch
21 +From: https://bugs.gentoo.org/show_bug.cgi?id=424609
22 +Desc: Correct firmware version for bnx2 on mips
23 +
24 Patch: 1900_cifs-double-delim-check.patch
25 From: http://bugzillafiles.novell.org/attachment.cgi?id=494407
26 Desc: Patch to properly parse cifs mount options
27 @@ -64,7 +68,6 @@
28 Desc: Zero copy for infiniband psm userspace driver
29
30 Patch: 2700_dual-channel-mode-vbios-check.patch
31 -From: https://bugs.gentoo.org/show_bug.cgi?id=392549
32 Desc: Check VBIOS value for determining LVDS dual channel mode
33
34 Patch: 4200_fbcondecor-0.9.6.patch
35
36 Added: genpatches-2.6/trunk/3.4/1700_correct-bnx2-firware-ver-mips.patch
37 ===================================================================
38 --- genpatches-2.6/trunk/3.4/1700_correct-bnx2-firware-ver-mips.patch (rev 0)
39 +++ genpatches-2.6/trunk/3.4/1700_correct-bnx2-firware-ver-mips.patch 2012-07-03 23:10:22 UTC (rev 2173)
40 @@ -0,0 +1,11 @@
41 +--- a/drivers/net/ethernet/broadcom/bnx2.c 2012-07-03 18:43:03.404285359 -0400
42 ++++ b/drivers/net/ethernet/broadcom/bnx2.c 2012-07-03 18:57:48.459622386 -0400
43 +@@ -59,7 +59,7 @@
44 + #define DRV_MODULE_NAME "bnx2"
45 + #define DRV_MODULE_VERSION "2.2.1"
46 + #define DRV_MODULE_RELDATE "Dec 18, 2011"
47 +-#define FW_MIPS_FILE_06 "bnx2/bnx2-mips-06-6.2.3.fw"
48 ++#define FW_MIPS_FILE_06 "bnx2/bnx2-mips-06-6.2.1.fw"
49 + #define FW_RV2P_FILE_06 "bnx2/bnx2-rv2p-06-6.0.15.fw"
50 + #define FW_MIPS_FILE_09 "bnx2/bnx2-mips-09-6.2.1b.fw"
51 + #define FW_RV2P_FILE_09_Ax "bnx2/bnx2-rv2p-09ax-6.0.17.fw"