diff options
Diffstat (limited to 'sys/dev/pci/if_myx.c')
-rw-r--r-- | sys/dev/pci/if_myx.c | 5 |
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 |