From: Thierry Reding <thierry@gilfi.de>
To: netdev@vger.kernel.org
Subject: [PATCH ethtool] realtek: Support the RTL-8168/8111B
Date: Thu, 4 Apr 2013 22:44:03 +0200 [thread overview]
Message-ID: <1365108243-15591-1-git-send-email-thierry@gilfi.de> (raw)
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 --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
reply other threads:[~2013-04-04 21:30 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1365108243-15591-1-git-send-email-thierry@gilfi.de \
--to=thierry@gilfi.de \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox