svn commit: r216748 - head/sys/i386/conf

Colin Percival cperciva at FreeBSD.org
Mon Dec 27 23:59:27 UTC 2010


Author: cperciva
Date: Mon Dec 27 23:59:27 2010
New Revision: 216748
URL: http://svn.freebsd.org/changeset/base/216748

Log:
  Build the modules which can be built.  The excluded modules fall into two
  categories: Those which can't build with PAE because they attempt to cast
  a pointer to a bus_addr_t (mostly scsi drivers); and those which can't be
  built with XEN because they conflict with something in xen-os.h (e.g., in
  cxgb there is a conflicting definition of test_and_clear_bit).
  
  MFC after:	1 week

Modified:
  head/sys/i386/conf/XEN

Modified: head/sys/i386/conf/XEN
==============================================================================
--- head/sys/i386/conf/XEN	Mon Dec 27 23:56:03 2010	(r216747)
+++ head/sys/i386/conf/XEN	Mon Dec 27 23:59:27 2010	(r216748)
@@ -7,7 +7,7 @@ cpu		I686_CPU
 ident		XEN
 
 makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
-makeoptions	MODULES_OVERRIDE=""
+makeoptions	WITHOUT_MODULES="aha ahb amd cxgb dpt drm hptmv ida malo mps mwl nve sound sym trm xfs"
 
 options 	SCHED_ULE		# ULE scheduler
 options 	PREEMPTION		# Enable kernel thread preemption


More information about the svn-src-all mailing list