PAE revision 229997
1#
2# PAE -- Generic kernel configuration file for FreeBSD/i386 PAE
3#
4# $FreeBSD: head/sys/i386/conf/PAE 229997 2012-01-12 00:34:33Z ken $
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# Don't build modules with this kernel config, since they are not built with
14# the correct options headers.
15makeoptions	NO_MODULES=yes
16
17# force isp firmware to fully loaded
18device		ispfw
19
20# What follows is a list of drivers that are normally in GENERIC, but either
21# don't work or are untested with PAE.  Be very careful before enabling any
22# of these drivers.  Drivers which use DMA and don't handle 64 bit physical
23# address properly may cause data corruption when used in a machine with more
24# than 4 gigabytes of memory.
25
26
27nodevice	ahb
28nodevice	sym
29nodevice	trm
30
31nodevice	adv
32nodevice	adw
33nodevice	aha
34nodevice	aic
35nodevice	bt
36
37nodevice	ncv
38nodevice	nsp
39nodevice	stg
40
41nodevice	ctl
42
43nodevice	asr
44nodevice	dpt
45nodevice	mly
46nodevice	hptmv
47nodevice	hptrr
48
49nodevice	ida
50nodevice	mlx
51nodevice	pst
52
53nodevice	agp
54
55nodevice	txp
56nodevice	vx
57
58nodevice	nve
59nodevice	pcn
60nodevice	sf
61nodevice	sis
62nodevice	ste
63nodevice	tl
64nodevice	tx
65nodevice	vr
66nodevice	wb
67
68nodevice	cs
69nodevice	ed
70nodevice	ex
71nodevice	ep
72nodevice	fe
73nodevice	ie
74nodevice	sn
75nodevice	xe
76
77nodevice	an
78nodevice	ath		# Atheros pci/cardbus NIC's
79nodevice	ath_pci
80nodevice	ath_hal
81nodevice	ath_rate_sample	# SampleRate tx rate control for ath
82nodevice	ipw
83nodevice	iwi
84nodevice	iwn
85nodevice	malo
86nodevice	mwl
87nodevice	ral
88nodevice	wi
89nodevice	wpi
90