6a18678249
This driver has been obsolete since the FreeBSD 4.x. It should have been removed then since the sym(4) driver had subsumed it. The driver was commented out of GENERIC in 2000. RelNotes: Yes
22 lines
466 B
Plaintext
22 lines
466 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+="pst"
|
|
nodevice pst
|