From 34b21f72cef1cca5bbdf48f8432770b0b435559e Mon Sep 17 00:00:00 2001 From: Michael Chan Date: Mon, 10 Dec 2007 17:18:23 -0800 Subject: [PATCH] --- yaml --- r: 74801 b: refs/heads/master c: fb0c18bd1f61086fcfac90017b59891a356cc288 h: refs/heads/master i: 74799: be99bfa17678530e687a14058f8497cc9a73ce37 v: v3 --- [refs] | 2 +- trunk/drivers/net/bnx2.c | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 94361db4aaef..d22be859e6e2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9b3efc0133a807070dbd21254102995b65969965 +refs/heads/master: fb0c18bd1f61086fcfac90017b59891a356cc288 diff --git a/trunk/drivers/net/bnx2.c b/trunk/drivers/net/bnx2.c index da767d3d5af5..a4f3832d0a66 100644 --- a/trunk/drivers/net/bnx2.c +++ b/trunk/drivers/net/bnx2.c @@ -6685,8 +6685,9 @@ bnx2_init_board(struct pci_dev *pdev, struct net_device *dev) } else if (CHIP_NUM(bp) == CHIP_NUM_5706 || CHIP_NUM(bp) == CHIP_NUM_5708) bp->phy_flags |= PHY_CRC_FIX_FLAG; - else if (CHIP_ID(bp) == CHIP_ID_5709_A0 || - CHIP_ID(bp) == CHIP_ID_5709_A1) + else if (CHIP_NUM(bp) == CHIP_NUM_5709 && + (CHIP_REV(bp) == CHIP_REV_Ax || + CHIP_REV(bp) == CHIP_REV_Bx)) bp->phy_flags |= PHY_DIS_EARLY_DAC_FLAG; if ((CHIP_ID(bp) == CHIP_ID_5708_A0) ||