Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158770
b: refs/heads/master
c: 2c3d50f
h: refs/heads/master
v: v3
  • Loading branch information
Divy Le Ray authored and David S. Miller committed Jul 8, 2009
1 parent 1913a97 commit dca2d00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 09bb9aa0ed22bea814b0f137390f911af33ddd1b
refs/heads/master: 2c3d50f7db6c4aa85b099613aba8660da6de75d4
7 changes: 3 additions & 4 deletions trunk/drivers/net/cxgb3/aq100x.c
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,8 @@ int t3_aq100x_phy_prep(struct cphy *phy, struct adapter *adapter, int phy_addr,

cphy_init(phy, adapter, phy_addr, &aq100x_ops, mdio_ops,
SUPPORTED_1000baseT_Full | SUPPORTED_10000baseT_Full |
SUPPORTED_Autoneg | SUPPORTED_AUI, "1000/10GBASE-T");
SUPPORTED_TP | SUPPORTED_Autoneg | SUPPORTED_AUI,
"1000/10GBASE-T");

/*
* The PHY has been out of reset ever since the system powered up. So
Expand Down Expand Up @@ -316,11 +317,9 @@ int t3_aq100x_phy_prep(struct cphy *phy, struct adapter *adapter, int phy_addr,

/* Firmware version check. */
t3_mdio_read(phy, MDIO_MMD_VEND1, AQ_FW_VERSION, &v);
if (v != 30) {
if (v != 101)
CH_WARN(adapter, "PHY%d: unsupported firmware %d\n",
phy_addr, v);
return 0; /* allow t3_prep_adapter to succeed */
}

/*
* The PHY should start in really-low-power mode. Prepare it for normal
Expand Down

0 comments on commit dca2d00

Please sign in to comment.