]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: rtl8169: Add support for RTL8168d/8111d
authorThierry Reding <thierry.reding@gmail.com>
Fri, 20 Sep 2013 14:03:43 +0000 (16:03 +0200)
committerJoe Hershberger <joe.hershberger@ni.com>
Fri, 22 Nov 2013 23:03:21 +0000 (17:03 -0600)
commit2287286be4e268d3d4ec3c0347bf31479dbd1f05
treed10aef27de15aa05e2a1d260dd50b717546adbec
parent22ece0e2e23c5cc5a23a5b8aff3dc75c9832e82f
net: rtl8169: Add support for RTL8168d/8111d

This chip is compatible with the existing driver, except that it uses
BAR2 instead of BAR1 for the I/O memory region. Using this patch I can
use the PCIe ethernet interface on the CompuLab Trimslice to boot from
the network.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Patch: 276477
drivers/net/rtl8169.c