PAE revision 156234
1125733Sgrehan#
2125733Sgrehan# PAE -- Generic kernel configuration file for FreeBSD/i386 PAE
3125733Sgrehan#
4125733Sgrehan# $FreeBSD: head/sys/i386/conf/PAE 156234 2006-03-03 04:30:18Z scottl $
5125733Sgrehan
6125733Sgrehaninclude GENERIC
7125733Sgrehan
8125733Sgrehanident		PAE-GENERIC
9125733Sgrehan
10125733Sgrehan# To make a PAE kernel, the next option is needed
11125733Sgrehanoptions		PAE			# Physical Address Extensions Kernel
12125733Sgrehan
13125733Sgrehan# Compile acpi in statically since the module isn't built properly.  Most
14125733Sgrehan# machines which support large amounts of memory require acpi.
15125733Sgrehandevice		acpi
16125733Sgrehan
17125733Sgrehan# Don't build modules with this kernel config, since they are not built with
18125733Sgrehan# the correct options headers.
19125733Sgrehanmakeoptions	NO_MODULES=yes
20125733Sgrehan
21125733Sgrehan# What follows is a list of drivers that are normally in GENERIC, but either
22125733Sgrehan# don't work or are untested with PAE.  Be very careful before enabling any
23125733Sgrehan# of these drivers.  Drivers which use DMA and don't handle 64 bit physical
24125733Sgrehan# address properly may cause data corruption when used in a machine with more
25125733Sgrehan# than 4 gigabytes of memory.
26125733Sgrehan
27125733Sgrehannodevice	ahb
28125733Sgrehannodevice	amd
29125733Sgrehannodevice	sym
30125733Sgrehannodevice	trm
31125733Sgrehan
32125733Sgrehannodevice	adv
33125733Sgrehannodevice	adw
34125733Sgrehannodevice	aha
35125733Sgrehannodevice	aic
36272362Sbaptnodevice	bt
37217398Skib
38217398Skibnodevice	ncv
39nodevice	nsp
40nodevice	stg
41
42nodevice	asr
43nodevice	dpt
44nodevice	mly
45nodevice	hptmv
46
47nodevice	ida
48nodevice	mlx
49nodevice	pst
50
51nodevice	agp
52
53nodevice	txp
54nodevice	vx
55
56nodevice	nve
57nodevice	pcn
58nodevice	sf
59nodevice	sis
60nodevice	ste
61nodevice	tl
62nodevice	tx
63nodevice	vr
64nodevice	wb
65
66nodevice	cs
67nodevice	ed
68nodevice	ex
69nodevice	ep
70nodevice	fe
71nodevice	ie
72nodevice	lnc
73nodevice	sn
74nodevice	xe
75
76nodevice	wlan
77nodevice	an
78nodevice	awi
79nodevice	ral
80nodevice	wi
81
82nodevice	uhci
83nodevice	ohci
84nodevice	ehci
85nodevice	usb
86nodevice	ugen
87nodevice	uhid
88nodevice	ukbd
89nodevice	ulpt
90nodevice	umass
91nodevice	ums
92nodevice	ural
93nodevice	urio
94nodevice	uscanner
95nodevice	aue
96nodevice	axe
97nodevice	cdce
98nodevice	cue
99nodevice	kue
100nodevice	rue
101