xref: /freebsd/sys/i386/conf/PAE (revision 675be9115aae86ad6b3d877155d4fd7822892105)
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# 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	sym
28nodevice	trm
29
30nodevice	adv
31nodevice	adw
32nodevice	aha
33nodevice	aic
34nodevice	bt
35
36nodevice	ncv
37nodevice	nsp
38nodevice	stg
39
40nodevice	asr
41nodevice	dpt
42nodevice	mly
43nodevice	hptmv
44nodevice	hptrr
45
46nodevice	ida
47nodevice	mlx
48nodevice	pst
49
50nodevice	agp
51
52nodevice	txp
53nodevice	vx
54
55nodevice	nve
56nodevice	pcn
57nodevice	sf
58nodevice	sis
59nodevice	ste
60nodevice	tl
61nodevice	tx
62nodevice	vr
63nodevice	wb
64
65nodevice	cs
66nodevice	ed
67nodevice	ex
68nodevice	ep
69nodevice	fe
70nodevice	ie
71nodevice	sn
72nodevice	xe
73
74nodevice	an
75nodevice	ath		# Atheros pci/cardbus NIC's
76nodevice	ath_pci
77nodevice	ath_hal
78nodevice	ath_rate_sample	# SampleRate tx rate control for ath
79nodevice	ipw
80nodevice	iwi
81nodevice	iwn
82nodevice	malo
83nodevice	mwl
84nodevice	ral
85nodevice	wi
86nodevice	wpi
87