summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2018-03-26 20:54:21 +0000
committerhselasky <hselasky@FreeBSD.org>2018-03-26 20:54:21 +0000
commit6107e400c65108a78bf986e9cfabe1bdcdd12f6f (patch)
treec03f08f4e7d2102e7331227e0396f99031099714 /sys/modules
parent91ffe89c3c85fffd5c3bd444fc20b05e1d58bf3b (diff)
downloadFreeBSD-src-6107e400c65108a78bf986e9cfabe1bdcdd12f6f.zip
FreeBSD-src-6107e400c65108a78bf986e9cfabe1bdcdd12f6f.tar.gz
MFC r330651:
Add vendor specific capability interface support in mlx5core. Add the ability to access the vendor specific space gateway in order to support reading and writing data into the different configuration domains. Submitted by: Matthew Finlay <matt@mellanox.com> Sponsored by: Mellanox Technologies
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/mlx5/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/mlx5/Makefile b/sys/modules/mlx5/Makefile
index d7bf5e1..26ee966 100644
--- a/sys/modules/mlx5/Makefile
+++ b/sys/modules/mlx5/Makefile
@@ -24,6 +24,7 @@ mlx5_srq.c \
mlx5_transobj.c \
mlx5_uar.c \
mlx5_vport.c \
+mlx5_vsc.c \
mlx5_wq.c \
device_if.h bus_if.h vnode_if.h pci_if.h \
opt_inet.h opt_inet6.h opt_rss.h
OpenPOWER on IntegriCloud