Add support for another Intel Pro/100 variant. From Quentin Garnier in

private mail.
This commit is contained in:
bouyer 2003-06-28 23:04:50 +00:00
parent 2eb9add444
commit ab8781bdb6
1 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_fxp_pci.c,v 1.33 2003/03/14 22:04:03 jdolecek Exp $ */
/* $NetBSD: if_fxp_pci.c,v 1.34 2003/06/28 23:04:50 bouyer Exp $ */
/*-
* Copyright (c) 1997, 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
@ -43,7 +43,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_fxp_pci.c,v 1.33 2003/03/14 22:04:03 jdolecek Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_fxp_pci.c,v 1.34 2003/06/28 23:04:50 bouyer Exp $");
#include "rnd.h"
@ -140,6 +140,8 @@ const struct fxp_pci_product {
"Intel PRO/100 VM Network Controller with 82562EM/EX PHY" },
{ PCI_PRODUCT_INTEL_PRO_100_VM_4,
"Intel PRO/100 VM Network Controller with 82562EM/EX (CNR) PHY" },
{ PCI_PRODUCT_INTEL_PRO_100_VM_6,
"Intel PRO/100 VM Network Controller with 82562ET PHY" },
{ PCI_PRODUCT_INTEL_PRO_100_M,
"Intel PRO/100 M Network Controller" },
{ 0,
@ -379,6 +381,7 @@ fxp_pci_attach(parent, self, aux)
case PCI_PRODUCT_INTEL_PRO_100_VM_2:
case PCI_PRODUCT_INTEL_PRO_100_VM_3:
case PCI_PRODUCT_INTEL_PRO_100_VM_4:
case PCI_PRODUCT_INTEL_PRO_100_VM_6:
aprint_normal(": %s, rev %d\n", fpp->fpp_name, sc->sc_rev);
/*