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

Bug#361783: kernel-image-2.4.27-i386: missing pci ids for RTL8169 based cards



package: kernel-image-2.4.27-i386

The r8169 driver has only one pci id, for a realtek manufactured card.
(reference implementation?)
There are several more cards based on this chip, which are not recognized
and can be supported by simply adding pci id lines.
Sample patch attached, for the USR 7902 (which is a card I use).


Regards,

Filip

-- 
"The man who trades freedom for security does not deserve nor will he ever
 receive either."
	-- Benjamin Franklin
--- linux-2.4.32/drivers/net/r8169.c	2004-08-08 01:26:05.000000000 +0200
+++ r8169.c	2006-04-04 17:03:13.000000000 +0200
@@ -145,6 +145,7 @@
 
 static struct pci_device_id rtl8169_pci_tbl[] = {
 	{0x10ec, 0x8169, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
+	{0x16ec, 0x0116, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
 	{0,},
 };
 

Reply to: