diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2004-02-25 12:25:10 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2004-02-25 12:25:10 +0000 |
commit | 8bcfc932d4f1bd9768662d50a935a19f4d078696 (patch) | |
tree | 86f1f0e11f2617bfbfad0cf4e19cce2f4c88798e /sys | |
parent | 8bba8abfad86500a5a10298ce5348d3c6eece1c2 (diff) |
more chipsets; ok henning@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/if_fxp_pci.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/pci/if_fxp_pci.c b/sys/dev/pci/if_fxp_pci.c index 55270dd44de..b02a14144b9 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.24 2004/02/07 05:44:14 deraadt Exp $ */ +/* $OpenBSD: if_fxp_pci.c,v 1.25 2004/02/25 12:25:09 markus Exp $ */ /* * Copyright (c) 1995, David Greenman @@ -106,6 +106,9 @@ const struct pci_matchid fxp_pci_devices[] = { { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_PRO_100_VM_4 }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_PRO_100_VM_5 }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_PRO_100_M }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_PRO_100 }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801E_LAN_1 }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801E_LAN_2 }, }; /* |