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

Adrian Chadd adrian at freebsd.org
Wed Mar 18 05:24:47 UTC 2015


Hi Jack/Gleb:

How's this? It enables them only for amd64:

Index: sys/modules/Makefile
===================================================================
--- sys/modules/Makefile    (revision 280197)
+++ sys/modules/Makefile    (working copy)
@@ -620,6 +620,8 @@
 .if ${MACHINE_CPUARCH} == "amd64"
 _ixl=        ixl
 _ixlv=        ixlv
+_ix=        ix
+_ixv=        ixv
 _ntb=        ntb
 _qlxge=        qlxge
 _qlxgb=        qlxgb




-adrian


More information about the svn-src-head mailing list