[Bug 266248] efi comconsole does not work with ARM64 Hyper-V
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 266248] efi comconsole does not work with ARM64 Hyper-V"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Oct 2022 18:10:33 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266248 --- 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 = 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]); ... } -- You are receiving this mail because: You are the assignee for the bug.