summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmatthew <jmatthew@openbsd.org>2020-06-30 04:38:22 +0000
committerjmatthew <jmatthew@openbsd.org>2020-06-30 04:38:22 +0000
commit0fcc2d94d13d33889de6b62fb1a4cd07a6d188c3 (patch)
treecfe4732597ef77aa9daa54e22dd19c975a91d56f
parentadd Mellanox ConnectX-6 Dx, from Hrvoje Popovski (diff)
downloadwireguard-openbsd-0fcc2d94d13d33889de6b62fb1a4cd07a6d188c3.tar.xz
wireguard-openbsd-0fcc2d94d13d33889de6b62fb1a4cd07a6d188c3.zip
regen
-rw-r--r--sys/dev/pci/pcidevs.h3
-rw-r--r--sys/dev/pci/pcidevs_data.h6
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 8b2011787ad..5d6c1bb92b8 100644
--- a/sys/dev/pci/pcidevs.h
+++ b/sys/dev/pci/pcidevs.h
@@ -2,7 +2,7 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: pcidevs,v 1.1927 2020/06/09 22:22:39 kettenis Exp
+ * OpenBSD: pcidevs,v 1.1928 2020/06/30 04:37:24 jmatthew Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -5981,6 +5981,7 @@
#define PCI_PRODUCT_MELLANOX_MT28800VF 0x101a /* ConnectX-5 Ex VF */
#define PCI_PRODUCT_MELLANOX_MT28908 0x101b /* ConnectX-6 */
#define PCI_PRODUCT_MELLANOX_MT28908VF 0x101c /* ConnectX-6 VF */
+#define PCI_PRODUCT_MELLANOX_MT2892 0x101d /* ConnectX-6 Dx */
#define PCI_PRODUCT_MELLANOX_CONNECTX_EN 0x6368 /* ConnectX EN */
/* Mentor */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 8a17c30415b..51102d65717 100644
--- a/sys/dev/pci/pcidevs_data.h
+++ b/sys/dev/pci/pcidevs_data.h
@@ -2,7 +2,7 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: pcidevs,v 1.1927 2020/06/09 22:22:39 kettenis Exp
+ * OpenBSD: pcidevs,v 1.1928 2020/06/30 04:37:24 jmatthew Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -21160,6 +21160,10 @@ static const struct pci_known_product pci_known_products[] = {
"ConnectX-6 VF",
},
{
+ PCI_VENDOR_MELLANOX, PCI_PRODUCT_MELLANOX_MT2892,
+ "ConnectX-6 Dx",
+ },
+ {
PCI_VENDOR_MELLANOX, PCI_PRODUCT_MELLANOX_CONNECTX_EN,
"ConnectX EN",
},