PAE revision 201774
1#
2# PAE -- Generic kernel configuration file for FreeBSD/i386 PAE
3#
4# $FreeBSD: head/sys/i386/conf/PAE 201774 2010-01-08 09:16:37Z alc $
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
26nodevice	ahb
27nodevice	amd
28nodevice	sym
29nodevice	trm
30
31nodevice	adv
32nodevice	adw
33nodevice	aha
34nodevice	aic
35nodevice	bt
36
37nodevice	ncv
38nodevice	nsp
39nodevice	stg
40
41nodevice	asr
42nodevice	dpt
43nodevice	mly
44nodevice	hptmv
45nodevice	hptrr
46
47nodevice	ida
48nodevice	mlx
49nodevice	pst
50
51nodevice	agp
52
53nodevice	txp
54nodevice	vx
55
56nodevice	nve
57nodevice	pcn
58nodevice	sf
59nodevice	sis
60nodevice	ste
61nodevice	tl
62nodevice	tx
63nodevice	vr
64nodevice	wb
65
66nodevice	cs
67nodevice	ed
68nodevice	ex
69nodevice	ep
70nodevice	fe
71nodevice	ie
72nodevice	sn
73nodevice	xe
74
75nodevice	an
76nodevice	ath		# Atheros pci/cardbus NIC's
77nodevice	ath_hal
78nodevice	ath_rate_sample	# SampleRate tx rate control for ath
79nodevice	ral
80nodevice	wi
81