Skip to content

Commit

Permalink
net: rtl8169: Add support for RTL-8168/8111g
Browse files Browse the repository at this point in the history
This network interface card is found on the NVIDIA Jetson TK1.

Signed-off-by: Thierry Reding <[email protected]>
Signed-off-by: Simon Glass <[email protected]>
Signed-off-by: Tom Warren <[email protected]>
  • Loading branch information
thierryreding authored and tomcwarren committed Dec 18, 2014
1 parent d58acdc commit cc0856c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/rtl8169.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,},
};
Expand Down

0 comments on commit cc0856c

Please sign in to comment.