diff options
author | Matheos Worku <matheos.worku@sun.com> | 2007-12-14 14:48:36 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:07:17 -0500 |
commit | 8b32e63d48d43f3843222ca66fecd45ff2a74147 (patch) | |
tree | 4ae452cf63f066fe839e3d6eb3f222f315163509 /drivers/net/ixgb/ixgb_hw.h | |
parent | 67cefcbafc16d01f9d64be8c62cccfd30b3b07c2 (diff) |
ixgb: enable sun hardware support for broadcom phy
Implement support for a SUN-specific PHY.
SUN provides a modified 82597-based board with their own
PHY that works with very little modification to the code. This
patch implements this new PHY which is identified by the
subvendor device ID. The device ID of the adapter remains
the same.
Signed-off-by: Matheos Worku <matheos.worku@sun.com>
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/ixgb/ixgb_hw.h')
-rw-r--r-- | drivers/net/ixgb/ixgb_hw.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/ixgb/ixgb_hw.h b/drivers/net/ixgb/ixgb_hw.h index 7a7684d094dc..4f176ff2b786 100644 --- a/drivers/net/ixgb/ixgb_hw.h +++ b/drivers/net/ixgb/ixgb_hw.h | |||
@@ -44,7 +44,8 @@ typedef enum { | |||
44 | ixgb_phy_type_g6005, /* 850nm, MM fiber, XPAK transceiver */ | 44 | ixgb_phy_type_g6005, /* 850nm, MM fiber, XPAK transceiver */ |
45 | ixgb_phy_type_g6104, /* 1310nm, SM fiber, XPAK transceiver */ | 45 | ixgb_phy_type_g6104, /* 1310nm, SM fiber, XPAK transceiver */ |
46 | ixgb_phy_type_txn17201, /* 850nm, MM fiber, XPAK transceiver */ | 46 | ixgb_phy_type_txn17201, /* 850nm, MM fiber, XPAK transceiver */ |
47 | ixgb_phy_type_txn17401 /* 1310nm, SM fiber, XENPAK transceiver */ | 47 | ixgb_phy_type_txn17401, /* 1310nm, SM fiber, XENPAK transceiver */ |
48 | ixgb_phy_type_bcm /* SUN specific board */ | ||
48 | } ixgb_phy_type; | 49 | } ixgb_phy_type; |
49 | 50 | ||
50 | /* XPAK transceiver vendors, for the SR adapters */ | 51 | /* XPAK transceiver vendors, for the SR adapters */ |