rtl8169 driver: let it recognize an extra card that works too
This commit is contained in:
parent
b4345d7598
commit
ae9fa7fdf6
@ -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 */
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user