netdev
[Top] [All Lists]

Patch for USR r8169 clone

To: netdev@xxxxxxxxxxx
Subject: Patch for USR r8169 clone
From: Ruud Linders <rkmp@xxxxxxxxx>
Date: Fri, 22 Apr 2005 19:41:39 +0200
Cc: romieu@xxxxxxxxxxxxx
Sender: netdev-bounce@xxxxxxxxxxx
User-agent: Mozilla Thunderbird 1.0.2 (X11/20050317)
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

--- 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,},
 };
 
<Prev in Thread] Current Thread [Next in Thread>