Skip to content

Commit a931d29

Browse files
Michael Chandavem330
authored andcommitted
bnx2: Update 5709 MIPS firmware and version to 2.0.15.
New firmware fixes a performance regression on small packets. Signed-off-by: Michael Chan <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent b98eba5 commit a931d29

4 files changed

Lines changed: 6085 additions & 6062 deletions

File tree

drivers/net/bnx2.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@
5858
#include "bnx2_fw.h"
5959

6060
#define DRV_MODULE_NAME "bnx2"
61-
#define DRV_MODULE_VERSION "2.0.9"
62-
#define DRV_MODULE_RELDATE "April 27, 2010"
61+
#define DRV_MODULE_VERSION "2.0.15"
62+
#define DRV_MODULE_RELDATE "May 4, 2010"
6363
#define FW_MIPS_FILE_06 "bnx2/bnx2-mips-06-5.0.0.j6.fw"
6464
#define FW_RV2P_FILE_06 "bnx2/bnx2-rv2p-06-5.0.0.j3.fw"
65-
#define FW_MIPS_FILE_09 "bnx2/bnx2-mips-09-5.0.0.j9.fw"
65+
#define FW_MIPS_FILE_09 "bnx2/bnx2-mips-09-5.0.0.j15.fw"
6666
#define FW_RV2P_FILE_09_Ax "bnx2/bnx2-rv2p-09ax-5.0.0.j10.fw"
6767
#define FW_RV2P_FILE_09 "bnx2/bnx2-rv2p-09-5.0.0.j10.fw"
6868

firmware/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fw-shipped-$(CONFIG_ADAPTEC_STARFIRE) += adaptec/starfire_rx.bin \
3333
fw-shipped-$(CONFIG_ATARI_DSP56K) += dsp56k/bootstrap.bin
3434
fw-shipped-$(CONFIG_ATM_AMBASSADOR) += atmsar11.fw
3535
fw-shipped-$(CONFIG_BNX2X) += bnx2x-e1-5.2.13.0.fw bnx2x-e1h-5.2.13.0.fw
36-
fw-shipped-$(CONFIG_BNX2) += bnx2/bnx2-mips-09-5.0.0.j9.fw \
36+
fw-shipped-$(CONFIG_BNX2) += bnx2/bnx2-mips-09-5.0.0.j15.fw \
3737
bnx2/bnx2-rv2p-09-5.0.0.j10.fw \
3838
bnx2/bnx2-rv2p-09ax-5.0.0.j10.fw \
3939
bnx2/bnx2-mips-06-5.0.0.j6.fw \

0 commit comments

Comments
 (0)