aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/Makefile
diff options
context:
space:
mode:
authorMichael Chan <mchan@broadcom.com>2009-08-29 03:02:46 -0400
committerDavid S. Miller <davem@davemloft.net>2009-08-29 03:02:46 -0400
commit078b0735881c7969aaf21469f3577831cddd9f8c (patch)
tree55dd690ae60781b56ab65f33076d12c9f21be69c /firmware/Makefile
parent80a1096bac73ce6e98dbbce10cc00a154460bcbd (diff)
bnx2: Update firmware to 5.0.0.j3.
- Better small packet receive performance. - Better handling of Flow control on 5709. - Fixed iSCSI TMP ABORT TASK problem. - Added iSCSI TCP timestamp option. Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'firmware/Makefile')
-rw-r--r--firmware/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index 317212ccc78b..878329cf4825 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -33,10 +33,11 @@ fw-shipped-$(CONFIG_ADAPTEC_STARFIRE) += adaptec/starfire_rx.bin \
33fw-shipped-$(CONFIG_ATARI_DSP56K) += dsp56k/bootstrap.bin 33fw-shipped-$(CONFIG_ATARI_DSP56K) += dsp56k/bootstrap.bin
34fw-shipped-$(CONFIG_ATM_AMBASSADOR) += atmsar11.fw 34fw-shipped-$(CONFIG_ATM_AMBASSADOR) += atmsar11.fw
35fw-shipped-$(CONFIG_BNX2X) += bnx2x-e1-5.0.21.0.fw bnx2x-e1h-5.0.21.0.fw 35fw-shipped-$(CONFIG_BNX2X) += bnx2x-e1-5.0.21.0.fw bnx2x-e1h-5.0.21.0.fw
36fw-shipped-$(CONFIG_BNX2) += bnx2/bnx2-mips-09-4.6.17.fw \ 36fw-shipped-$(CONFIG_BNX2) += bnx2/bnx2-mips-09-5.0.0.j3.fw \
37 bnx2/bnx2-rv2p-09-4.6.15.fw \ 37 bnx2/bnx2-rv2p-09-5.0.0.j3.fw \
38 bnx2/bnx2-mips-06-4.6.16.fw \ 38 bnx2/bnx2-rv2p-09ax-5.0.0.j3.fw \
39 bnx2/bnx2-rv2p-06-4.6.16.fw 39 bnx2/bnx2-mips-06-5.0.0.j3.fw \
40 bnx2/bnx2-rv2p-06-5.0.0.j3.fw
40fw-shipped-$(CONFIG_CASSINI) += sun/cassini.bin 41fw-shipped-$(CONFIG_CASSINI) += sun/cassini.bin
41fw-shipped-$(CONFIG_COMPUTONE) += intelliport2.bin 42fw-shipped-$(CONFIG_COMPUTONE) += intelliport2.bin
42fw-shipped-$(CONFIG_CHELSIO_T3) += cxgb3/t3b_psram-1.1.0.bin \ 43fw-shipped-$(CONFIG_CHELSIO_T3) += cxgb3/t3b_psram-1.1.0.bin \