2003-04-07 16:23:14 +00:00
|
|
|
#
|
|
|
|
# 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
|
2009-05-10 00:00:25 +00:00
|
|
|
options PAE # Physical Address Extensions Kernel
|
2003-04-07 16:23:14 +00:00
|
|
|
|
2014-12-29 20:33:34 +00:00
|
|
|
# The following drivers don't build with PAE enabled.
|
|
|
|
makeoptions WITHOUT_MODULES="ctl dpt hptmv ida"
|
2003-04-07 16:23:14 +00:00
|
|
|
nodevice dpt
|
2005-11-08 22:12:26 +00:00
|
|
|
nodevice hptmv
|
2003-04-07 16:23:14 +00:00
|
|
|
nodevice ida
|
|
|
|
|
2014-12-29 20:33:34 +00:00
|
|
|
# The following drivers don't work with PAE enabled.
|
2015-01-02 05:34:14 +00:00
|
|
|
makeoptions WITHOUT_MODULES+="ncr pst"
|
2014-12-29 20:33:34 +00:00
|
|
|
nodevice ncr
|
|
|
|
nodevice pst
|