From owner-svn-src-head@FreeBSD.ORG Tue Aug 27 17:06:59 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AFFD11F6; Tue, 27 Aug 2013 17:06:59 +0000 (UTC) (envelope-from nparhar@gmail.com) Received: from mail-pd0-x230.google.com (mail-pd0-x230.google.com [IPv6:2607:f8b0:400e:c02::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6DD9F2549; Tue, 27 Aug 2013 17:06:59 +0000 (UTC) Received: by mail-pd0-f176.google.com with SMTP id q10so5121575pdj.21 for ; Tue, 27 Aug 2013 10:06:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=a2VUE6DEjR7b3FzchEk7XXsHEzy1APURhDUZG9UTL1s=; b=DKGyl9/srmsizTPTMh2+bdeqEEwSh36Jgqs4hC7G/ATxZC+yn9CFZboF7ArhuCdE8l q9vODbN9xkBypxzAVlui9DLjcYJkWtRzPApNXqZ0j9GTpt1yurMijAMQq1lLtikop2Ai 5pGhkcXezeH6D3Cte8SFNNU4LVrUtrJY0/e8zhrCAAs89CCnZKK0dO1ZlPbk53IucRCq 9MO4v6pPZ1qs3STUQkPsgMCOrCVLIg1wWuEy890dUdKH8R0dq1RpJ+lUsO0+0thu9K84 stO+Qwq9FvnD8jo7blrpltd39jUW5LwMcu6jpmL3hIzJlY2hpTx1gDPkITCMvVpaeu6e 0YBA== X-Received: by 10.68.254.138 with SMTP id ai10mr10366947pbd.151.1377623219063; Tue, 27 Aug 2013 10:06:59 -0700 (PDT) Received: from [10.192.166.0] (stargate.chelsio.com. [67.207.112.58]) by mx.google.com with ESMTPSA id om2sm25747744pbb.34.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 27 Aug 2013 10:06:57 -0700 (PDT) Sender: Navdeep Parhar Message-ID: <521CDCAF.10502@FreeBSD.org> Date: Tue, 27 Aug 2013 10:06:55 -0700 From: Navdeep Parhar User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130819 Thunderbird/17.0.8 MIME-Version: 1.0 To: Alfred Perlstein , Garrett Cooper Subject: Re: svn commit: r254963 - head/sys/net References: <201308271645.r7RGj02Y097859@svn.freebsd.org> In-Reply-To: <201308271645.r7RGj02Y097859@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Aug 2013 17:06:59 -0000 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 > #include > >