Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bec92044 authored by Michael Chan's avatar Michael Chan Committed by David S. Miller
Browse files

bnx2: Update firmwares and update version to 2.0.8.



- Increase FTQ depth to 256 to ehnabce performance.
- Fix RV2P context corruption on 5709 when flow control is enabled.

Signed-off-by: default avatarMichael Chan <mchan@broadcom.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c9885fe5
Loading
Loading
Loading
Loading
+7 −7
Original line number Original line Diff line number Diff line
/* bnx2.c: Broadcom NX2 network driver.
/* bnx2.c: Broadcom NX2 network driver.
 *
 *
 * Copyright (c) 2004-2009 Broadcom Corporation
 * Copyright (c) 2004-2010 Broadcom Corporation
 *
 *
 * This program is free software; you can redistribute it and/or modify
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * it under the terms of the GNU General Public License as published by
@@ -58,13 +58,13 @@


#define DRV_MODULE_NAME		"bnx2"
#define DRV_MODULE_NAME		"bnx2"
#define PFX DRV_MODULE_NAME	": "
#define PFX DRV_MODULE_NAME	": "
#define DRV_MODULE_VERSION	"2.0.3"
#define DRV_MODULE_VERSION	"2.0.8"
#define DRV_MODULE_RELDATE	"Dec 03, 2009"
#define DRV_MODULE_RELDATE	"Feb 15, 2010"
#define FW_MIPS_FILE_06		"bnx2/bnx2-mips-06-5.0.0.j3.fw"
#define FW_MIPS_FILE_06		"bnx2/bnx2-mips-06-5.0.0.j6.fw"
#define FW_RV2P_FILE_06		"bnx2/bnx2-rv2p-06-5.0.0.j3.fw"
#define FW_RV2P_FILE_06		"bnx2/bnx2-rv2p-06-5.0.0.j3.fw"
#define FW_MIPS_FILE_09		"bnx2/bnx2-mips-09-5.0.0.j3.fw"
#define FW_MIPS_FILE_09		"bnx2/bnx2-mips-09-5.0.0.j9.fw"
#define FW_RV2P_FILE_09_Ax	"bnx2/bnx2-rv2p-09ax-5.0.0.j3.fw"
#define FW_RV2P_FILE_09_Ax	"bnx2/bnx2-rv2p-09ax-5.0.0.j10.fw"
#define FW_RV2P_FILE_09		"bnx2/bnx2-rv2p-09-5.0.0.j3.fw"
#define FW_RV2P_FILE_09		"bnx2/bnx2-rv2p-09-5.0.0.j10.fw"


#define RUN_AT(x) (jiffies + (x))
#define RUN_AT(x) (jiffies + (x))


+4 −4
Original line number Original line Diff line number Diff line
@@ -33,10 +33,10 @@ fw-shipped-$(CONFIG_ADAPTEC_STARFIRE) += adaptec/starfire_rx.bin \
fw-shipped-$(CONFIG_ATARI_DSP56K) += dsp56k/bootstrap.bin
fw-shipped-$(CONFIG_ATARI_DSP56K) += dsp56k/bootstrap.bin
fw-shipped-$(CONFIG_ATM_AMBASSADOR) += atmsar11.fw
fw-shipped-$(CONFIG_ATM_AMBASSADOR) += atmsar11.fw
fw-shipped-$(CONFIG_BNX2X) += bnx2x-e1-5.2.7.0.fw bnx2x-e1h-5.2.7.0.fw
fw-shipped-$(CONFIG_BNX2X) += bnx2x-e1-5.2.7.0.fw bnx2x-e1h-5.2.7.0.fw
fw-shipped-$(CONFIG_BNX2) += bnx2/bnx2-mips-09-5.0.0.j3.fw \
fw-shipped-$(CONFIG_BNX2) += bnx2/bnx2-mips-09-5.0.0.j9.fw \
			     bnx2/bnx2-rv2p-09-5.0.0.j3.fw \
			     bnx2/bnx2-rv2p-09-5.0.0.j10.fw \
			     bnx2/bnx2-rv2p-09ax-5.0.0.j3.fw \
			     bnx2/bnx2-rv2p-09ax-5.0.0.j10.fw \
			     bnx2/bnx2-mips-06-5.0.0.j3.fw \
			     bnx2/bnx2-mips-06-5.0.0.j6.fw \
			     bnx2/bnx2-rv2p-06-5.0.0.j3.fw
			     bnx2/bnx2-rv2p-06-5.0.0.j3.fw
fw-shipped-$(CONFIG_CASSINI) += sun/cassini.bin
fw-shipped-$(CONFIG_CASSINI) += sun/cassini.bin
fw-shipped-$(CONFIG_COMPUTONE) += intelliport2.bin
fw-shipped-$(CONFIG_COMPUTONE) += intelliport2.bin
+5908 −0

File changed and moved.

Preview size limit exceeded, changes collapsed.

+2263 −2256

File changed and moved.

Preview size limit exceeded, changes collapsed.

+462 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading