diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-06-18 15:27:55 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-06-18 15:27:55 +0000 |
commit | 9d1c00a774c971da54e47c9056b834edc4a0ffcb (patch) | |
tree | 8970f684c5f979c560352ca91656df7586b0fabe /sys/dev/pci/if_fxp_pci.c | |
parent | 42b069fef162afc6d7fbae682ac0f55e51b7349e (diff) |
match 82559ER
Diffstat (limited to 'sys/dev/pci/if_fxp_pci.c')
-rw-r--r-- | sys/dev/pci/if_fxp_pci.c | 3 |
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 d4e730bfef8..f42de3dfdbe 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.2 2000/04/26 19:12:08 chris Exp $ */ +/* $OpenBSD: if_fxp_pci.c,v 1.3 2000/06/18 15:27:54 deraadt Exp $ */ /* * Copyright (c) 1995, David Greenman @@ -118,6 +118,7 @@ fxp_pci_match(parent, match, aux) switch (PCI_PRODUCT(pa->pa_id)) { case PCI_PRODUCT_INTEL_82557: case PCI_PRODUCT_INTEL_82559: + case PCI_PRODUCT_INTEL_82559ER: return (1); } |