summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2014-06-04 11:06:38 +0000
committermarius <marius@FreeBSD.org>2014-06-04 11:06:38 +0000
commitdc8ade23a084769cf610a96b3e8db3d52deddf29 (patch)
tree33fcf90d460d5cce9174cd299c4e9845ed038950 /sys/i386
parent105e4e05fcca86f33f8c6d2b9409f227a084a331 (diff)
downloadFreeBSD-src-dc8ade23a084769cf610a96b3e8db3d52deddf29.zip
FreeBSD-src-dc8ade23a084769cf610a96b3e8db3d52deddf29.tar.gz
MFC: r266820 (partial)
- Shrink the list of excluded modules to what actually still doesn't build as of r267043. - Some style cleanups.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/XEN9
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/i386/conf/XEN b/sys/i386/conf/XEN
index 0596512..1eadb34 100644
--- a/sys/i386/conf/XEN
+++ b/sys/i386/conf/XEN
@@ -6,12 +6,13 @@
cpu I686_CPU
ident XEN
-makeoptions DEBUG=-gdwarf-2 # Build kernel with gdb(1) debug symbols
-makeoptions WITHOUT_MODULES="aha ahb amd ctl cxgb dpt drm drm2 hptnr hptmv ida malo mpr mps mwl nve rdma sound sym trm xfs"
+makeoptions DEBUG=-g
+
+# The following modules don't build with PAE and XEN enabled.
+makeoptions WITHOUT_MODULES="ctl cxgb dpt drm drm2 hptmv ida malo mwl rdma"
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
-
OpenPOWER on IntegriCloud