rtl8169 driver: let it recognize an extra card that works too

This commit is contained in:
Ben Gras 2010-07-10 17:04:17 +00:00
parent b4345d7598
commit ae9fa7fdf6
2 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,7 @@ PRIVATE struct pcitab
{ 0x10ec, 0x8129, 0 }, /* Realtek RTL8129 */
{ 0x10ec, 0x8167, 0 }, /* Realtek RTL8169/8110 Family Gigabit NIC */
{ 0x10ec, 0x8169, 0 }, /* Realtek RTL8169 */
{ 0x10ec, 0x8168, 0 },
{ 0x1186, 0x4300, 0 }, /* D-Link DGE-528T Gigabit adaptor */

View File

@ -303,6 +303,7 @@ service rtl8169
pci device 10ec/8129;
pci device 10ec/8167;
pci device 10ec/8169;
pci device 10ec/8168;
pci device 1186/4300;
pci device 1259/c107;
pci device 1385/8169;