Author: marius
Date: Wed May 28 19:59:27 2014
New Revision: 266821
URL: http://svnweb.freebsd.org/changeset/base/266821

Log:
  - 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 r266799.
  - Minor style cleanup.
  
  MFC after:    1 week

Modified:
  head/sys/i386/conf/PAE

Modified: head/sys/i386/conf/PAE
==============================================================================
--- head/sys/i386/conf/PAE      Wed May 28 19:58:00 2014        (r266820)
+++ head/sys/i386/conf/PAE      Wed May 28 19:59:27 2014        (r266821)
@@ -10,12 +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
-
-# force isp firmware to fully loaded
-device         ispfw
+# The following modules don't build with PAE enabled.
+makeoptions    WITHOUT_MODULES="ctl dpt hptmv ida malo mwl"
 
 # What follows is a list of drivers that are normally in GENERIC, but either
 # don't work or are untested with PAE.  Be very careful before enabling any
@@ -23,7 +19,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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to