summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2014-08-26 17:34:28 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2014-10-11 01:27:34 +0200
commitd9cd60eaff2358a394cd9d1ff86651bdda394ac7 (patch)
treee6dee979d6ebb0b55fdd1c85478a085b2c6adfab
parent6c65a070c8d0b7ce8d7309838ce466b4941e9bb5 (diff)
net: rtl8169: Add support for RTL-8168/8111g
This network interface card in found on the NVIDIA Jetson TK1. Signed-off-by: Thierry Reding <treding@nvidia.com>
-rw-r--r--drivers/net/rtl8169.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/rtl8169.c b/drivers/net/rtl8169.c
index acbf022e39..a722fcf9c7 100644
--- a/drivers/net/rtl8169.c
+++ b/drivers/net/rtl8169.c
@@ -253,6 +253,7 @@ static struct {
{"RTL-8168b/8111sb", 0x38, 0xff7e1880,},
{"RTL-8168d/8111d", 0x28, 0xff7e1880,},
{"RTL-8168evl/8111evl", 0x2e, 0xff7e1880,},
+ {"RTL-8168/8111g", 0x4c, 0xff7e1880,},
{"RTL-8101e", 0x34, 0xff7e1880,},
{"RTL-8100e", 0x32, 0xff7e1880,},
};