summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_fxp_pci.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-02-18 01:31:46 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-02-18 01:31:46 +0000
commitc8b71ab1f0bc4f5a1ce5f40f885c78b4fa6fa48b (patch)
tree69d4a665d45be9efac3d6732f49eda5a124fac08 /sys/dev/pci/if_fxp_pci.c
parent44afbbeecef309c91bd7c32f0e72ea74063a7ce0 (diff)
new fxp; cube@cubidou.net
Diffstat (limited to 'sys/dev/pci/if_fxp_pci.c')
-rw-r--r--sys/dev/pci/if_fxp_pci.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_fxp_pci.c b/sys/dev/pci/if_fxp_pci.c
index 933ebadb9d4..423f5c5a1b1 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.17 2002/11/26 16:14:49 jason Exp $ */
+/* $OpenBSD: if_fxp_pci.c,v 1.18 2003/02/18 01:31:45 deraadt Exp $ */
/*
* Copyright (c) 1995, David Greenman
@@ -99,6 +99,7 @@ const struct pci_matchid fxp_pci_devices[] = {
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_PRO_100_VM_1 },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_PRO_100_VM_2 },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_PRO_100_VM_3 },
+ { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_PRO_100_M },
};
/*