projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d58acdc
)
net: rtl8169: Add support for RTL-8168/8111g
author
Thierry Reding
<treding@nvidia.com>
Wed, 10 Dec 2014 05:25:27 +0000
(22:25 -0700)
committer
Tom Warren
<twarren@nvidia.com>
Thu, 18 Dec 2014 20:21:41 +0000
(13:21 -0700)
This network interface card is found on the NVIDIA Jetson TK1.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
drivers/net/rtl8169.c
patch
|
blob
|
history
diff --git
a/drivers/net/rtl8169.c
b/drivers/net/rtl8169.c
index c1eb9f3c4ce9a10e92d34ccb33f0f9ce34ea6694..cea6701203815e05f37d46040b3fb76d18bed5bf 100644
(file)
--- 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,},
};