PAE revision 266821
1#
2# PAE -- Generic kernel configuration file for FreeBSD/i386 PAE
3#
4# $FreeBSD: head/sys/i386/conf/PAE 266821 2014-05-28 19:59:27Z marius $
5
6include GENERIC
7
8ident		PAE-GENERIC
9
10# To make a PAE kernel, the next option is needed
11options 	PAE			# Physical Address Extensions Kernel
12
13# The following modules don't build with PAE enabled.
14makeoptions	WITHOUT_MODULES="ctl dpt hptmv ida malo mwl"
15
16# What follows is a list of drivers that are normally in GENERIC, but either
17# don't work or are untested with PAE.  Be very careful before enabling any
18# of these drivers.  Drivers which use DMA and don't handle 64 bit physical
19# address properly may cause data corruption when used in a machine with more
20# than 4 gigabytes of memory.
21
22nodevice	ahb
23nodevice	sym
24nodevice	trm
25
26nodevice	adv
27nodevice	adw
28nodevice	aha
29nodevice	aic
30nodevice	bt
31
32nodevice	ncv
33nodevice	nsp
34nodevice	stg
35
36nodevice	asr
37nodevice	dpt
38nodevice	mly
39nodevice	hptmv
40nodevice	hptnr
41nodevice	hptrr
42
43nodevice	ida
44nodevice	mlx
45nodevice	pst
46
47nodevice	agp
48
49nodevice	txp
50nodevice	vx
51
52nodevice	pcn
53nodevice	sf
54nodevice	sis
55nodevice	ste
56nodevice	tl
57nodevice	tx
58nodevice	vr
59nodevice	wb
60
61nodevice	cs
62nodevice	ed
63nodevice	ex
64nodevice	ep
65nodevice	fe
66nodevice	ie
67nodevice	sn
68nodevice	xe
69
70nodevice	an
71nodevice	ath		# Atheros pci/cardbus NICs
72nodevice	ath_pci
73nodevice	ath_hal
74nodevice	ath_rate_sample	# SampleRate tx rate control for ath
75nodevice	ipw
76nodevice	iwi
77nodevice	iwn
78nodevice	malo
79nodevice	mwl
80nodevice	ral
81nodevice	wi
82nodevice	wpi
83