* [gentoo-commits] linux-patches r2173 - genpatches-2.6/trunk/3.4
@ 2012-07-03 23:10 Mike Pagano (mpagano)
0 siblings, 0 replies; only message in thread
From: Mike Pagano (mpagano) @ 2012-07-03 23:10 UTC (permalink / raw
To: gentoo-commits
Author: mpagano
Date: 2012-07-03 23:10:22 +0000 (Tue, 03 Jul 2012)
New Revision: 2173
Added:
genpatches-2.6/trunk/3.4/1700_correct-bnx2-firware-ver-mips.patch
Modified:
genpatches-2.6/trunk/3.4/0000_README
Log:
Correct firmware version for bnx2 on mips. Bug #424609
Modified: genpatches-2.6/trunk/3.4/0000_README
===================================================================
--- genpatches-2.6/trunk/3.4/0000_README 2012-07-01 21:27:39 UTC (rev 2172)
+++ genpatches-2.6/trunk/3.4/0000_README 2012-07-03 23:10:22 UTC (rev 2173)
@@ -55,6 +55,10 @@
From: http://www.kernel.org
Desc: Linux 3.4.4
+Patch: 1700_correct-bnx2-firware-ver-mips.patch
+From: https://bugs.gentoo.org/show_bug.cgi?id=424609
+Desc: Correct firmware version for bnx2 on mips
+
Patch: 1900_cifs-double-delim-check.patch
From: http://bugzillafiles.novell.org/attachment.cgi?id=494407
Desc: Patch to properly parse cifs mount options
@@ -64,7 +68,6 @@
Desc: Zero copy for infiniband psm userspace driver
Patch: 2700_dual-channel-mode-vbios-check.patch
-From: https://bugs.gentoo.org/show_bug.cgi?id=392549
Desc: Check VBIOS value for determining LVDS dual channel mode
Patch: 4200_fbcondecor-0.9.6.patch
Added: genpatches-2.6/trunk/3.4/1700_correct-bnx2-firware-ver-mips.patch
===================================================================
--- genpatches-2.6/trunk/3.4/1700_correct-bnx2-firware-ver-mips.patch (rev 0)
+++ genpatches-2.6/trunk/3.4/1700_correct-bnx2-firware-ver-mips.patch 2012-07-03 23:10:22 UTC (rev 2173)
@@ -0,0 +1,11 @@
+--- a/drivers/net/ethernet/broadcom/bnx2.c 2012-07-03 18:43:03.404285359 -0400
++++ b/drivers/net/ethernet/broadcom/bnx2.c 2012-07-03 18:57:48.459622386 -0400
+@@ -59,7 +59,7 @@
+ #define DRV_MODULE_NAME "bnx2"
+ #define DRV_MODULE_VERSION "2.2.1"
+ #define DRV_MODULE_RELDATE "Dec 18, 2011"
+-#define FW_MIPS_FILE_06 "bnx2/bnx2-mips-06-6.2.3.fw"
++#define FW_MIPS_FILE_06 "bnx2/bnx2-mips-06-6.2.1.fw"
+ #define FW_RV2P_FILE_06 "bnx2/bnx2-rv2p-06-6.0.15.fw"
+ #define FW_MIPS_FILE_09 "bnx2/bnx2-mips-09-6.2.1b.fw"
+ #define FW_RV2P_FILE_09_Ax "bnx2/bnx2-rv2p-09ax-6.0.17.fw"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-07-03 23:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-03 23:10 [gentoo-commits] linux-patches r2173 - genpatches-2.6/trunk/3.4 Mike Pagano (mpagano)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox