瀏覽代碼

Add a missing PCI ID that is tested as working.

tags/v0.9.3
Michael Brown 17 年之前
父節點
當前提交
8069598a99
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      src/drivers/net/r8169.c

+ 1
- 0
src/drivers/net/r8169.c 查看文件

@@ -858,6 +858,7 @@ static struct pci_device_id r8169_nics[] = {
858 858
 	PCI_ROM(0x10ec, 0x8169, "r8169", "RealTek RTL8169 Gigabit Ethernet"),
859 859
         PCI_ROM(0x16ec, 0x0116, "usr-r8169", "US Robotics RTL8169 Gigabit Ethernet"),
860 860
         PCI_ROM(0x1186, 0x4300, "dlink-r8169", "D-Link RTL8169 Gigabit Ethernet"),
861
+	PCI_ROM(0x1737, 0x1032, "linksys-r8169", "Linksys RTL8169 Gigabit Ethernet"),
861 862
 };
862 863
 
863 864
 PCI_DRIVER ( r8169_driver, r8169_nics, PCI_NO_CLASS );

Loading…
取消
儲存