diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2009-02-27 08:07:33 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-03-02 06:15:04 -0500 |
commit | d2d2c3731474614bff5cf47a605e59e847882f5d (patch) | |
tree | cc4f544fef07c9e5754327b4721e4f49c698197b /drivers/net/sfc/net_driver.h | |
parent | 3f39a5e9bff000025c2679101b4f83e4fc21dbba (diff) |
sfc: Add support for QT2025C PHY
This is a new PHY supporting SFP+ modules, used in the SFN4112F
reference design. It is similar to the QT2022C2 and shares much of
its support code.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/sfc/net_driver.h')
-rw-r--r-- | drivers/net/sfc/net_driver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/sfc/net_driver.h b/drivers/net/sfc/net_driver.h index 19930ff9df7b..eb768fcb3cc8 100644 --- a/drivers/net/sfc/net_driver.h +++ b/drivers/net/sfc/net_driver.h | |||
@@ -450,6 +450,7 @@ enum phy_type { | |||
450 | PHY_TYPE_QT2022C2 = 4, | 450 | PHY_TYPE_QT2022C2 = 4, |
451 | PHY_TYPE_PM8358 = 6, | 451 | PHY_TYPE_PM8358 = 6, |
452 | PHY_TYPE_SFT9001A = 8, | 452 | PHY_TYPE_SFT9001A = 8, |
453 | PHY_TYPE_QT2025C = 9, | ||
453 | PHY_TYPE_SFT9001B = 10, | 454 | PHY_TYPE_SFT9001B = 10, |
454 | PHY_TYPE_MAX /* Insert any new items before this */ | 455 | PHY_TYPE_MAX /* Insert any new items before this */ |
455 | }; | 456 | }; |