* [PATCH ethtool] realtek: Support the RTL-8168/8111B
@ 2013-04-04 20:44 Thierry Reding
0 siblings, 0 replies; only message in thread
From: Thierry Reding @ 2013-04-04 20:44 UTC (permalink / raw)
To: netdev
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-04-04 21:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-04 20:44 [PATCH ethtool] realtek: Support the RTL-8168/8111B Thierry Reding
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox