summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci')
-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 50de486bb8b..4a2fc7ed5f4 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.12 2002/03/14 01:26:58 millert Exp $ */
+/* $OpenBSD: if_fxp_pci.c,v 1.13 2002/05/31 08:46:00 mpech Exp $ */
/*
* Copyright (c) 1995, David Greenman
@@ -109,6 +109,7 @@ fxp_pci_match(parent, match, aux)
case PCI_PRODUCT_INTEL_PRO_100_VE_1:
case PCI_PRODUCT_INTEL_PRO_100_VM_0:
case PCI_PRODUCT_INTEL_PRO_100_VM_1:
+ case PCI_PRODUCT_INTEL_PRO_100_VM_2:
return (1);
}
@@ -183,6 +184,7 @@ fxp_pci_attach(parent, self, aux)
case PCI_PRODUCT_INTEL_PRO_100_VE_1:
case PCI_PRODUCT_INTEL_PRO_100_VM_0:
case PCI_PRODUCT_INTEL_PRO_100_VM_1:
+ case PCI_PRODUCT_INTEL_PRO_100_VM_2:
sc->sc_flags |= FXPF_HAS_RESUME_BUG;
sc->not_82557 = 0;
break;