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