bnx2x: enable internal target-read for 57712 and up only
Signed-off-by: Dmitry Kravkov <dmitry@broadcom.com> Signed-off-by: Shmulik Ravid <shmulikr@broadcom.com> Signed-off-by: Eilon Greenstein <eilong@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
d6cae2385f
commit
2189400b3c
@@ -10242,10 +10242,13 @@ static int __devinit bnx2x_init_dev(struct pci_dev *pdev,
|
|||||||
REG_WR(bp, PXP2_REG_PGL_ADDR_90_F0 + BP_PORT(bp)*16, 0);
|
REG_WR(bp, PXP2_REG_PGL_ADDR_90_F0 + BP_PORT(bp)*16, 0);
|
||||||
REG_WR(bp, PXP2_REG_PGL_ADDR_94_F0 + BP_PORT(bp)*16, 0);
|
REG_WR(bp, PXP2_REG_PGL_ADDR_94_F0 + BP_PORT(bp)*16, 0);
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Enable internal target-read (in case we are probed after PF FLR).
|
* Enable internal target-read (in case we are probed after PF FLR).
|
||||||
* Must be done prior to any BAR read access
|
* Must be done prior to any BAR read access. Only for 57712 and up
|
||||||
*/
|
*/
|
||||||
|
if (board_type != BCM57710 &&
|
||||||
|
board_type != BCM57711 &&
|
||||||
|
board_type != BCM57711E)
|
||||||
REG_WR(bp, PGLUE_B_REG_INTERNAL_PFID_ENABLE_TARGET_READ, 1);
|
REG_WR(bp, PGLUE_B_REG_INTERNAL_PFID_ENABLE_TARGET_READ, 1);
|
||||||
|
|
||||||
/* Reset the load counter */
|
/* Reset the load counter */
|
||||||
|
Reference in New Issue
Block a user