diff options
author | Vladislav Zolotarov <vladz@broadcom.com> | 2010-02-17 16:35:01 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-02-17 16:35:44 -0500 |
commit | 3359fced77f6b4ba1c7de9deace1d7dfa7217bbc (patch) | |
tree | 0a07404bd7726559afde96901fa02cf48f8ec47b /drivers/net/bnx2x_fw_defs.h | |
parent | 2db29fc71b7e6af41aa1fadb67f588846dc461cf (diff) |
bnx2x: Use firmware 5.2.13
Switch to the new firmware version (5.2.13).
Signed-off-by: Vladislav Zolotarov <vladz@broadcom.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bnx2x_fw_defs.h')
-rw-r--r-- | drivers/net/bnx2x_fw_defs.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/drivers/net/bnx2x_fw_defs.h b/drivers/net/bnx2x_fw_defs.h index 931dcace5628..08d71bf438d6 100644 --- a/drivers/net/bnx2x_fw_defs.h +++ b/drivers/net/bnx2x_fw_defs.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* bnx2x_fw_defs.h: Broadcom Everest network driver. | 1 | /* bnx2x_fw_defs.h: Broadcom Everest network driver. |
2 | * | 2 | * |
3 | * Copyright (c) 2007-2009 Broadcom Corporation | 3 | * Copyright (c) 2007-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 |
@@ -471,6 +471,11 @@ | |||
471 | 471 | ||
472 | 472 | ||
473 | /* Host coalescing constants */ | 473 | /* Host coalescing constants */ |
474 | #define HC_IGU_BC_MODE 0 | ||
475 | #define HC_IGU_NBC_MODE 1 | ||
476 | |||
477 | #define HC_REGULAR_SEGMENT 0 | ||
478 | #define HC_DEFAULT_SEGMENT 1 | ||
474 | 479 | ||
475 | /* index numbers */ | 480 | /* index numbers */ |
476 | #define HC_USTORM_DEF_SB_NUM_INDICES 8 | 481 | #define HC_USTORM_DEF_SB_NUM_INDICES 8 |