1# 2# DEFAULTS -- Default kernel configuration file for FreeBSD/RISC-V 3# 4 5machine riscv riscv64 6 7# Pseudo devices. 8device mem # Memory and kernel memory devices 9 10# Default partitioning schemes 11options GEOM_PART_BSD 12options GEOM_PART_MBR 13options GEOM_PART_GPT 14 15# Default congestion control algorithm 16options CC_CUBIC # include CUBIC congestion control 17 18options NEW_PCIB 19options INTRNG 20 21options NETLINK # netlink(4) support 22