From: jsg Date: Thu, 7 Sep 2023 01:43:46 +0000 (+0000) Subject: match on Mellanox ConnectX-6 Lx X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=13dfda6b4628cddf07491dd4f59bda0bba4b75d7;p=openbsd match on Mellanox ConnectX-6 Lx from and tested by Olivier Croquin ok dlg@ --- diff --git a/sys/dev/pci/if_mcx.c b/sys/dev/pci/if_mcx.c index cd6f78d4115..dcea0c0118f 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.108 2023/08/15 08:27:30 miod Exp $ */ +/* $OpenBSD: if_mcx.c,v 1.109 2023/09/07 01:43:46 jsg Exp $ */ /* * Copyright (c) 2017 David Gwynne @@ -2656,7 +2656,8 @@ static const struct pci_matchid mcx_devices[] = { { PCI_VENDOR_MELLANOX, PCI_PRODUCT_MELLANOX_MT28800 }, { PCI_VENDOR_MELLANOX, PCI_PRODUCT_MELLANOX_MT28800VF }, { PCI_VENDOR_MELLANOX, PCI_PRODUCT_MELLANOX_MT28908 }, - { PCI_VENDOR_MELLANOX, PCI_PRODUCT_MELLANOX_MT2892 }, + { PCI_VENDOR_MELLANOX, PCI_PRODUCT_MELLANOX_MT2892 }, + { PCI_VENDOR_MELLANOX, PCI_PRODUCT_MELLANOX_MT2894 }, }; struct mcx_eth_proto_capability {