Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Oct 2020 10:29:27 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r366934 - head/sys/conf
Message-ID:  <202010221029.09MATRtK075795@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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	\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010221029.09MATRtK075795>