From owner-svn-src-all@FreeBSD.ORG Wed Mar 18 05:45:58 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A41706C8; Wed, 18 Mar 2015 05:45:58 +0000 (UTC) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cell.glebius.int.ru", Issuer "cell.glebius.int.ru" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 2B174CDA; Wed, 18 Mar 2015 05:45:57 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.9/8.14.9) with ESMTP id t2I5jtfH062158 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 18 Mar 2015 08:45:55 +0300 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.9/8.14.9/Submit) id t2I5jtjE062157; Wed, 18 Mar 2015 08:45:55 +0300 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Wed, 18 Mar 2015 08:45:55 +0300 From: Gleb Smirnoff To: Adrian Chadd Subject: Re: svn commit: r280197 - in head/sys: dev/ixgbe modules Message-ID: <20150318054555.GZ17947@FreeBSD.org> References: <201503172240.t2HMepgD058989@svn.freebsd.org> <20150318050447.GX17947@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Cc: Jack F Vogel , "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Mar 2015 05:45:58 -0000 On Tue, Mar 17, 2015 at 10:24:46PM -0700, Adrian Chadd wrote: A> Hi Jack/Gleb: A> A> How's this? It enables them only for amd64: The ixgbe used to be built on amd64 and i386. A> Index: sys/modules/Makefile A> =================================================================== A> --- sys/modules/Makefile (revision 280197) A> +++ sys/modules/Makefile (working copy) A> @@ -620,6 +620,8 @@ A> .if ${MACHINE_CPUARCH} == "amd64" A> _ixl= ixl A> _ixlv= ixlv A> +_ix= ix A> +_ixv= ixv A> _ntb= ntb A> _qlxge= qlxge A> _qlxgb= qlxgb -- Totus tuus, Glebius.