summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf/PAE
blob: 1239c1337eeef353b0fa757aac4a2040719a8660 (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
85
86
87
#
# 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

# 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	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	hptnr
nodevice	hptrr

nodevice	ida
nodevice	mlx
nodevice	pst

nodevice	agp

nodevice	txp
nodevice	vx

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 NICs
nodevice	ath_pci
nodevice	ath_hal
nodevice	ath_rate_sample	# SampleRate tx rate control for ath
nodevice	ipw
nodevice	iwi
nodevice	iwn
nodevice	malo
nodevice	mwl
nodevice	ral
nodevice	wi
nodevice	wpi
OpenPOWER on IntegriCloud