sfc: Add support for Solarflare 10Xpress SFT9001
Add type codes for the new PHY and rename the SFX7101 type code. Add definition of clause 22 extension MMD. Adapt the 10Xpress SFX7101 code to support the SFT9001 as well. Clean up register definitions. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
766ca0fa6b
commit
e6fa2eb789
@@ -455,9 +455,11 @@ enum phy_type {
|
||||
PHY_TYPE_NONE = 0,
|
||||
PHY_TYPE_CX4_RTMR = 1,
|
||||
PHY_TYPE_1G_ALASKA = 2,
|
||||
PHY_TYPE_10XPRESS = 3,
|
||||
PHY_TYPE_SFX7101 = 3,
|
||||
PHY_TYPE_XFP = 4,
|
||||
PHY_TYPE_PM8358 = 6,
|
||||
PHY_TYPE_SFT9001A = 8,
|
||||
PHY_TYPE_SFT9001B = 10,
|
||||
PHY_TYPE_MAX /* Insert any new items before this */
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user