net: rtl8169: Support RTL-8168c/8111c
authorThierry Reding <treding@nvidia.com>
Wed, 11 Sep 2019 17:19:06 +0000 (19:19 +0200)
committerJoe Hershberger <joe.hershberger@ni.com>
Mon, 9 Dec 2019 15:47:42 +0000 (09:47 -0600)
commit945dd965ddd8b27bda6817d3972d8c00a88b8a01
tree1c270c0a77751e24a10182fbfd1d251319a54050
parent17caaf8a9d5f9261a58fc7c29eab0ea6fa55e339
net: rtl8169: Support RTL-8168c/8111c

This version of the RTL-8168 chip can be found on some add-in cards sold
by CSL-Computer GmbH & Co. KG. The chip isn't special in any way, but it
needs to have the ChipCmd register programmed after the DMA descriptors
have been set up, so make sure that happens by adding an entry to the
chip information table.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/rtl8169.c