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