]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Always update the hw.uart.console hint anytime a change is made to the
authorJohn Baldwin <jhb@FreeBSD.org>
Wed, 23 Jan 2013 18:34:21 +0000 (18:34 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Wed, 23 Jan 2013 18:34:21 +0000 (18:34 +0000)
commit44e54f208a6ac0f556b859d3009b7201b9a4d2d5
tree62854df86caf8759ddf53a7c182a4276c071c6cd
parent75d774e36afd9bebd00b0dc48b48fc25548f809b
Always update the hw.uart.console hint anytime a change is made to the
comconsole setup.  Previously the hint would be set when if you set a
custom port, but it would not be updated if you later set a custom speed.

Also, leave the hw.uart.console hint mutable so it can be overridden or
unset by the user if needed.

Reviewed by: kib (earlier version)
MFC after: 1 week
sys/boot/i386/libi386/comconsole.c