diff options
author | Michael Chan <mchan@broadcom.com> | 2010-02-16 18:19:42 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-02-16 18:19:42 -0500 |
commit | bec92044b73085ba92aabf973cb5aafc251f3a34 (patch) | |
tree | 73fd288f1568bc1b16ed722ef890cc91a179f5c0 /firmware/Makefile | |
parent | c9885fe5a76dea798543f2938a872bc159e8e69a (diff) |
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: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'firmware/Makefile')
-rw-r--r-- | firmware/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/firmware/Makefile b/firmware/Makefile index 1c00d05578f7..1c0be73c8082 100644 --- a/firmware/Makefile +++ b/firmware/Makefile | |||
@@ -33,10 +33,10 @@ fw-shipped-$(CONFIG_ADAPTEC_STARFIRE) += adaptec/starfire_rx.bin \ | |||
33 | fw-shipped-$(CONFIG_ATARI_DSP56K) += dsp56k/bootstrap.bin | 33 | fw-shipped-$(CONFIG_ATARI_DSP56K) += dsp56k/bootstrap.bin |
34 | fw-shipped-$(CONFIG_ATM_AMBASSADOR) += atmsar11.fw | 34 | fw-shipped-$(CONFIG_ATM_AMBASSADOR) += atmsar11.fw |
35 | fw-shipped-$(CONFIG_BNX2X) += bnx2x-e1-5.2.7.0.fw bnx2x-e1h-5.2.7.0.fw | 35 | fw-shipped-$(CONFIG_BNX2X) += bnx2x-e1-5.2.7.0.fw bnx2x-e1h-5.2.7.0.fw |
36 | fw-shipped-$(CONFIG_BNX2) += bnx2/bnx2-mips-09-5.0.0.j3.fw \ | 36 | fw-shipped-$(CONFIG_BNX2) += bnx2/bnx2-mips-09-5.0.0.j9.fw \ |
37 | bnx2/bnx2-rv2p-09-5.0.0.j3.fw \ | 37 | bnx2/bnx2-rv2p-09-5.0.0.j10.fw \ |
38 | bnx2/bnx2-rv2p-09ax-5.0.0.j3.fw \ | 38 | bnx2/bnx2-rv2p-09ax-5.0.0.j10.fw \ |
39 | bnx2/bnx2-mips-06-5.0.0.j3.fw \ | 39 | bnx2/bnx2-mips-06-5.0.0.j6.fw \ |
40 | bnx2/bnx2-rv2p-06-5.0.0.j3.fw | 40 | bnx2/bnx2-rv2p-06-5.0.0.j3.fw |
41 | fw-shipped-$(CONFIG_CASSINI) += sun/cassini.bin | 41 | fw-shipped-$(CONFIG_CASSINI) += sun/cassini.bin |
42 | fw-shipped-$(CONFIG_COMPUTONE) += intelliport2.bin | 42 | fw-shipped-$(CONFIG_COMPUTONE) += intelliport2.bin |