Marius Strobl c3d3eeb3bb - No longer exclude malo(4) and mwl(4), they have been fixed in r275870
and r275871 respectively to build with PAE enabled.
- For the PAE kernel configuration file, no longer exclude devices that
  are known to be 64-bit DMA clean from amd64.

MFC after:	3 days
2014-12-29 20:33:34 +00:00

24 lines
500 B
Plaintext

#
# PAE -- Generic kernel configuration file for FreeBSD/i386 PAE
#
# $FreeBSD$
include GENERIC
ident PAE-GENERIC
# To make a PAE kernel, the next option is needed
options PAE # Physical Address Extensions Kernel
# The following drivers don't build with PAE enabled.
makeoptions WITHOUT_MODULES="ctl dpt hptmv ida"
nodevice dpt
nodevice hptmv
nodevice ida
# The following drivers don't work with PAE enabled.
makeoptions WITHOUT_MODULES+="asr ncr pst"
nodevice asr
nodevice ncr
nodevice pst