match on Mellanox ConnectX-6 Lx
authorjsg <jsg@openbsd.org>
Thu, 7 Sep 2023 01:43:46 +0000 (01:43 +0000)
committerjsg <jsg@openbsd.org>
Thu, 7 Sep 2023 01:43:46 +0000 (01:43 +0000)
from and tested by Olivier Croquin
ok dlg@

sys/dev/pci/if_mcx.c

index cd6f78d..dcea0c0 100644 (file)
@@ -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 <dlg@openbsd.org>
@@ -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 {