summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcperciva <cperciva@FreeBSD.org>2010-12-27 23:59:27 +0000
committercperciva <cperciva@FreeBSD.org>2010-12-27 23:59:27 +0000
commit871e71c2dbc032cf415b0ce89f9962875a0adf40 (patch)
tree487b49f79de51a1da1b347a1e7f6fe6a162f60aa
parent812e01538de99ca72ec0a86ab2b6c23b85f4422f (diff)
downloadFreeBSD-src-871e71c2dbc032cf415b0ce89f9962875a0adf40.zip
FreeBSD-src-871e71c2dbc032cf415b0ce89f9962875a0adf40.tar.gz
Build the modules which can be built. The excluded modules fall into two
categories: Those which can't build with PAE because they attempt to cast a pointer to a bus_addr_t (mostly scsi drivers); and those which can't be built with XEN because they conflict with something in xen-os.h (e.g., in cxgb there is a conflicting definition of test_and_clear_bit). MFC after: 1 week
-rw-r--r--sys/i386/conf/XEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/conf/XEN b/sys/i386/conf/XEN
index 352c1ab..f1fb99b 100644
--- a/sys/i386/conf/XEN
+++ b/sys/i386/conf/XEN
@@ -7,7 +7,7 @@ cpu I686_CPU
ident XEN
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
-makeoptions MODULES_OVERRIDE=""
+makeoptions WITHOUT_MODULES="aha ahb amd cxgb dpt drm hptmv ida malo mps mwl nve sound sym trm xfs"
options SCHED_ULE # ULE scheduler
options PREEMPTION # Enable kernel thread preemption
OpenPOWER on IntegriCloud