[<prev] [next>] [day] [month] [year] [list]
Message-Id: <E1iLYu7-0000sw-5u@rmk-PC.armlinux.org.uk>
Date: Fri, 18 Oct 2019 21:31:19 +0100
From: Russell King <rmk@...linux.org.uk>
To: netdev@...r.kernel.org
Cc: linville@...driver.com, andrew@...n.ch, f.fainelli@...il.com
Subject: [PATCH 2/3] ethtool: mark 10G Base-ER as SFF-8472 revision 10.4
onwards
From: Russell King <rmk+kernel@...linux.org.uk>
SFF-8472 revision 11.0, 12.1 and 12.2 all have support for 10G Base-ER
so mark this as "rev 10.4 onwards" rather than "rev 10.4 only".
Signed-off-by: Russell King <rmk+kernel@...linux.org.uk>
---
sfpid.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sfpid.c b/sfpid.c
index 71f0939c6282..3c50c456f93d 100644
--- a/sfpid.c
+++ b/sfpid.c
@@ -47,7 +47,7 @@ static void sff8079_show_transceiver(const __u8 *id)
/* 10G Ethernet Compliance Codes */
if (id[3] & (1 << 7))
printf("%s 10G Ethernet: 10G Base-ER" \
- " [SFF-8472 rev10.4 only]\n", pfx);
+ " [SFF-8472 rev10.4 onwards]\n", pfx);
if (id[3] & (1 << 6))
printf("%s 10G Ethernet: 10G Base-LRM\n", pfx);
if (id[3] & (1 << 5))
--
2.7.4
Powered by blists - more mailing lists