From bd8f07c3947a4e00e9d3ca6e832fd0e368a10e95 Mon Sep 17 00:00:00 2001 From: mycroft Date: Sun, 9 Jul 2000 00:46:26 +0000 Subject: [PATCH] Recognize the i82559ER. --- sys/dev/pci/if_fxp_pci.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/dev/pci/if_fxp_pci.c b/sys/dev/pci/if_fxp_pci.c index de085d2f89db..16e99ba9aa48 100644 --- a/sys/dev/pci/if_fxp_pci.c +++ b/sys/dev/pci/if_fxp_pci.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_fxp_pci.c,v 1.8 2000/05/12 18:46:34 jhawk Exp $ */ +/* $NetBSD: if_fxp_pci.c,v 1.9 2000/07/09 00:46:26 mycroft Exp $ */ /*- * Copyright (c) 1997, 1998, 1999, 2000 The NetBSD Foundation, Inc. @@ -119,6 +119,8 @@ const struct fxp_pci_product { } fxp_pci_products[] = { { PCI_PRODUCT_INTEL_82557, "Intel i82557 Ethernet" }, + { PCI_PRODUCT_INTEL_82559ER, + "Intel i82559ER Ethernet" }, { PCI_PRODUCT_INTEL_IN_BUSINESS, "Intel InBusiness Ethernet" },