diff options
author | marius <marius@FreeBSD.org> | 2014-06-04 12:03:51 +0000 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2014-06-04 12:03:51 +0000 |
commit | b421df8fef5dea6b8cbbc89274b3943c2c703263 (patch) | |
tree | 895d0e81dc1acdd8f5cab254d4b23bf11929208e /sys/i386/conf | |
parent | dc8ade23a084769cf610a96b3e8db3d52deddf29 (diff) | |
download | FreeBSD-src-b421df8fef5dea6b8cbbc89274b3943c2c703263.zip FreeBSD-src-b421df8fef5dea6b8cbbc89274b3943c2c703263.tar.gz |
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.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r-- | sys/i386/conf/PAE | 6 |
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 |