summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason <jason@openbsd.org>2002-10-04 20:47:25 +0000
committerjason <jason@openbsd.org>2002-10-04 20:47:25 +0000
commit12eb2cbe2073f177dcbf964817ec97f472024339 (patch)
treefc658bea3b0dae8638367a69a5f3354348c212df
parentremove the BSS crud (diff)
downloadwireguard-openbsd-12eb2cbe2073f177dcbf964817ec97f472024339.tar.xz
wireguard-openbsd-12eb2cbe2073f177dcbf964817ec97f472024339.zip
Match INTEL PRO_100_VE_2, too; Chris Nadovich <chris@jtan.com>
-rw-r--r--sys/dev/pci/if_fxp_pci.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/if_fxp_pci.c b/sys/dev/pci/if_fxp_pci.c
index a8198c3b553..1519ebb3800 100644
--- a/sys/dev/pci/if_fxp_pci.c
+++ b/sys/dev/pci/if_fxp_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_fxp_pci.c,v 1.14 2002/06/28 11:35:30 markus Exp $ */
+/* $OpenBSD: if_fxp_pci.c,v 1.15 2002/10/04 20:47:25 jason Exp $ */
/*
* Copyright (c) 1995, David Greenman
@@ -107,6 +107,7 @@ fxp_pci_match(parent, match, aux)
case PCI_PRODUCT_INTEL_82562:
case PCI_PRODUCT_INTEL_PRO_100_VE_0:
case PCI_PRODUCT_INTEL_PRO_100_VE_1:
+ case PCI_PRODUCT_INTEL_PRO_100_VE_2:
case PCI_PRODUCT_INTEL_PRO_100_VM_0:
case PCI_PRODUCT_INTEL_PRO_100_VM_1:
case PCI_PRODUCT_INTEL_PRO_100_VM_2:
@@ -183,6 +184,7 @@ fxp_pci_attach(parent, self, aux)
break;
case PCI_PRODUCT_INTEL_PRO_100_VE_0:
case PCI_PRODUCT_INTEL_PRO_100_VE_1:
+ case PCI_PRODUCT_INTEL_PRO_100_VE_2:
case PCI_PRODUCT_INTEL_PRO_100_VM_0:
case PCI_PRODUCT_INTEL_PRO_100_VM_1:
case PCI_PRODUCT_INTEL_PRO_100_VM_2: