Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Oct 2022 18:10:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 266248] efi comconsole does not work with ARM64 Hyper-V
Message-ID:  <bug-266248-227-3rBoDtlUEU@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-266248-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-266248-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D266248

--- Comment #10 from Ed Maste <emaste@freebsd.org> ---
Andy pointed out the call in grub -- they use different struct field names

static void
do_real_config (struct grub_serial_port *port)
{
...
  status =3D efi_call_7 (port->interface->set_attributes, port->interface,
                       port->config.speed,
                       0, 0, parities[port->config.parity],
                       port->config.word_len,
                       stop_bits[port->config.stop_bits]);
...
}

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-266248-227-3rBoDtlUEU>