summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2002-10-04 20:47:26 +0000
committerJason Wright <jason@cvs.openbsd.org>2002-10-04 20:47:26 +0000
commit1dfc653c131f7b25c564040c7470ab1ec574014b (patch)
tree13f8c87218b735c2b7c4729f92ee30179ad6bf2f
parentfb6937feec89d169e4a1931b45c5f048de8a64ca (diff)
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: