netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Patch for USR r8169 clone
@ 2005-04-22 17:41 Ruud Linders
  2005-04-22 18:31 ` Francois Romieu
  0 siblings, 1 reply; 2+ messages in thread
From: Ruud Linders @ 2005-04-22 17:41 UTC (permalink / raw)
  To: netdev; +Cc: romieu

[-- Attachment #1: Type: text/plain, Size: 203 bytes --]


Hello,

This patch makes my U.S.Robotics USR997902 gigabit ethernet card work.
Compiled and tested and working fine for me.

Please consider including in next update to r8169.c.

Thanks,
	Ruud Linders


[-- Attachment #2: PATCH.r8169.c_for_USR997902 --]
[-- Type: text/plain, Size: 345 bytes --]

--- r8169.c.ORIG	2004-12-25 11:36:12.000000000 +0100
+++ r8169.c	2005-04-22 19:18:12.000000000 +0200
@@ -151,6 +151,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,},
 };
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-04-22 18:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-22 17:41 Patch for USR r8169 clone Ruud Linders
2005-04-22 18:31 ` Francois Romieu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).