* [PATCH] ethtool: new ID to decode the registers of the 8101E (realtek)
@ 2007-05-30 11:44 Francois Romieu
2007-07-10 17:03 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Francois Romieu @ 2007-05-30 11:44 UTC (permalink / raw)
To: jgarzik; +Cc: netdev, Rolf Eike Beer
Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Cc: Rolf Eike Beer <eike-kernel@sf-tec.de>
---
realtek.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
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) },
--
1.5.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-07-10 17:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-30 11:44 [PATCH] ethtool: new ID to decode the registers of the 8101E (realtek) Francois Romieu
2007-07-10 17:03 ` Jeff Garzik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).