From cde5b0d685a42c756fa3914f3f6cf3c3d30cb4d3 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Fri, 14 Feb 2025 09:11:12 +0100 Subject: [PATCH] system: unused default since 5bb73b120ba It's optional so only enforced when we had to employ that particular workaround. Eventually we will jus tremove it. --- src/etc/inc/system.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/inc/system.inc b/src/etc/inc/system.inc index b002aedb4..86f2b7f16 100644 --- a/src/etc/inc/system.inc +++ b/src/etc/inc/system.inc @@ -74,7 +74,7 @@ function system_sysctl_defaults() 'hw.ibrs_disable' => [ 'default' => '0', 'optional' => true ], 'hw.ixl.enable_head_writeback' => [ 'default' => '0' ], 'hw.syscons.kbd_reboot' => [ 'default' => '0' ], - 'hw.uart.console' => [ 'default' => 'io:0x3f8,br:' . system_console_speed(), 'type' => 't', 'optional' => true ], /* XXX support comconsole_port if needed */ + 'hw.uart.console' => [ 'default' => 'io:0x3f8,br:' . system_console_speed(), 'type' => 't', 'optional' => true ], /* XXX remove in a future release */ 'hw.vtnet.csum_disable' => [ 'default' => '1' ], 'kern.coredump' => [ 'default' => '0' ], 'kern.ipc.maxsockbuf' => [ 'default' => '4262144' ],