summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2014-05-28 19:59:27 +0000
committermarius <marius@FreeBSD.org>2014-05-28 19:59:27 +0000
commit7a9dd75c9f8f068f5ad0a2859c15bf17461e3059 (patch)
treee086d7bb5c3c40143a8fd1f1ee0abc6b7f888b4e /sys/i386/conf
parent0a60dc5798586fadbf1ef555ae31e931055a0c0d (diff)
downloadFreeBSD-src-7a9dd75c9f8f068f5ad0a2859c15bf17461e3059.zip
FreeBSD-src-7a9dd75c9f8f068f5ad0a2859c15bf17461e3059.tar.gz
- 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
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/PAE9
1 files changed, 2 insertions, 7 deletions
diff --git a/sys/i386/conf/PAE b/sys/i386/conf/PAE
index 1239c13..36ed3d5 100644
--- a/sys/i386/conf/PAE
+++ b/sys/i386/conf/PAE
@@ -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
OpenPOWER on IntegriCloud