]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
loader: comconsole: don't unconditionally wipe out hw.uart.console
authorKyle Evans <kevans@FreeBSD.org>
Fri, 14 Apr 2023 04:41:22 +0000 (23:41 -0500)
committerKyle Evans <kevans@FreeBSD.org>
Fri, 14 Apr 2023 04:42:03 +0000 (23:42 -0500)
commitec671f4980437008b0119c6367816083e15fa503
tree72ab690620bb39cd03440ae3efa9aa779698708e
parent26713ad9cf18b6ecd37f862182c84c1e57aee091
loader: comconsole: don't unconditionally wipe out hw.uart.console

It may be the case that we need to set hw.uart.console manually in some
scenarios that comconsole can't necessarily support.  Avoid clobbering
hw.uart.console unless we've actually selected comconsole so that one
could at least get kernel console output..

Discussed with: imp
Sponsored by: Zenith Electronics LLC
Sponsored by: Klara, Inc.
stand/i386/libi386/comconsole.c