summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_myx.c
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2011-06-22 08:38:46 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2011-06-22 08:38:46 +0000
commita2306a598e48abfffce5ca940e2c59e547744340 (patch)
tree9f249ec717a20d2edc834b2d8acfb6fe728468b7 /sys/dev/pci/if_myx.c
parenta3cf23f9f42f738358affbf65d49f6fec767f31b (diff)
another myri10ge device matched by freebsd/linux drivers
ok dlg@
Diffstat (limited to 'sys/dev/pci/if_myx.c')
-rw-r--r--sys/dev/pci/if_myx.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/pci/if_myx.c b/sys/dev/pci/if_myx.c
index 1e6eea92f06..d5dda5b62ac 100644
--- a/sys/dev/pci/if_myx.c
+++ b/sys/dev/pci/if_myx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_myx.c,v 1.23 2011/06/22 04:09:54 dlg Exp $ */
+/* $OpenBSD: if_myx.c,v 1.24 2011/06/22 08:38:45 jsg Exp $ */
/*
* Copyright (c) 2007 Reyk Floeter <reyk@openbsd.org>
@@ -202,7 +202,8 @@ struct cfattach myx_ca = {
};
const struct pci_matchid myx_devices[] = {
- { PCI_VENDOR_MYRICOM, PCI_PRODUCT_MYRICOM_Z8E }
+ { PCI_VENDOR_MYRICOM, PCI_PRODUCT_MYRICOM_Z8E },
+ { PCI_VENDOR_MYRICOM, PCI_PRODUCT_MYRICOM_Z8E_9 }
};
int