xref: /dragonfly/sys/config/X86_64_GENERIC (revision e90c1ebb)
1#
2# X86_64_GENERIC -- Generic kernel configuration file for DragonFly/x86_64
3#
4# Check the LINT64 configuration file in sys/config, for an
5# exhaustive list of options.
6
7platform	pc64
8machine		x86_64
9machine_arch	x86_64
10cpu		HAMMER_CPU
11ident		X86_64_GENERIC
12maxusers	0
13#options	CPU_DISABLE_AVX
14
15makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
16
17options 	INET			#InterNETworking
18options 	INET6			#IPv6 communications protocols
19options 	HAMMER			#Hammer Filesystem
20options		HAMMER2			#HAMMER2 filesystem
21options		NULLFS			#NULL filesystem
22options 	FFS			#Berkeley Fast Filesystem
23options 	FFS_ROOT		#FFS usable as root device [keep this!]
24options 	SOFTUPDATES		#Enable FFS soft updates support
25options 	UFS_DIRHASH		#Improve performance on big directories
26options 	MFS			#Memory Filesystem
27options 	TMPFS			#Temporary Filesystem
28options 	MD_ROOT			#MD is a potential root device
29options 	NFS			#Network Filesystem
30options 	NFS_ROOT		#NFS usable as root device, NFS required
31options 	MSDOSFS			#MSDOS Filesystem
32options 	CD9660			#ISO 9660 Filesystem
33options 	PROCFS			#Process filesystem
34options 	SCSI_DELAY=5000		#Delay (in ms) before probing SCSI
35options		IFPOLL_ENABLE		# Support mixed interrupt-polling
36					# handling of network device drivers
37options 	UCONSOLE		#Allow users to grab the console
38options 	KTRACE			#ktrace(1) support
39options 	_KPOSIX_PRIORITY_SCHEDULING
40options 	ICMP_BANDLIM		#Rate limit bad replies
41options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
42
43# ALTQ
44options		ALTQ		#alternate queueing
45options		ALTQ_CBQ	#class based queueing
46options		ALTQ_RED	#random early detection
47options		ALTQ_RIO	#triple red for diffserv (needs RED)
48options		ALTQ_HFSC	#hierarchical fair service curve
49options		ALTQ_PRIQ	#priority queue
50options		ALTQ_FAIRQ	#fair queueing
51#options	ALTQ_NOPCC	#don't use processor cycle counter
52#options	ALTQ_DEBUG	#for debugging
53
54# Debugging for Development
55options 	DDB
56options 	DDB_TRACE
57options 	INVARIANTS
58
59device		isa
60device		pci
61
62# AHCI driver, this will override NATA for AHCI devices,
63# both drivers may be included.
64#
65device		ahci
66
67# NVME driver, direct PCIe-attached SSD cards
68#
69device		nvme
70
71# SiI3124/3132 driver
72#
73device		sili
74
75# NEW-ATA (NATA) and ATAPI devices
76#
77device		nata
78device		natadisk		# ATA disk drives
79device		natapicd		# ATAPI CDROM drives
80device		natapifd		# ATAPI floppy drives
81device		natapist		# ATAPI tape drives
82device		natapicam		# Emulate ATAPI devices as SCSI
83device		nataraid		# support for ATA software RAID
84					# controllers
85options 	ATA_STATIC_ID		# Static device numbering
86
87# SCSI Controllers
88device		amd		# AMD 53C974 (Tekram DC-390(T))
89device		isp		# Qlogic family
90#device		ispfw		# Firmware for QLogic HBAs- normally a module
91device		mpt		# LSI-Logic MPT/Fusion
92device		mps		# LSI-Logic MPT-Fusion 2
93device		ncr		# NCR/Symbios Logic
94device		sym		# NCR/Symbios Logic (newer chipsets)
95options 	SYM_SETUP_LP_PROBE_MAP=0x40
96				# Allow ncr to attach legacy NCR devices when
97				# both sym and ncr are configured
98
99device		adv0	at isa?
100device		adw
101device		bt
102
103# SCSI peripherals
104device		scbus		# SCSI bus (required)
105device		da		# Direct Access (disks)
106device		sa		# Sequential Access (tape etc)
107device		cd		# CD
108device		pass		# Passthrough device (direct SCSI access)
109device		sg		# Passthrough device (linux scsi generic)
110
111# RAID controllers interfaced to the SCSI subsystem
112device		arcmsr		# Areca SATA II RAID
113device		asr		# DPT SmartRAID V, VI and Adaptec SCSI RAID
114device		ciss		# Compaq SmartRAID 5* series
115device		dpt		# DPT Smartcache - See LINT64 for options!
116device		"hpt27xx"	# Highpoint RocketRAID 27xx series
117device		hptiop		# Highpoint RocketRAID 3xxx series
118device		hptmv		# Highpoint RocketRAID 182x
119device		hptrr		# Highpoint RocketRAID 17xx, 22xx, 23xx, 25xx
120device		iir		# Intel Integrated RAID
121device		mly		# Mylex AcceleRAID/eXtremeRAID
122device		mrsas		# LSI MegaRAID SAS (Thunderbolt series and up)
123device		twa		# 3ware 9000 series PATA/SATA RAID
124device		tws		# 3ware 9750 series SATA/SAS RAID
125
126# RAID controllers
127device		aac		# Adaptec FSA RAID, Dell PERC2/PERC3
128device		aacp		# SCSI passthrough for aac (requires CAM)
129device		amr		# AMI MegaRAID
130device		amrp		# SCSI Passthrough interface (optional, CAM req.)
131device		ida		# Compaq Smart RAID
132device		ips		# IBM ServeRAID
133device		mlx		# Mylex DAC960 family
134device		mfi		# LSI MegaRAID SAS
135device		mfip		# LSI MegaRAID SAS passthrough, requires CAM
136device		twe		# 3ware Escalade 7000/8000's
137
138# VirtIO support
139device		virtio		# VirtIO core
140device		virtio_blk	# VirtIO disk driver
141device		virtio_scsi	# VirtIO SCSI driver
142device		vtnet		# VirtIO network driver
143device		virtio_pci	# VirtIO transport over PCI bus
144
145# atkbdc0 controls both the keyboard and the PS/2 mouse
146device		atkbdc0	at isa? port IO_KBD
147device		atkbd0	at atkbdc? irq 1
148device		psm0	at atkbdc? irq 12
149
150device		vga0	at isa?
151
152# kbdmux is the keyboard multiplexer
153device		kbdmux
154
155# splash screen/screen saver
156pseudo-device	splash
157
158# syscons is the default console driver, resembling an SCO console
159# only one syscons with efi framebuffer flag (0x400) allowed
160device		sc0	at isa? flags 0x500
161options 	SC_PIXEL_MODE		# add support for the raster text mode
162options		SC_DFLT_FONT
163makeoptions	SC_DFLT_FONT=cp437
164
165device		agp		# support several AGP chipsets
166
167# Intel performance-energy bias
168device		perfbias
169# Intel software controlled clock modulation
170device		clockmod
171
172# HW monitoring devices
173#device		aps0	at isa? port 0x1600
174device		lm0	at isa? port 0x290
175device		it0	at isa?	port 0x290
176device		it1	at isa?	port 0xc00
177device		it2	at isa?	port 0xd00
178device		it3	at isa?	port 0x228
179device		wbsio0	at isa? port 0x2e
180device		wbsio1	at isa? port 0x4e
181# Intel Core and newer CPUs on-die digital thermal sensor support
182device		coretemp
183device		dimm		# DIMM information (location, etc.)
184device		coremctl	# support Intel Core and E3 memory controller
185device		ecc		# support AMD8000, Intel E3 and Intel E5 ECC
186				# requires coremctl and dimm.
187device		memtemp		# support Intel Core, E3 and E5 memory thermal
188				# sensor.
189				# requires coremctl and dimm.
190
191# PCCARD (PCMCIA) support
192device		pccard
193device		cardbus
194device		cbb
195
196# Serial (COM) ports
197device		sio0	at isa? port IO_COM1 flags 0x10 irq 4
198device		sio1	at isa? port IO_COM2 irq 3
199device		sio2	at isa? disable port IO_COM3 irq 5
200device		sio3	at isa? disable port IO_COM4 irq 9
201
202# PCI Ethernet NICs.
203device		de		# DEC/Intel DC21x4x (``Tulip'')
204device		txp		# 3Com 3cR990 (``Typhoon'')
205
206device		em		# Intel PRO/1000 adapter Gigabit Ethernet Card (``Wiseman'')
207				# Requires ig_hal
208device		igb		# Intel Pro/1000 (82575, 82576, 82580, i350)
209				# Requires ig_hal
210device		ig_hal		# Intel PRO/1000 hardware abstraction layer
211device		ix		# Intel PRO/10GbE PCIE Ethernet Family
212
213device		oce		# Emulex OneConnect 10Gb
214
215# PCI Ethernet NICs that use the common MII bus controller code.
216# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
217device		miibus		# MII bus support
218device		ae		# Attansic/Atheros L2 Fast Ethernet
219device		age		# Attansic/Atheros L1 Gigabit Ethernet
220device		alc		# Atheros AR8131/AR8132
221device		ale		# Atheros AR8121/AR8113/AR8114
222device		bce		# Broadcom NetXtreme II Gigabit Ethernet
223device		bfe		# Broadcom BCM440x 10/100 Ethernet
224device		bnx		# Broadcom NetXtreme 5718/57785 Gigabit Ethernet
225device		dc		# DEC/Intel 21143 and various workalikes
226device		et		# Agere ET1310 10/100/1000 Ethernet
227device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
228device		jme		# JMicron Gigabit/Fast Ethernet
229device		pcn		# AMD Am79C97x PCI 10/100 NICs
230device		rl		# RealTek 8129/8139
231device		re		# RealTek 8139C+/8169
232device		sf		# Adaptec AIC-6915 (``Starfire'')
233device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
234device		sk		# SysKonnect GEnesis, LinkSys EG1023, D-Link
235device		ste		# Sundance ST201 (D-Link DFE-550TX)
236device		tl		# Texas Instruments ThunderLAN
237device		tx		# SMC EtherPower II (83c170 ``EPIC'')
238device		vge		# VIA 612x GigE
239device		vr		# VIA Rhine, Rhine II
240device		wb		# Winbond W89C840F
241device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
242device		bge		# Broadcom BCM570x (``Tigon III'')
243device		stge		# Sundance/Tamarack TC9021 Gigabit Ethernet
244device		msk		# Marvell/SysKonnect Yukon II Gigabit Ethernet
245device		nfe		# NVIDIA nForce MCP 10/100/Gigabit Ethernet
246device		xe		# Xircom Ethernet
247
248# Wireless NIC cards
249options 	IEEE80211_DEBUG		#enable debugging msgs
250options 	IEEE80211_SUPPORT_MESH	#enable 802.11s D3.0 support
251options 	IEEE80211_SUPPORT_TDMA	#enable TDMA support
252device		wlan		# 802.11 support
253device		wlan_ccmp	# 802.11 CCMP support
254device		wlan_tkip	# 802.11 TKIP support
255device		wlan_wep	# 802.11 WEP support
256#device		wlan_amrr	# AMRR
257device		ath		# Atheros NICs
258device		ath_hal		# Atheros Hardware Access Layer
259options 	AH_SUPPORT_AR5416	# enable AR5416 tx/rx descriptors
260device		ath_rate_sample	# Atheros Sample TX rate control algorithm
261device		siba_bwn	# Sonic Inc. Silicon Backplane needed for bwn
262device		bwn		# Broadcom BCM43xx NICs using v4 firmware
263device		ral		# Ralink Technology 802.11 wireless NIC
264device		iwn		# Intel IEEE 802.11n wireless network driver
265#device		rtw		# RealTek 802.11 wireless NIC
266device		wpi		# Intel 3945ABG Wireless LAN IEEE 802.11 driver
267# WaveLAN/IEEE 802.11 wireless NICs.  Note: the WaveLAN/IEEE really
268# exists only as a PCMCIA device, so there is no ISA attachment needed
269# and resources will always be dynamically assigned by the pccard code.
270device		wi
271
272device		lnc0	at isa? disable port 0x280 irq 10 drq 0
273device		sn0	at isa? disable port 0x300 irq 10
274
275# Pseudo devices - the number indicates how many units to allocate.
276pseudo-device	loop		# Network loopback
277pseudo-device	ether		# Ethernet support
278pseudo-device	tun		# Packet tunnel.
279pseudo-device	pty		# Pseudo-ttys (telnet etc)
280pseudo-device	md		# Memory "disks"
281pseudo-device	vn		# File image "disks"
282pseudo-device	gif		# IPv6 and IPv4 tunneling
283pseudo-device   lagg
284
285# CARP support
286options		CARP
287pseudo-device	carp
288
289# The `bpf' pseudo-device enables the Berkeley Packet Filter.
290# Be aware of the administrative consequences of enabling this!
291pseudo-device	bpf		#Berkeley packet filter
292
293device		crypto		# core crypto support, used by wlan
294device		cryptodev	# /dev/crypto for access to h/w
295
296# USB support
297#
298device		usb		# USB Bus (required)
299device		uhci		# UHCI PCI->USB interface
300device		ohci		# OHCI PCI->USB interface
301device		uhid		# "Human Interface Devices"
302device		ukbd		# Keyboard
303device		ulpt		# Printer
304device		umass		# Disks/Mass storage - Requires scbus and da
305device		ums		# Mouse
306# USB Ethernet, requires mii
307device		axe		# ASIX Electronics USB Ethernet
308device		aue		# ADMtek USB ethernet
309device		cue		# CATC USB ethernet
310device		kue		# Kawasaki LSI USB ethernet
311# USB wireless NICs, requires wlan, wlan_amrr
312#device		rum		# Ralink Technology RT2501USB/RT2601USB
313
314# FireWire support
315device		firewire	# FireWire bus code
316device		sbp		# SCSI over FireWire (Requires scbus and da)
317device		fwe		# Ethernet over FireWire (non-standard!)
318
319# MMC/SD
320device		mmc
321device		mmcsd
322device		sdhci
323
324# RNG
325#
326device          aesni           # hardware crypto/RNG for AES-NI
327device          padlock         # hardware crypto/RNG for VIA C3/C7/Eden
328device          rdrand          # hardware RNG for RdRand
329