diff options
author | marius <marius@FreeBSD.org> | 2014-05-28 19:58:00 +0000 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2014-05-28 19:58:00 +0000 |
commit | 0a60dc5798586fadbf1ef555ae31e931055a0c0d (patch) | |
tree | a4633804689ce02b5f1010dd1c7d48eed05fae46 /sys/i386/conf | |
parent | ca4db10be9ffce59fdb151ea121a923518045124 (diff) | |
download | FreeBSD-src-0a60dc5798586fadbf1ef555ae31e931055a0c0d.zip FreeBSD-src-0a60dc5798586fadbf1ef555ae31e931055a0c0d.tar.gz |
- Shrink the list of excluded modules to what actually still doesn't build
as of r266799.
- Some style cleanups.
MFC after: 1 week
Diffstat (limited to 'sys/i386/conf')
-rw-r--r-- | sys/i386/conf/XEN | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/i386/conf/XEN b/sys/i386/conf/XEN index 17226dc..0848083 100644 --- a/sys/i386/conf/XEN +++ b/sys/i386/conf/XEN @@ -7,11 +7,12 @@ cpu I686_CPU ident XEN makeoptions DEBUG=-g -makeoptions WITHOUT_MODULES="aha ahb amd ctl cxgb dpt drm drm2 hptnr hptmv ida malo mpr mps mwl rdma sound sym trm xfs" + +# The following modules don't build with PAE and XEN enabled. +makeoptions WITHOUT_MODULES="ctl dpt drm drm2 hptmv ida malo mwl" options SCHED_ULE # ULE scheduler options PREEMPTION # Enable kernel thread preemption -#options SCHED_4BSD options INET # InterNETworking options INET6 # IPv6 communications protocols @@ -65,7 +66,6 @@ options MCLSHIFT=12 options SMP # Symmetric MultiProcessor Kernel device apic # I/O APIC - #device atkbdc # AT keyboard controller #device atkbd # AT keyboard device psm # PS/2 mouse @@ -90,4 +90,3 @@ options AH_SUPPORT_AR5416 # Be aware of the administrative consequences of enabling this! # Note that 'bpf' is required for DHCP. device bpf # Berkeley packet filter - |