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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Thu,  4 Apr 2013 22:44:03 +0200
From:	Thierry Reding <thierry@...fi.de>
To:	netdev@...r.kernel.org
Subject: [PATCH ethtool] realtek: Support the RTL-8168/8111B

This card can for instance be found in CompuLab TrimSlice devices.

Signed-off-by: Thierry Reding <thierry@...fi.de>
---
 realtek.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/realtek.c b/realtek.c
index c3d7ae5..8ecd9a2 100644
--- a/realtek.c
+++ b/realtek.c
@@ -28,6 +28,7 @@ enum chip_type {
 	RTL8169_8110SB,
 	RTL8169_8110SCd,
 	RTL8169_8110SCe,
+	RTL8168_8111B,
 	RTL8168_8111Bb,
 	RTL8168_8111Bef,
 	RTL8101Ebc,
@@ -60,6 +61,7 @@ static struct chip_info {
 	{ "RTL-8169/8110SB",	HW_REVID(0, 0, 0, 1, 0, 0, 0, 0) },
 	{ "RTL-8169/8110SCd",	HW_REVID(0, 0, 0, 1, 1, 0, 0, 0) },
 	{ "RTL-8169/8110SCe",	HW_REVID(1, 0, 0, 1, 1, 0, 0, 0) },
+	{ "RTL-8168/8111B",	HW_REVID(0, 0, 1, 0, 1, 0, 0, 0) },
 	{ "RTL-8168/8111Bb",	HW_REVID(0, 0, 1, 1, 0, 0, 0, 0) },
 	{ "RTL-8168/8111Bef",	HW_REVID(0, 0, 1, 1, 1, 0, 0, 0) },
 	{ "RTL-8101Ebc",	HW_REVID(0, 0, 1, 1, 0, 1, 0, 0) },
-- 
1.8.2

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ