From: Russell King <rmk+ker...@armlinux.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+ker...@armlinux.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