2089f5380f
roughly 10 years, and the driver has not enjoyed any significant maintenance since long before that. Despite well-meaning efforts from a number of people, myself included, it never made the jump to 64-bit and was relegated to the back-corners of i386. Now its frailty is hampering forward progress with Clang. Any renewed engineering efforts are of course welcome and can happen outside of the tree. No MFC of this is planned.
23 lines
483 B
Plaintext
23 lines
483 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+="ncr pst"
|
|
nodevice ncr
|
|
nodevice pst
|