xref: /freebsd/sys/amd64/conf/DEFAULTS (revision 2ff63af9b88c7413b7d71715b5532625752a248e)
1#
2# DEFAULTS -- Default kernel configuration file for FreeBSD/amd64
3#
4# $FreeBSD$
5
6machine		amd64
7
8options 	EARLY_AP_STARTUP
9
10# Bus support.
11device		isa
12
13# Pseudo devices.
14device		mem		# Memory and kernel memory devices
15device		io		# I/O device
16
17# UART chips on this platform
18device		uart_ns8250
19
20# Default partitioning schemes
21options 	GEOM_PART_BSD
22options 	GEOM_PART_EBR
23options 	GEOM_PART_MBR
24options 	GEOM_PART_GPT
25
26# Default congestion control algorithm
27options 	CC_CUBIC		# include CUBIC congestion control
28
29options 	NEW_PCIB
30
31options 	NETLINK			# netlink(4) support
32