]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/riscv/conf/DEFAULTS
contrib/spleen: update to Spleen 2.0.0
[FreeBSD/FreeBSD.git] / sys / riscv / conf / DEFAULTS
1 #
2 # DEFAULTS -- Default kernel configuration file for FreeBSD/RISC-V
3 #
4 # $FreeBSD$
5
6 machine         riscv   riscv64
7
8 # Pseudo devices.
9 device          mem             # Memory and kernel memory devices
10
11 # Default partitioning schemes
12 options         GEOM_PART_BSD
13 options         GEOM_PART_MBR
14 options         GEOM_PART_GPT
15
16 # Default congestion control algorithm
17 options         CC_CUBIC                # include CUBIC congestion control
18
19 options         NEW_PCIB
20 options         INTRNG
21
22 options         NETLINK                 # netlink(4) support