PAE revision 173311
1#
2# PAE -- Generic kernel configuration file for FreeBSD/i386 PAE
3#
4# $FreeBSD: head/sys/i386/conf/PAE 173311 2007-11-03 19:26:49Z sam $
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
49
50nodevice	ida
51nodevice	mlx
52nodevice	pst
53
54nodevice	agp
55
56nodevice	txp
57nodevice	vx
58
59nodevice	nve
60nodevice	pcn
61nodevice	sf
62nodevice	sis
63nodevice	ste
64nodevice	tl
65nodevice	tx
66nodevice	vr
67nodevice	wb
68
69nodevice	cs
70nodevice	ed
71nodevice	ex
72nodevice	ep
73nodevice	fe
74nodevice	ie
75nodevice	sn
76nodevice	xe
77
78nodevice	an
79nodevice	ath		# Atheros pci/cardbus NIC's
80nodevice	ath_hal		# Atheros HAL (Hardware Access Layer)
81nodevice	ath_rate_sample	# SampleRate tx rate control for ath
82nodevice	awi
83nodevice	ral
84nodevice	wi
85