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

Bug#388870: r8169



Package: linux-2.6
Version: 2.6.17-9
Severity: important

Kernel can't found driver for Corega Gigabit Network card.
This card have RTL-8169 chip and r8169.ko make good.
Cause of this trouble is r8169.c have not PCI Vender ID.
Please include next PCI Vender ID to r8169.c .

--- linux-source-2.6.17/drivers/net/r8169.c.orig        2006-06-18
10:49:35.000000000 +0900
+++ linux-source-2.6.17/drivers/net/r8169.c     2006-09-23
08:52:16.000000000 +0900
@@ -187,6 +187,7 @@ static struct pci_device_id rtl8169_pci_
        { PCI_DEVICE(PCI_VENDOR_ID_DLINK,       0x4300), },
        { PCI_DEVICE(0x16ec,                    0x0116), },
        { PCI_VENDOR_ID_LINKSYS,                0x1032, PCI_ANY_ID,
0x0024, },
+       { PCI_DEVICE(0x1259,                    0xc107), },     /*
Corega LAPCIGT */
        {0,},
 };



Reply to: