From 3764dec8110409fd07def332732909ba84fec752 Mon Sep 17 00:00:00 2001 From: Francois Romieu Date: Wed, 30 May 2007 13:44:03 +0200 Subject: ethtool: new ID to decode the registers of the 8101E (realtek) Signed-off-by: Francois Romieu Cc: Rolf Eike Beer Signed-off-by: Jeff Garzik --- realtek.c | 1 + 1 file changed, 1 insertion(+) (limited to 'realtek.c') diff --git a/realtek.c b/realtek.c index 8daba69..c56b3f5 100644 --- a/realtek.c +++ b/realtek.c @@ -46,6 +46,7 @@ static struct chip_info { { "RTL-8139C+", HW_REVID(1, 1, 1, 0, 1, 1, 0) }, { "RTL-8101", HW_REVID(1, 1, 1, 0, 1, 1, 1) }, { "RTL-8168B/8111B", HW_REVID(0, 1, 1, 1, 0, 0, 0) }, + { "RTL-8101E", HW_REVID(0, 1, 1, 0, 1, 0, 0) }, { "RTL-8169", HW_REVID(0, 0, 0, 0, 0, 0, 0) }, { "RTL-8169s", HW_REVID(0, 0, 0, 0, 1, 0, 0) }, { "RTL-8110", HW_REVID(0, 0, 1, 0, 0, 0, 0) }, -- cgit v1.2.1