diff options
author | Divy Le Ray <divy@chelsio.com> | 2009-05-29 08:52:44 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-05-29 18:55:04 -0400 |
commit | 744514249f0656e2d50bb57585241670c2d4f32b (patch) | |
tree | f95275ec6dca4be204bdf43df8fce94aba1dc920 /drivers/net/cxgb3/t3_hw.c | |
parent | c3a8c5b644118b5e2cfd0690b1dcea904a792c52 (diff) |
cxgb3: Add Aeluros 2020 phy support
Add support for the AEL2020 phy.
Add PCI IDs of the boards using this phy.
Signed-off-by: Divy Le Ray <divy@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/cxgb3/t3_hw.c')
-rw-r--r-- | drivers/net/cxgb3/t3_hw.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/cxgb3/t3_hw.c b/drivers/net/cxgb3/t3_hw.c index fc7db8a9ba89..766314c91d84 100644 --- a/drivers/net/cxgb3/t3_hw.c +++ b/drivers/net/cxgb3/t3_hw.c | |||
@@ -526,6 +526,11 @@ static const struct adapter_info t3_adap_info[] = { | |||
526 | F_GPIO10_OEN | F_GPIO1_OUT_VAL | F_GPIO6_OUT_VAL | F_GPIO10_OUT_VAL, | 526 | F_GPIO10_OEN | F_GPIO1_OUT_VAL | F_GPIO6_OUT_VAL | F_GPIO10_OUT_VAL, |
527 | { S_GPIO9 }, SUPPORTED_10000baseT_Full | SUPPORTED_AUI, | 527 | { S_GPIO9 }, SUPPORTED_10000baseT_Full | SUPPORTED_AUI, |
528 | &mi1_mdio_ext_ops, "Chelsio T310" }, | 528 | &mi1_mdio_ext_ops, "Chelsio T310" }, |
529 | {1, 0, 0, | ||
530 | F_GPIO1_OEN | F_GPIO6_OEN | F_GPIO7_OEN | | ||
531 | F_GPIO1_OUT_VAL | F_GPIO6_OUT_VAL, | ||
532 | { S_GPIO9 }, SUPPORTED_10000baseT_Full | SUPPORTED_AUI, | ||
533 | &mi1_mdio_ext_ops, "Chelsio N320E-G2" }, | ||
529 | }; | 534 | }; |
530 | 535 | ||
531 | /* | 536 | /* |
@@ -552,6 +557,8 @@ static const struct port_type_info port_types[] = { | |||
552 | { t3_qt2045_phy_prep }, | 557 | { t3_qt2045_phy_prep }, |
553 | { t3_ael1006_phy_prep }, | 558 | { t3_ael1006_phy_prep }, |
554 | { NULL }, | 559 | { NULL }, |
560 | { NULL }, | ||
561 | { t3_ael2020_phy_prep }, | ||
555 | }; | 562 | }; |
556 | 563 | ||
557 | #define VPD_ENTRY(name, len) \ | 564 | #define VPD_ENTRY(name, len) \ |