summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_fxp_pci.c
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2002-11-26 16:14:50 +0000
committerJason Wright <jason@cvs.openbsd.org>2002-11-26 16:14:50 +0000
commitff0d99d24d6741a18ffbcbdd6ea1f99d8f711687 (patch)
treea47a0c64cf6c1ab119e48f1026edcf1e7afefd41 /sys/dev/pci/if_fxp_pci.c
parentc6034293d8defe9ddb355665582dbe6b3b68a46f (diff)
Match VE_3, too; Cliff Skolnick
Diffstat (limited to 'sys/dev/pci/if_fxp_pci.c')
-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 238113c052a..933ebadb9d4 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.16 2002/11/19 18:40:17 jason Exp $ */
+/* $OpenBSD: if_fxp_pci.c,v 1.17 2002/11/26 16:14:49 jason Exp $ */
/*
* Copyright (c) 1995, David Greenman
@@ -94,6 +94,7 @@ const struct pci_matchid fxp_pci_devices[] = {
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_PRO_100_VE_0 },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_PRO_100_VE_1 },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_PRO_100_VE_2 },
+ { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_PRO_100_VE_3 },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_PRO_100_VM_0 },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_PRO_100_VM_1 },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_PRO_100_VM_2 },
@@ -180,6 +181,7 @@ fxp_pci_attach(parent, self, aux)
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_VE_3:
case PCI_PRODUCT_INTEL_PRO_100_VM_0:
case PCI_PRODUCT_INTEL_PRO_100_VM_1:
case PCI_PRODUCT_INTEL_PRO_100_VM_2: