https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266248
--- Comment #10 from Ed Maste <[email protected]> --- 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.
