From: Steven Walter Date: Tue, 17 Jun 2008 21:37:43 +0000 (-0400) Subject: [tg3] Recognize the BCM5789 X-Git-Tag: v0.9.4~119 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14fe4d4ba5d45bd7f4d9c097167af1f350e8142c;p=thirdparty%2Fipxe.git [tg3] Recognize the BCM5789 Add an entry to tg3_nics for the BCM5789 Signed-off-by: Steven Walter --- diff --git a/src/drivers/net/tg3.c b/src/drivers/net/tg3.c index ba228d72b..5d1bf407e 100644 --- a/src/drivers/net/tg3.c +++ b/src/drivers/net/tg3.c @@ -3372,6 +3372,7 @@ 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, 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"), PCI_ROM(0x14e4, 0x16a6, "tg3-5702X", "Broadcom Tigon 3 5702X"), PCI_ROM(0x14e4, 0x16a7, "tg3-5703X", "Broadcom Tigon 3 5703X"), PCI_ROM(0x14e4, 0x16a8, "tg3-5704S", "Broadcom Tigon 3 5704S"),