projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a89d030
)
bnx2x: Add a missing bit for PXP parity register of 57712.
author
Vladislav Zolotarov
<vladz@broadcom.com>
Sun, 20 Feb 2011 04:27:05 +0000
(
04:27
+0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 28 Feb 2011 00:05:48 +0000
(16:05 -0800)
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>
drivers/net/bnx2x/bnx2x_init.h
patch
|
blob
|
history
diff --git
a/drivers/net/bnx2x/bnx2x_init.h
b/drivers/net/bnx2x/bnx2x_init.h
index 5a268e9a0895bf0a092522974d61673a6c34da3d..fa6dbe3f2058d799e664d47f9515b5826b55719c 100644
(file)
--- a/
drivers/net/bnx2x/bnx2x_init.h
+++ b/
drivers/net/bnx2x/bnx2x_init.h
@@
-241,7
+241,7
@@
static const struct {
/* Block IGU, MISC, PXP and PXP2 parity errors as long as we don't
* want to handle "system kill" flow at the moment.
*/
- BLOCK_PRTY_INFO(PXP, 0x
3ffffff, 0x3ffffff, 0x3ffffff, 0x3
ffffff),
+ BLOCK_PRTY_INFO(PXP, 0x
7ffffff, 0x3ffffff, 0x3ffffff, 0x7
ffffff),
BLOCK_PRTY_INFO_0(PXP2, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff),
BLOCK_PRTY_INFO_1(PXP2, 0x7ff, 0x7f, 0x7f, 0x7ff),
BLOCK_PRTY_INFO(HC, 0x7, 0x7, 0x7, 0),