[PATCH] r8169: add new PCI ID
authorYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Thu, 25 May 2006 01:24:46 +0000 (10:24 +0900)
committerJeff Garzik <jeff@garzik.org>
Sat, 27 May 2006 01:47:15 +0000 (21:47 -0400)
Hi,

This patch add new PCI ID for r8169 driver.
RTL8110SBL has this PCI ID.

Please aply.

Yoichi

Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/r8169.c

index 0ad3310290f1e0d8b012a607894eab6668302757..9945cc6b8d90ac1fbdfca8ebad2cc6a5320c6cef 100644 (file)
@@ -184,6 +184,7 @@ static const struct {
 
 static struct pci_device_id rtl8169_pci_tbl[] = {
        { PCI_DEVICE(PCI_VENDOR_ID_REALTEK,     0x8169), },
+       { PCI_DEVICE(PCI_VENDOR_ID_REALTEK,     0x8129), },
        { PCI_DEVICE(PCI_VENDOR_ID_DLINK,       0x4300), },
        { PCI_DEVICE(0x16ec,                    0x0116), },
        { PCI_VENDOR_ID_LINKSYS,                0x1032, PCI_ANY_ID, 0x0024, },