diff options
-rw-r--r-- | sys/i386/conf/XEN | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/i386/conf/XEN b/sys/i386/conf/XEN index c9fdab0..7c0ee3c 100644 --- a/sys/i386/conf/XEN +++ b/sys/i386/conf/XEN @@ -14,6 +14,9 @@ makeoptions WITHOUT_MODULES="ctl cxgb dpt drm drm2 hptmv ida rdma" # 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 |