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