From 4a36845a15255a2000ecbfa07e1ec2bd7d3bc711 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 18 Jul 2017 21:33:50 +0200 Subject: [PATCH 161/310] sys/amd64/conf/ELECTRO_BLOAT: Add options CAM_IOSCHED_DYNAMIC Obtained from: ElectroBSD --- sys/amd64/conf/ELECTRO_BLOAT | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/amd64/conf/ELECTRO_BLOAT b/sys/amd64/conf/ELECTRO_BLOAT index f440d4222d02..ae26c7af8e03 100644 --- a/sys/amd64/conf/ELECTRO_BLOAT +++ b/sys/amd64/conf/ELECTRO_BLOAT @@ -16,6 +16,8 @@ options ACCEPT_FILTER_HTTP # works around various bugs that only affect the module build. device pf +options CAM_IOSCHED_DYNAMIC + ############################################################################## # Everything below comes from GENERIC, but "offending" lines have been removed ############################################################################## -- 2.37.1