diff mbox

[ethtool] realtek: Support the RTL-8168/8111B

Message ID 1365108243-15591-1-git-send-email-thierry@gilfi.de
State Not Applicable, archived
Delegated to: David Miller
Headers show

Commit Message

Thierry Reding April 4, 2013, 8:44 p.m. UTC
This card can for instance be found in CompuLab TrimSlice devices.

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

Patch

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) },