From e6ced08e3dd728d82ef7043c53ff0da7da74abc5 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 26 Jan 2021 19:19:52 +0100 Subject: [PATCH] system: make a note that comconsole_port probably works just as well --- 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 a5748356c..0d40fbb16 100644 --- a/src/etc/inc/system.inc +++ b/src/etc/inc/system.inc @@ -78,7 +78,7 @@ function get_default_sysctl_value($id) 'hw.ibrs_disable' => '0', 'hw.ixl.enable_head_writeback' => '0', 'hw.syscons.kbd_reboot' => '0', - 'hw.uart.console' => 'io:0x3f8,br:' . system_console_speed(), + 'hw.uart.console' => 'io:0x3f8,br:' . system_console_speed(), /* XXX support comconsole_port if needed */ 'kern.ipc.maxsockbuf' => '4262144', 'kern.randompid' => '347', 'net.enc.in.ipsec_bpf_mask' => '2', /* after processing */