summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_fxp_pci.c
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2002-06-28 11:35:31 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2002-06-28 11:35:31 +0000
commit9b5cb33bbde5ca343b4f817a4ed78921e42b15b0 (patch)
treec29e7df4c6a7b63db95740b7ed95e9cb486a43c2 /sys/dev/pci/if_fxp_pci.c
parentfa319ab623b482a8b229705bde623e359228256f (diff)
support for PCI_PRODUCT_INTEL_PRO_100_VM_3; ok art@
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 4a2fc7ed5f4..a8198c3b553 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.13 2002/05/31 08:46:00 mpech Exp $ */
+/* $OpenBSD: if_fxp_pci.c,v 1.14 2002/06/28 11:35:30 markus Exp $ */
/*
* Copyright (c) 1995, David Greenman
@@ -110,6 +110,7 @@ fxp_pci_match(parent, match, aux)
case PCI_PRODUCT_INTEL_PRO_100_VM_0:
case PCI_PRODUCT_INTEL_PRO_100_VM_1:
case PCI_PRODUCT_INTEL_PRO_100_VM_2:
+ case PCI_PRODUCT_INTEL_PRO_100_VM_3:
return (1);
}
@@ -185,6 +186,7 @@ fxp_pci_attach(parent, self, aux)
case PCI_PRODUCT_INTEL_PRO_100_VM_0:
case PCI_PRODUCT_INTEL_PRO_100_VM_1:
case PCI_PRODUCT_INTEL_PRO_100_VM_2:
+ case PCI_PRODUCT_INTEL_PRO_100_VM_3:
sc->sc_flags |= FXPF_HAS_RESUME_BUG;
sc->not_82557 = 0;
break;