summaryrefslogtreecommitdiff
path: root/sys/dev/pci/files.pci
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r--sys/dev/pci/files.pci7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci
index c29e90cfd6d..6ca7e0218d1 100644
--- a/sys/dev/pci/files.pci
+++ b/sys/dev/pci/files.pci
@@ -1,4 +1,4 @@
-# $OpenBSD: files.pci,v 1.335 2018/07/09 10:46:15 jmatthew Exp $
+# $OpenBSD: files.pci,v 1.336 2019/05/04 06:40:33 jmatthew Exp $
# $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $
#
# Config file and device description for machine-independent PCI code.
@@ -828,5 +828,10 @@ device bnxt: ether, ifnet, ifmedia
attach bnxt at pci
file dev/pci/if_bnxt.c bnxt
+# Mellanox ConnectX-4 and later
+device mcx: ether, ifnet, ifmedia
+attach mcx at pci
+file dev/pci/if_mcx.c mcx
+
include "dev/pci/files.agp"
include "dev/pci/drm/files.drm"