system: make a note that comconsole_port probably works just as well

This commit is contained in:
Franco Fichtner 2021-01-26 19:19:52 +01:00
parent 5463a34928
commit e6ced08e3d

View File

@ -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 */