xref: /freebsd/sys/i386/conf/PAE (revision f6f8bc7ad5bc868fb742aa2ee9fbd6e7a07aa142)
1a3b3689fSJake Burkholder#
2a3b3689fSJake Burkholder# PAE -- Generic kernel configuration file for FreeBSD/i386 PAE
3a3b3689fSJake Burkholder#
4a3b3689fSJake Burkholder# $FreeBSD$
5a3b3689fSJake Burkholder
6a3b3689fSJake Burkholderinclude GENERIC
7a3b3689fSJake Burkholder
8a3b3689fSJake Burkholderident		PAE-GENERIC
9a3b3689fSJake Burkholder
10a3b3689fSJake Burkholder# To make a PAE kernel, the next option is needed
11a3b3689fSJake Burkholderoptions		PAE			# Physical Address Extensions Kernel
12a3b3689fSJake Burkholder
13a3b3689fSJake Burkholder# Compile acpi in statically since the module isn't built properly.  Most
14a3b3689fSJake Burkholder# machines which support large amounts of memory require acpi.
15a3b3689fSJake Burkholderdevice		acpi
16a3b3689fSJake Burkholder
17a3b3689fSJake Burkholder# Don't build modules with this kernel config, since they are not built with
18a3b3689fSJake Burkholder# the correct options headers.
19a3b3689fSJake Burkholdermakeoptions	NO_MODULES=yes
20a3b3689fSJake Burkholder
21a3b3689fSJake Burkholder# What follows is a list of drivers that are normally in GENERIC, but either
22a3b3689fSJake Burkholder# don't work or are untested with PAE.  Be very careful before enabling any
23a3b3689fSJake Burkholder# of these drivers.  Drivers which use DMA and don't handle 64 bit physical
24a3b3689fSJake Burkholder# address properly may cause data corruption when used in a machine with more
25a3b3689fSJake Burkholder# than 4 gigabytes of memory.
26a3b3689fSJake Burkholder
27a3b3689fSJake Burkholdernodevice	ahb
28a3b3689fSJake Burkholdernodevice	amd
29a3b3689fSJake Burkholdernodevice	sym
30a3b3689fSJake Burkholdernodevice	trm
31a3b3689fSJake Burkholder
32a3b3689fSJake Burkholdernodevice	adv
33a3b3689fSJake Burkholdernodevice	adw
34a3b3689fSJake Burkholdernodevice	aha
35a3b3689fSJake Burkholdernodevice	aic
36a3b3689fSJake Burkholdernodevice	bt
37a3b3689fSJake Burkholder
38a3b3689fSJake Burkholdernodevice	ncv
39a3b3689fSJake Burkholdernodevice	nsp
40a3b3689fSJake Burkholdernodevice	stg
41a3b3689fSJake Burkholder
42a3b3689fSJake Burkholdernodevice	asr
43a3b3689fSJake Burkholdernodevice	dpt
44a3b3689fSJake Burkholdernodevice	iir
45a3b3689fSJake Burkholdernodevice	mly
46f6f8bc7aSScott Longnodevice	hptmv
47a3b3689fSJake Burkholder
48a3b3689fSJake Burkholdernodevice	ida
49a3b3689fSJake Burkholdernodevice	mlx
50a3b3689fSJake Burkholdernodevice	pst
51a3b3689fSJake Burkholder
52a3b3689fSJake Burkholdernodevice	agp
53a3b3689fSJake Burkholder
54a3b3689fSJake Burkholdernodevice	txp
55a3b3689fSJake Burkholdernodevice	vx
56a3b3689fSJake Burkholder
57a07cb0d8SScott Longnodevice	nve
58a3b3689fSJake Burkholdernodevice	pcn
59a3b3689fSJake Burkholdernodevice	sf
60a3b3689fSJake Burkholdernodevice	sis
61a3b3689fSJake Burkholdernodevice	ste
62a3b3689fSJake Burkholdernodevice	tl
63a3b3689fSJake Burkholdernodevice	tx
64a3b3689fSJake Burkholdernodevice	vr
65a3b3689fSJake Burkholdernodevice	wb
66a3b3689fSJake Burkholder
67a3b3689fSJake Burkholdernodevice	cs
68a3b3689fSJake Burkholdernodevice	ed
69a3b3689fSJake Burkholdernodevice	ex
70a3b3689fSJake Burkholdernodevice	ep
71a3b3689fSJake Burkholdernodevice	fe
72a3b3689fSJake Burkholdernodevice	ie
73a3b3689fSJake Burkholdernodevice	lnc
74a3b3689fSJake Burkholdernodevice	sn
75a3b3689fSJake Burkholdernodevice	xe
76a3b3689fSJake Burkholder
77a3b3689fSJake Burkholdernodevice	wlan
78a3b3689fSJake Burkholdernodevice	an
79a3b3689fSJake Burkholdernodevice	awi
800a78d39aSR. Imuranodevice	ral
81a3b3689fSJake Burkholdernodevice	wi
82a3b3689fSJake Burkholder
83a3b3689fSJake Burkholdernodevice	uhci
84a3b3689fSJake Burkholdernodevice	ohci
85a8e6f0b6SScott Longnodevice	ehci
86a3b3689fSJake Burkholdernodevice	usb
87a3b3689fSJake Burkholdernodevice	ugen
88a3b3689fSJake Burkholdernodevice	uhid
89a3b3689fSJake Burkholdernodevice	ukbd
90a3b3689fSJake Burkholdernodevice	ulpt
91a3b3689fSJake Burkholdernodevice	umass
92a3b3689fSJake Burkholdernodevice	ums
930a78d39aSR. Imuranodevice	ural
94a3b3689fSJake Burkholdernodevice	urio
95a3b3689fSJake Burkholdernodevice	uscanner
96a3b3689fSJake Burkholdernodevice	aue
9700ffb51eSJohan Karlssonnodevice	axe
986bcf0032SMaxim Sobolevnodevice	cdce
99a3b3689fSJake Burkholdernodevice	cue
100a3b3689fSJake Burkholdernodevice	kue
1019c4b841bSDavid E. O'Briennodevice	rue
102