summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf/PAE
blob: cdc34442d89cff9619adb4163b90193f4c25900a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
#
# PAE -- Generic kernel configuration file for FreeBSD/i386 PAE
#
# $FreeBSD$

include GENERIC

ident		PAE-GENERIC

# To make a PAE kernel, the next option is needed
options		PAE			# Physical Address Extensions Kernel

# Compile acpi in statically since the module isn't built properly.  Most
# machines which support large amounts of memory require acpi.
device		acpi

# Don't build modules with this kernel config, since they are not built with
# the correct options headers.
makeoptions	NO_MODULES=yes

# force isp firmware to fully loaded
device		ispfw

# What follows is a list of drivers that are normally in GENERIC, but either
# don't work or are untested with PAE.  Be very careful before enabling any
# of these drivers.  Drivers which use DMA and don't handle 64 bit physical
# address properly may cause data corruption when used in a machine with more
# than 4 gigabytes of memory.

nodevice	ahb
nodevice	amd
nodevice	sym
nodevice	trm

nodevice	adv
nodevice	adw
nodevice	aha
nodevice	aic
nodevice	bt

nodevice	ncv
nodevice	nsp
nodevice	stg

nodevice	asr
nodevice	dpt
nodevice	mly
nodevice	hptmv

nodevice	ida
nodevice	mlx
nodevice	pst

nodevice	agp

nodevice	txp
nodevice	vx

nodevice	nve
nodevice	pcn
nodevice	sf
nodevice	sis
nodevice	ste
nodevice	tl
nodevice	tx
nodevice	vr
nodevice	wb

nodevice	cs
nodevice	ed
nodevice	ex
nodevice	ep
nodevice	fe
nodevice	ie
nodevice	sn
nodevice	xe

nodevice	an
nodevice	ath		# Atheros pci/cardbus NIC's
nodevice	ath_hal		# Atheros HAL (Hardware Access Layer)
nodevice	ath_rate_sample	# SampleRate tx rate control for ath
nodevice	awi
nodevice	ral
nodevice	wi
OpenPOWER on IntegriCloud