Author: marius
Date: Wed May 28 19:58:00 2014
New Revision: 266820
URL: http://svnweb.freebsd.org/changeset/base/266820

Log:
  - Shrink the list of excluded modules to what actually still doesn't build
    as of r266799.
  - Some style cleanups.
  
  MFC after:    1 week

Modified:
  head/sys/i386/conf/XEN

Modified: head/sys/i386/conf/XEN
==============================================================================
--- head/sys/i386/conf/XEN      Wed May 28 19:52:01 2014        (r266819)
+++ head/sys/i386/conf/XEN      Wed May 28 19:58:00 2014        (r266820)
@@ -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
-
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to