]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[tg3] Add PCI ID
authorMichael Brown <mcb30@etherboot.org>
Mon, 29 Sep 2008 15:00:09 +0000 (16:00 +0100)
committerMichael Brown <mcb30@etherboot.org>
Mon, 29 Sep 2008 15:00:09 +0000 (16:00 +0100)
Reported working by Martin Kreiner <m.kreiner@levigo.de>

src/drivers/net/tg3.c

index 82b37faba8aeaf4adbeba2a10bcd5e7a9585e49a..bda832e83ed06f62ec9a046caa87813b9d3db052 100644 (file)
@@ -3397,6 +3397,7 @@ PCI_ROM(0x14e4, 0x165d, "tg3-5705M",       "Broadcom Tigon 3 5705M"),
 PCI_ROM(0x14e4, 0x165e, "tg3-5705M_2",     "Broadcom Tigon 3 5705M_2"),
 PCI_ROM(0x14e4, 0x1677, "tg3-5751",        "Broadcom Tigon 3 5751"),
 PCI_ROM(0x14e4, 0x167a, "tg3-5754",        "Broadcom Tigon 3 5754"),
+PCI_ROM(0x14e4, 0x1693, "tg3-5787",       "Broadcom Tigon 3 5787"),
 PCI_ROM(0x14e4, 0x1696, "tg3-5782",        "Broadcom Tigon 3 5782"),
 PCI_ROM(0x14e4, 0x169c, "tg3-5788",        "Broadcom Tigon 3 5788"),
 PCI_ROM(0x14e4, 0x169d, "tg3-5789",        "Broadcom Tigon 3 5789"),