PAE revision 118816
1#
2# PAE -- Generic kernel configuration file for FreeBSD/i386 PAE
3#
4# $FreeBSD: head/sys/i386/conf/PAE 118816 2003-08-12 06:38:55Z 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	sym
35nodevice	trm
36
37nodevice	adv
38nodevice	adw
39nodevice	aha
40nodevice	aic
41nodevice	bt
42
43nodevice	ncv
44nodevice	nsp
45nodevice	stg
46
47nodevice	asr
48nodevice	dpt
49nodevice	iir
50nodevice	mly
51
52nodevice	amr
53nodevice	ida
54nodevice	mlx
55nodevice	pst
56
57nodevice	agp
58
59nodevice	de
60nodevice	txp
61nodevice	vx
62
63nodevice	dc
64nodevice	pcn
65nodevice	rl
66nodevice	sf
67nodevice	sis
68nodevice	ste
69nodevice	tl
70nodevice	tx
71nodevice	vr
72nodevice	wb
73
74nodevice	cs
75nodevice	ed
76nodevice	ex
77nodevice	ep
78nodevice	fe
79nodevice	ie
80nodevice	lnc
81nodevice	sn
82nodevice	xe
83
84nodevice	wlan
85nodevice	an
86nodevice	awi
87nodevice	wi
88
89nodevice	uhci
90nodevice	ohci
91nodevice	usb
92nodevice	ugen
93nodevice	uhid
94nodevice	ukbd
95nodevice	ulpt
96nodevice	umass
97nodevice	ums
98nodevice	urio
99nodevice	uscanner
100nodevice	aue
101nodevice	axe
102nodevice	cue
103nodevice	kue
104