--- if_fxp.c.orig	Mon Oct 27 01:06:27 2003
+++ if_fxp.c	Mon Oct 27 01:06:22 2003
@@ -160,6 +160,7 @@
     { 0x1037,		"Intel Pro/100 Ethernet" },
     { 0x1038,		"Intel Pro/100 Ethernet" },
     { 0x1039,		"Intel Pro/100 Ethernet" },
+    { 0x1050,		"Intel Pro/100 Ethernet" },
     { 0x103A,		"Intel Pro/100 Ethernet" },
     { 0x103B,		"Intel Pro/100 Ethernet" },
     { 0x103C,		"Intel Pro/100 Ethernet" },
@@ -540,7 +541,7 @@
 	 * See Intel 82801BA/82801BAM Specification Update, Errata #30.
 	 */
 	i = pci_get_device(dev);
-	if (i == 0x2449 || (i > 0x1030 && i < 0x1039) ||
+	if (i == 0x2449 || (i > 0x1030 && i < 0x1050) ||
 	    sc->revision >= FXP_REV_82559_A0) {
 		fxp_read_eeprom(sc, &data, 10, 1);
 		if (data & 0x02) {			/* STB enable */
