]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - sys/i386/conf/PAE
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / sys / i386 / conf / PAE
1 #
2 # PAE -- Generic kernel configuration file for FreeBSD/i386 PAE
3 #
4 # $FreeBSD$
5
6 include GENERIC
7
8 ident           PAE-GENERIC
9
10 # To make a PAE kernel, the next option is needed
11 options         PAE                     # Physical Address Extensions Kernel
12
13 # The following drivers don't build with PAE enabled.
14 makeoptions     WITHOUT_MODULES="ctl dpt hptmv ida"
15 nodevice        dpt
16 nodevice        hptmv
17 nodevice        ida
18
19 # The following drivers don't work with PAE enabled.
20 makeoptions     WITHOUT_MODULES+="asr ncr pst"
21 nodevice        asr
22 nodevice        ncr
23 nodevice        pst