PAE revision 169331
1#
2# PAE -- Generic kernel configuration file for FreeBSD/i386 PAE
3#
4# $FreeBSD: head/sys/i386/conf/PAE 169331 2007-05-07 02:06:03Z kevlo $
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	wlan
79nodevice	wlan_wep	# 802.11 WEP support
80nodevice	wlan_ccmp	# 802.11 CCMP support
81nodevice	wlan_tkip	# 802.11 TKIP support
82nodevice	wlan_amrr	# AMRR transmit rate control algorithm
83nodevice	an
84nodevice	ath		# Atheros pci/cardbus NIC's
85nodevice	ath_hal		# Atheros HAL (Hardware Access Layer)
86nodevice	ath_rate_sample	# SampleRate tx rate control for ath
87nodevice	awi
88nodevice	ral
89nodevice	wi
90
91nodevice	uhci
92nodevice	ohci
93nodevice	ehci
94nodevice	usb
95nodevice	ugen
96nodevice	uhid
97nodevice	ukbd
98nodevice	ulpt
99nodevice	umass
100nodevice	ums
101nodevice	ural
102nodevice	urio
103nodevice	rum
104nodevice	uscanner
105nodevice	aue
106nodevice	axe
107nodevice	cdce
108nodevice	cue
109nodevice	kue
110nodevice	rue
111