svn commit: r280197 - in head/sys: dev/ixgbe modules

Gleb Smirnoff glebius at FreeBSD.org
Wed Mar 18 05:45:58 UTC 2015


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.


More information about the svn-src-head mailing list