summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois Romieu <romieu@fr.zoreil.com>2007-05-24 22:02:42 +0200
committerJeff Garzik <jeff@garzik.org>2007-05-24 17:48:40 -0400
commitfed21029f02c970c6affaafa4a9294fce2775f40 (patch)
tree3da21876bf1dd97945f0e704c9a26129a2ff0bd9
parent029cce110c4e5297bbe3f946868e32820e842856 (diff)
downloadethtool-fed21029f02c970c6affaafa4a9294fce2775f40.tar.gz
ethtool: new ID to decode the registers of the 8168 (realtek)
Tested with an Asrock 945G-DVI (LOM). Signed-off-by: Francois Romieu <romieu@fr.zoreil.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
-rw-r--r--realtek.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/realtek.c b/realtek.c
index 64ab7f8..8daba69 100644
--- a/realtek.c
+++ b/realtek.c
@@ -45,6 +45,7 @@ static struct chip_info {
{ "RTL-8100B/8139D", HW_REVID(1, 1, 1, 0, 1, 0, 1) },
{ "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-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) },