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