Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Mar 2015 08:45:55 +0300
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        Adrian Chadd <adrian@freebsd.org>
Cc:        Jack F Vogel <jfv@freebsd.org>, "svn-src-head@freebsd.org" <svn-src-head@freebsd.org>, "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>, "src-committers@freebsd.org" <src-committers@freebsd.org>
Subject:   Re: svn commit: r280197 - in head/sys: dev/ixgbe modules
Message-ID:  <20150318054555.GZ17947@FreeBSD.org>
In-Reply-To: <CAJ-VmokMOqXFca1vZBUvEMYxVadymeVM6Xtb3_eDE=N4=mLy3A@mail.gmail.com>
References:  <201503172240.t2HMepgD058989@svn.freebsd.org> <20150318050447.GX17947@FreeBSD.org> <CAJ-VmokMOqXFca1vZBUvEMYxVadymeVM6Xtb3_eDE=N4=mLy3A@mail.gmail.com>

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



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