lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ