summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/i386/conf/PAE6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/i386/conf/PAE b/sys/i386/conf/PAE
index 80426ad..858d816 100644
--- a/sys/i386/conf/PAE
+++ b/sys/i386/conf/PAE
@@ -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
OpenPOWER on IntegriCloud