Date: Tue, 27 Aug 2013 10:06:55 -0700 From: Navdeep Parhar <np@FreeBSD.org> To: Alfred Perlstein <alfred@FreeBSD.org>, Garrett Cooper <yaneurabeya@gmail.com> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r254963 - head/sys/net Message-ID: <521CDCAF.10502@FreeBSD.org> In-Reply-To: <201308271645.r7RGj02Y097859@svn.freebsd.org> References: <201308271645.r7RGj02Y097859@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Garrett had posted some patches to get OFED to build as modules. http://lists.freebsd.org/pipermail/freebsd-questions/2013-June/251521.html After these changes (r254823, r254963) and with the patches above, is it possible to build the kernel parts of OFED as modules that would work with GENERIC? Regards, Navdeep On 08/27/13 09:45, Alfred Perlstein wrote: > Author: alfred > Date: Tue Aug 27 16:45:00 2013 > New Revision: 254963 > URL: http://svnweb.freebsd.org/changeset/base/254963 > > Log: > Remove include opt_ofed.h since OFED is unifdef'd. > > Pointed out by: glebius > > Modified: > head/sys/net/if_llatbl.h > > Modified: head/sys/net/if_llatbl.h > ============================================================================== > --- head/sys/net/if_llatbl.h Tue Aug 27 16:30:50 2013 (r254962) > +++ head/sys/net/if_llatbl.h Tue Aug 27 16:45:00 2013 (r254963) > @@ -30,8 +30,6 @@ __FBSDID("$FreeBSD$"); > #ifndef _NET_IF_LLATBL_H_ > #define _NET_IF_LLATBL_H_ > > -#include "opt_ofed.h" > - > #include <sys/_rwlock.h> > #include <netinet/in.h> > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?521CDCAF.10502>