diff options
author | Don Skidmore <donald.c.skidmore@intel.com> | 2010-11-16 22:27:16 -0500 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2010-11-16 22:27:16 -0500 |
commit | fe15e8e1c78521e0b4e375d6ed415b82265419c9 (patch) | |
tree | 7e87256e93074b1950606562dab514f9ab8ba237 /drivers/net/ixgbe/ixgbe_ethtool.c | |
parent | a391f1d51244b8274920a33c5d11aeebec3aa68f (diff) |
ixgbe: add MAC and PHY support for x540
Adds the new x540.c file and Aquantia 1202 PHY for X540 support.
Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com>
Tested-by: Stephen Ko <stephen.s.ko@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ixgbe/ixgbe_ethtool.c')
-rw-r--r-- | drivers/net/ixgbe/ixgbe_ethtool.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ixgbe/ixgbe_ethtool.c b/drivers/net/ixgbe/ixgbe_ethtool.c index 6871b2be64f6..b884f90b5805 100644 --- a/drivers/net/ixgbe/ixgbe_ethtool.c +++ b/drivers/net/ixgbe/ixgbe_ethtool.c | |||
@@ -214,6 +214,7 @@ static int ixgbe_get_settings(struct net_device *netdev, | |||
214 | /* Get PHY type */ | 214 | /* Get PHY type */ |
215 | switch (adapter->hw.phy.type) { | 215 | switch (adapter->hw.phy.type) { |
216 | case ixgbe_phy_tn: | 216 | case ixgbe_phy_tn: |
217 | case ixgbe_phy_aq: | ||
217 | case ixgbe_phy_cu_unknown: | 218 | case ixgbe_phy_cu_unknown: |
218 | /* Copper 10G-BASET */ | 219 | /* Copper 10G-BASET */ |
219 | ecmd->port = PORT_TP; | 220 | ecmd->port = PORT_TP; |