For: > +#if defined(__i386__) || defined(__amd64__) > mode = parse_uefi_con_out(); > +#else > + mode = 0; > +#endif > if ((mode & (RB_SERIAL | RB_MULTIPLE)) == 0) { > conout->EnableCursor(conout, FALSE); > gfx_state.tg_cursor_visible = false;
I will note that, for example, there is an UEFI/ACPI implementation for the RPi4B (cortex-A72 so aarch64) and I can boot FreeBSD with it (and sometimes do). Similarly, the OverDrive 1000 and the MACCHIATObin Double Shot have UEFI/ACPI but it is normal to boot that way with them. There are probably other aarch64s as well (but I do not have access to such). Such points leaves me wondering about the #if logic above. === Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar) _______________________________________________ dev-commits-src-main@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"