[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#311501: Additional Information and Patch



Hi again,

I just found on http://oss.sgi.com/archives/netdev/2005-04/msg00782.html that 
there is a pci_device_id missing.

Attached there is a patch against kernel-source-2.6.11-5, which is working 
fine for me.

Cheers,
	Stefan
--- r8169.c.ORIG	Wed Jun  1 13:10:13 2005
+++ r8169.c	Wed Jun  1 13:10:23 2005
@@ -176,6 +176,7 @@
 static struct pci_device_id rtl8169_pci_tbl[] = {
 	{0x10ec, 0x8169, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
 	{0x1186, 0x4300, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
+	{0x16EC, 0x0116, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
 	{0,},
 };
 

Reply to: