diff options
author | 2020-06-30 04:37:24 +0000 | |
---|---|---|
committer | 2020-06-30 04:37:24 +0000 | |
commit | 856ae6dbe9a5e435b43de8cb5f0444fb1f47399b (patch) | |
tree | 4114fcddfc2f9da8dcf255ec2d72daab633ec520 /sys | |
parent | adjust functions for new const in drm MI code; ok jsg (diff) | |
download | wireguard-openbsd-856ae6dbe9a5e435b43de8cb5f0444fb1f47399b.tar.xz wireguard-openbsd-856ae6dbe9a5e435b43de8cb5f0444fb1f47399b.zip |
add Mellanox ConnectX-6 Dx, from Hrvoje Popovski
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 229d36d41f5..ae472dec59f 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$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 $ */ /* @@ -5976,6 +5976,7 @@ product MELLANOX MT28800 0x1019 ConnectX-5 Ex product MELLANOX MT28800VF 0x101a ConnectX-5 Ex VF product MELLANOX MT28908 0x101b ConnectX-6 product MELLANOX MT28908VF 0x101c ConnectX-6 VF +product MELLANOX MT2892 0x101d ConnectX-6 Dx product MELLANOX CONNECTX_EN 0x6368 ConnectX EN /* Mentor */ |