svn commit: r366934 - head/sys/conf
Hans Petter Selasky
hselasky at FreeBSD.org
Thu Oct 22 10:29:28 UTC 2020
Author: hselasky
Date: Thu Oct 22 10:29:27 2020
New Revision: 366934
URL: https://svnweb.freebsd.org/changeset/base/366934
Log:
Fix for monotolithic kernel builds using device lagg(4).
Differential Revision: https://reviews.freebsd.org/D26254
Reviewed by: melifaro@
MFC after: 1 week
Sponsored by: Mellanox Technologies // NVIDIA Networking
Modified:
head/sys/conf/files
Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files Thu Oct 22 09:47:12 2020 (r366933)
+++ head/sys/conf/files Thu Oct 22 10:29:27 2020 (r366934)
@@ -4571,7 +4571,7 @@ compat/lindebugfs/lindebugfs.c optional lindebugfs \
compile-with "${LINUXKPI_C}"
# OpenFabrics Enterprise Distribution (Infiniband)
-net/if_infiniband.c optional ofed
+net/if_infiniband.c optional ofed | lagg
ofed/drivers/infiniband/core/ib_addr.c optional ofed \
compile-with "${OFED_C}"
ofed/drivers/infiniband/core/ib_agent.c optional ofed \
More information about the svn-src-all
mailing list