From a304bc97293f40bdecd4e1a0cbaa61563f4d63a1 Mon Sep 17 00:00:00 2001 From: Ruslan Bukin Date: Mon, 30 Jul 2018 12:22:49 +0000 Subject: [PATCH] Disable VIMAGE on RISC-V. Similar to r326179 ("Temporarily disable VIMAGE on arm64") creation of if_lagg or epair on RISC-V results a kernel panic. Sponsored by: DARPA, AFRL --- sys/riscv/conf/GENERIC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/riscv/conf/GENERIC b/sys/riscv/conf/GENERIC index c3aefe6f81f..718b983e00a 100644 --- a/sys/riscv/conf/GENERIC +++ b/sys/riscv/conf/GENERIC @@ -30,7 +30,7 @@ makeoptions WITHOUT_MODULES="usb otusfw mwlfw ispfw mwlfw ralfw rtwnfw" options SCHED_ULE # ULE scheduler options PREEMPTION # Enable kernel thread preemption -options VIMAGE # Subsystem virtualization, e.g. VNET +# options VIMAGE # Subsystem virtualization, e.g. VNET options INET # InterNETworking options INET6 # IPv6 communications protocols options TCP_HHOOK # hhook(9) framework for TCP