]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Also turn of teken for RB_MULTIPLE
authorimp <imp@FreeBSD.org>
Thu, 28 Nov 2019 05:40:15 +0000 (05:40 +0000)
committerimp <imp@FreeBSD.org>
Thu, 28 Nov 2019 05:40:15 +0000 (05:40 +0000)
commit64e2df98748edf35b447f7bde97f52ebc00f2b35
tree4443d4f3a3af608c2a09883964357a793f104b18
parent96264425d3b9532b87557ee0c595461302eb554d
Also turn of teken for RB_MULTIPLE

RB_MULTIPLE without RB_SERIAL set is valid, and means 'Video first, then serial'
to the kernel (so kernel messages go to both, but /etc/rc uses video console
(this should be fixed, btw, but another day)). Check for RB_MULTIPLE as well as
RB_SERIAL where we want to to serial things. This means we'll use the old code
for emulation in these situations, which is likely best since we're outputing to
both and the old code is ligher weight allowing both to keep up w/o weird
scrolling things.
stand/efi/libefi/efi_console.c