summaryrefslogtreecommitdiffstats
path: root/sys/conf/files
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/conf/files
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/conf/files')
-rw-r--r--sys/conf/files2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 2af0500..a2a49a50 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -4503,6 +4503,8 @@ dev/mlx5/mlx5_core/mlx5_uar.c optional mlx5 pci \
compile-with "${OFED_C}"
dev/mlx5/mlx5_core/mlx5_vport.c optional mlx5 pci \
compile-with "${OFED_C}"
+dev/mlx5/mlx5_core/mlx5_vsc.c optional mlx5 pci \
+ compile-with "${OFED_C}"
dev/mlx5/mlx5_core/mlx5_wq.c optional mlx5 pci \
compile-with "${OFED_C}"
OpenPOWER on IntegriCloud