Make fxp(4) support the PRO/100 VE variant just added to pcidevs.

Reported by rix on #NetBSD-code on freenode.
This commit is contained in:
cube 2006-09-27 21:46:15 +00:00
parent 1e05843063
commit f33f698361
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_fxp_pci.c,v 1.48 2006/09/24 03:53:09 jmcneill Exp $ */
/* $NetBSD: if_fxp_pci.c,v 1.49 2006/09/27 21:46:15 cube 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.48 2006/09/24 03:53:09 jmcneill Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_fxp_pci.c,v 1.49 2006/09/27 21:46:15 cube Exp $");
#include "rnd.h"
@ -135,6 +135,8 @@ static const struct fxp_pci_product {
"Intel PRO/100 VE (LOM) Network Controller" },
{ PCI_PRODUCT_INTEL_PRO_100_VE_6,
"Intel PRO/100 VE Network Controller" },
{ PCI_PRODUCT_INTEL_PRO_100_VE_7,
"Intel PRO/100 VE Network Controller" },
{ PCI_PRODUCT_INTEL_PRO_100_VM_0,
"Intel PRO/100 VM Network Controller" },
{ PCI_PRODUCT_INTEL_PRO_100_VM_1,