svn commit: r267050 - stable/10/sys/i386/conf
Marius Strobl
marius at FreeBSD.org
Wed Jun 4 12:03:52 UTC 2014
Author: marius
Date: Wed Jun 4 12:03:51 2014
New Revision: 267050
URL: http://svnweb.freebsd.org/changeset/base/267050
Log:
MFC: r266821 (partial)
- Actually, modules are built correctly when compiled along the kernel as
they then pick up an opt_global.h from KERNBUILDDIR having PAE defined.
Thus, build all modules by default except those which still really are
defective as of r267043.
- Minor style cleanup.
Modified:
stable/10/sys/i386/conf/PAE
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/i386/conf/PAE
==============================================================================
--- stable/10/sys/i386/conf/PAE Wed Jun 4 11:06:38 2014 (r267049)
+++ stable/10/sys/i386/conf/PAE Wed Jun 4 12:03:51 2014 (r267050)
@@ -10,9 +10,8 @@ ident PAE-GENERIC
# To make a PAE kernel, the next option is needed
options PAE # Physical Address Extensions Kernel
-# Don't build modules with this kernel config, since they are not built with
-# the correct options headers.
-makeoptions NO_MODULES=yes
+# The following modules don't build with PAE enabled.
+makeoptions WITHOUT_MODULES="ctl dpt hptmv ida malo mwl"
# force isp firmware to fully loaded
device ispfw
@@ -23,7 +22,6 @@ device ispfw
# address properly may cause data corruption when used in a machine with more
# than 4 gigabytes of memory.
-
nodevice ahb
nodevice sym
nodevice trm
More information about the svn-src-stable-10
mailing list