Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Dec 2010 23:59:27 +0000 (UTC)
From:      Colin Percival <cperciva@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r216748 - head/sys/i386/conf
Message-ID:  <201012272359.oBRNxRFr040451@svn.freebsd.org>

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



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