summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmatthew <jmatthew@openbsd.org>2020-06-30 04:39:46 +0000
committerjmatthew <jmatthew@openbsd.org>2020-06-30 04:39:46 +0000
commit265b3e36dadcb3fce3a7f59a56f2f380dac18caf (patch)
treeac100c3fc00b4dadb014cd4322c854d6af38fe81
parentregen (diff)
downloadwireguard-openbsd-265b3e36dadcb3fce3a7f59a56f2f380dac18caf.tar.xz
wireguard-openbsd-265b3e36dadcb3fce3a7f59a56f2f380dac18caf.zip
attach on ConnectX-6 Dx, tested by Hrvoje Popovski
-rw-r--r--sys/dev/pci/if_mcx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_mcx.c b/sys/dev/pci/if_mcx.c
index ee7b8368cff..c639ccb0baf 100644
--- a/sys/dev/pci/if_mcx.c
+++ b/sys/dev/pci/if_mcx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_mcx.c,v 1.58 2020/06/26 05:05:42 dlg Exp $ */
+/* $OpenBSD: if_mcx.c,v 1.59 2020/06/30 04:39:46 jmatthew Exp $ */
/*
* Copyright (c) 2017 David Gwynne <dlg@openbsd.org>
@@ -2249,6 +2249,7 @@ static const struct pci_matchid mcx_devices[] = {
{ PCI_VENDOR_MELLANOX, PCI_PRODUCT_MELLANOX_MT27710 },
{ PCI_VENDOR_MELLANOX, PCI_PRODUCT_MELLANOX_MT27800 },
{ PCI_VENDOR_MELLANOX, PCI_PRODUCT_MELLANOX_MT28800 },
+ { PCI_VENDOR_MELLANOX, PCI_PRODUCT_MELLANOX_MT2892 },
};
struct mcx_eth_proto_capability {