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