Author: hselasky
Date: Mon Dec 14 15:45:11 2015
New Revision: 292213
URL: https://svnweb.freebsd.org/changeset/base/292213

Log:
  Fix the XEN build by disabling the mlx5 and mlx5en modules
  when XEN is enabled.
  
  This is a direct commit to stable/10.
  
  Sponsored by: Mellanox Technologies

Modified:
  stable/10/sys/i386/conf/XEN

Modified: stable/10/sys/i386/conf/XEN
==============================================================================
--- stable/10/sys/i386/conf/XEN Mon Dec 14 15:44:34 2015        (r292212)
+++ stable/10/sys/i386/conf/XEN Mon Dec 14 15:45:11 2015        (r292213)
@@ -14,6 +14,9 @@ makeoptions   WITHOUT_MODULES="ctl cxgb dp
 # The following drivers don't work with PAE enabled.
 makeoptions    WITHOUT_MODULES+="asr ncr pst"
 
+# The following drivers don't build with XEN enabled.
+makeoptions    WITHOUT_MODULES+="mlx5 mlx5en"
+
 options        SCHED_ULE               # ULE scheduler
 options        PREEMPTION              # Enable kernel thread preemption
 
_______________________________________________
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"

Reply via email to