aboutsummaryrefslogtreecommitdiff
path: root/sys/riscv/conf/DEFAULTS
blob: 363186d2890403d49eac7d5525e1601dfac3d635 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# DEFAULTS -- Default kernel configuration file for FreeBSD/RISC-V
#
# $FreeBSD$

machine		riscv	riscv64

# Pseudo devices.
device		mem		# Memory and kernel memory devices

# Default partitioning schemes
options 	GEOM_PART_BSD
options 	GEOM_PART_MBR
options 	GEOM_PART_GPT

# Default congestion control algorithm
options 	CC_CUBIC		# include CUBIC congestion control

options 	NEW_PCIB
options 	INTRNG