]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Add a missing PCI ID that is tested as working.
authorMichael Brown <mcb30@etherboot.org>
Wed, 10 Oct 2007 01:07:18 +0000 (02:07 +0100)
committerMichael Brown <mcb30@etherboot.org>
Wed, 10 Oct 2007 01:07:18 +0000 (02:07 +0100)
src/drivers/net/r8169.c

index 2651c4c21562eca7fe70a0bf4396ba1e85440f9c..90dd2c3b096ec3ad59f66fdffa3943fca46335d3 100644 (file)
@@ -858,6 +858,7 @@ static struct pci_device_id r8169_nics[] = {
        PCI_ROM(0x10ec, 0x8169, "r8169", "RealTek RTL8169 Gigabit Ethernet"),
         PCI_ROM(0x16ec, 0x0116, "usr-r8169", "US Robotics RTL8169 Gigabit Ethernet"),
         PCI_ROM(0x1186, 0x4300, "dlink-r8169", "D-Link RTL8169 Gigabit Ethernet"),
+       PCI_ROM(0x1737, 0x1032, "linksys-r8169", "Linksys RTL8169 Gigabit Ethernet"),
 };
 
 PCI_DRIVER ( r8169_driver, r8169_nics, PCI_NO_CLASS );