public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] linux-patches r2166 - genpatches-2.6/trunk/3.3
@ 2012-06-21 23:48 Mike Pagano (mpagano)
  0 siblings, 0 replies; only message in thread
From: Mike Pagano (mpagano) @ 2012-06-21 23:48 UTC (permalink / raw
  To: gentoo-commits

Author: mpagano
Date: 2012-06-21 23:48:51 +0000 (Thu, 21 Jun 2012)
New Revision: 2166

Added:
   genpatches-2.6/trunk/3.3/2405_bnx-load-correct-fw-ver.patch
Modified:
   genpatches-2.6/trunk/3.3/0000_README
Log:
Fix for bnx2 attempting to load a non-existant firmware

Modified: genpatches-2.6/trunk/3.3/0000_README
===================================================================
--- genpatches-2.6/trunk/3.3/0000_README	2012-06-20 18:57:01 UTC (rev 2165)
+++ genpatches-2.6/trunk/3.3/0000_README	2012-06-21 23:48:51 UTC (rev 2166)
@@ -80,6 +80,10 @@
 From:   Alexey Shvetsov <alexxy@gentoo.org>
 Desc:   Zero copy for infiniband psm userspace driver
 
+Patch:  2405_bnx-load-correct-fw-ver.patch
+From:   Kerin Millar <kerframil@gmail.com> https://bugs.gentoo.org/show_bug.cgi?id=411899
+Desc:   bnx2: Can't load firmware file "bnx2/bnx2-mips-09-6.2.1b.fw"
+
 Patch:  4200_fbcondecor-0.9.6.patch
 From:   http://dev.gentoo.org/~spock
 Desc:   Bootsplash successor by Michal Januszewski ported by Alexxy

Added: genpatches-2.6/trunk/3.3/2405_bnx-load-correct-fw-ver.patch
===================================================================
--- genpatches-2.6/trunk/3.3/2405_bnx-load-correct-fw-ver.patch	                        (rev 0)
+++ genpatches-2.6/trunk/3.3/2405_bnx-load-correct-fw-ver.patch	2012-06-21 23:48:51 UTC (rev 2166)
@@ -0,0 +1,11 @@
+--- a/drivers/net/ethernet/broadcom/bnx2.c	2012-06-21 19:25:23.659013603 -0400
++++ b/drivers/net/ethernet/broadcom/bnx2.c	2012-06-21 19:26:21.359595626 -0400
+@@ -61,7 +61,7 @@
+ #define DRV_MODULE_RELDATE	"Dec 18, 2011"
+ #define FW_MIPS_FILE_06		"bnx2/bnx2-mips-06-6.2.3.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_MIPS_FILE_09		"bnx2/bnx2-mips-09-6.2.1a.fw"
+ #define FW_RV2P_FILE_09_Ax	"bnx2/bnx2-rv2p-09ax-6.0.17.fw"
+ #define FW_RV2P_FILE_09		"bnx2/bnx2-rv2p-09-6.0.17.fw"
+ 




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-06-21 23:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-21 23:48 [gentoo-commits] linux-patches r2166 - genpatches-2.6/trunk/3.3 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