Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 May 2014 19:58:01 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r266820 - head/sys/i386/conf
Message-ID:  <201405281958.s4SJw1FX038786@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
-



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405281958.s4SJw1FX038786>