Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jun 2014 11:06:38 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r267049 - stable/10/sys/i386/conf
Message-ID:  <201406041106.s54B6cxQ036264@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marius
Date: Wed Jun  4 11:06:38 2014
New Revision: 267049
URL: http://svnweb.freebsd.org/changeset/base/267049

Log:
  MFC: r266820 (partial)
  
  - Shrink the list of excluded modules to what actually still doesn't build
    as of r267043.
  - Some style cleanups.

Modified:
  stable/10/sys/i386/conf/XEN
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/i386/conf/XEN
==============================================================================
--- stable/10/sys/i386/conf/XEN	Wed Jun  4 10:42:04 2014	(r267048)
+++ stable/10/sys/i386/conf/XEN	Wed Jun  4 11:06:38 2014	(r267049)
@@ -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
-



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