summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1999-10-09 19:45:03 +0000
committerJason Downs <downsj@cvs.openbsd.org>1999-10-09 19:45:03 +0000
commit06614132c444ac9c14374b8ce9a034b1020217e6 (patch)
tree0765aafd201585ce70bde4f8081eb7bd411c2084 /sys/dev
parentc9debd9219d8f92c786f73ea7603fc445a4362f4 (diff)
Attach to the new 82559 ID number as well.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/if_fxp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_fxp.c b/sys/dev/pci/if_fxp.c
index 150c0f0709c..25af2b57aac 100644
--- a/sys/dev/pci/if_fxp.c
+++ b/sys/dev/pci/if_fxp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_fxp.c,v 1.19 1999/02/26 17:05:53 jason Exp $ */
+/* $OpenBSD: if_fxp.c,v 1.20 1999/10/09 19:45:02 downsj Exp $ */
/* $NetBSD: if_fxp.c,v 1.2 1997/06/05 02:01:55 thorpej Exp $ */
/*
@@ -323,6 +323,7 @@ fxp_match(parent, match, aux)
switch (PCI_PRODUCT(pa->pa_id)) {
case PCI_PRODUCT_INTEL_82557:
+ case PCI_PRODUCT_INTEL_82559:
return (1);
}