aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb/e1000_hw.h
diff options
context:
space:
mode:
authorJohn W Linville <linville@tuxdriver.com>2017-07-21 14:12:24 -0400
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2017-08-08 18:09:12 -0700
commiteeb0149660a21c61122d4937bd406aa4f334c1e4 (patch)
tree5a0b342e61cef3fec348369971f62d6f9c38ad79 /drivers/net/ethernet/intel/igb/e1000_hw.h
parentigbvf: convert msleep to mdelay in atomic context (diff)
downloadlinux-dev-eeb0149660a21c61122d4937bd406aa4f334c1e4.tar.xz
linux-dev-eeb0149660a21c61122d4937bd406aa4f334c1e4.zip
igb: support BCM54616 PHY
The management port on an Edgecore AS7712-32 switch uses an igb MAC, but it uses a BCM54616 PHY. Without a patch like this, loading the igb module produces dmesg output like this: [ 3.439125] igb: Copyright (c) 2007-2014 Intel Corporation. [ 3.439866] igb: probe of 0000:00:14.0 failed with error -2 Signed-off-by: John W Linville <linville@tuxdriver.com> Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to '')
-rw-r--r--drivers/net/ethernet/intel/igb/e1000_hw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/intel/igb/e1000_hw.h b/drivers/net/ethernet/intel/igb/e1000_hw.h
index 6ea9f702ba0f..6c9485ab4b57 100644
--- a/drivers/net/ethernet/intel/igb/e1000_hw.h
+++ b/drivers/net/ethernet/intel/igb/e1000_hw.h
@@ -128,6 +128,7 @@ enum e1000_phy_type {
e1000_phy_ife,
e1000_phy_82580,
e1000_phy_i210,
+ e1000_phy_bcm54616,
};
enum e1000_bus_type {