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 /drivers/net/bnx2.c | |
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 'drivers/net/bnx2.c')
-rw-r--r-- | drivers/net/bnx2.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/net/bnx2.c b/drivers/net/bnx2.c index 3fb110edad49..5f0dda10f20d 100644 --- a/drivers/net/bnx2.c +++ b/drivers/net/bnx2.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* bnx2.c: Broadcom NX2 network driver. | 1 | /* bnx2.c: Broadcom NX2 network driver. |
2 | * | 2 | * |
3 | * Copyright (c) 2004-2009 Broadcom Corporation | 3 | * Copyright (c) 2004-2010 Broadcom Corporation |
4 | * | 4 | * |
5 | * This program is free software; you can redistribute it and/or modify | 5 | * This program is free software; you can redistribute it and/or modify |
6 | * it under the terms of the GNU General Public License as published by | 6 | * it under the terms of the GNU General Public License as published by |
@@ -58,13 +58,13 @@ | |||
58 | 58 | ||
59 | #define DRV_MODULE_NAME "bnx2" | 59 | #define DRV_MODULE_NAME "bnx2" |
60 | #define PFX DRV_MODULE_NAME ": " | 60 | #define PFX DRV_MODULE_NAME ": " |
61 | #define DRV_MODULE_VERSION "2.0.3" | 61 | #define DRV_MODULE_VERSION "2.0.8" |
62 | #define DRV_MODULE_RELDATE "Dec 03, 2009" | 62 | #define DRV_MODULE_RELDATE "Feb 15, 2010" |
63 | #define FW_MIPS_FILE_06 "bnx2/bnx2-mips-06-5.0.0.j3.fw" | 63 | #define FW_MIPS_FILE_06 "bnx2/bnx2-mips-06-5.0.0.j6.fw" |
64 | #define FW_RV2P_FILE_06 "bnx2/bnx2-rv2p-06-5.0.0.j3.fw" | 64 | #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.j3.fw" | 65 | #define FW_MIPS_FILE_09 "bnx2/bnx2-mips-09-5.0.0.j9.fw" |
66 | #define FW_RV2P_FILE_09_Ax "bnx2/bnx2-rv2p-09ax-5.0.0.j3.fw" | 66 | #define FW_RV2P_FILE_09_Ax "bnx2/bnx2-rv2p-09ax-5.0.0.j10.fw" |
67 | #define FW_RV2P_FILE_09 "bnx2/bnx2-rv2p-09-5.0.0.j3.fw" | 67 | #define FW_RV2P_FILE_09 "bnx2/bnx2-rv2p-09-5.0.0.j10.fw" |
68 | 68 | ||
69 | #define RUN_AT(x) (jiffies + (x)) | 69 | #define RUN_AT(x) (jiffies + (x)) |
70 | 70 | ||