xref: /freebsd/sys/i386/conf/PAE (revision 7bd6fde3)
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# 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	an
83nodevice	ath		# Atheros pci/cardbus NIC's
84nodevice	ath_hal		# Atheros HAL (Hardware Access Layer)
85nodevice	ath_rate_sample	# SampleRate tx rate control for ath
86nodevice	awi
87nodevice	ral
88nodevice	wi
89
90nodevice	uhci
91nodevice	ohci
92nodevice	ehci
93nodevice	usb
94nodevice	ugen
95nodevice	uhid
96nodevice	ukbd
97nodevice	ulpt
98nodevice	umass
99nodevice	ums
100nodevice	ural
101nodevice	urio
102nodevice	uscanner
103nodevice	aue
104nodevice	axe
105nodevice	cdce
106nodevice	cue
107nodevice	kue
108nodevice	rue
109