[Bug 285681] [Hyper-V] i386 panic during storvsc_xferbuf_prepare()

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 30 Mar 2025 20:00:44 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285681

--- Comment #19 from Mark Millard <marklmi26-fbsd@yahoo.com> ---
(In reply to Mark Millard from comment #18)

FYI comconsole for aarch64 was removed for 15+
by the following but the "shim" the commit
references is only in place when:

defined(__aarch64__) && __FreeBSD_version < 1500000

The commit is from 2023-May-11:

From: Warner Losh <imp_at_FreeBSD.org>
Date: Thu, 11 May 2023 20:06:47 UTC
The branch main has been updated by imp:

URL:
https://cgit.FreeBSD.org/src/commit/?id=f93416d677432f3a713c71b79fb68e89162baca9

commit f93416d677432f3a713c71b79fb68e89162baca9
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2023-05-11 20:03:30 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-05-11 20:06:03 +0000

    stand: add comconsole backwards compatibility shim for aarch64

    Add a compat shim for the "comconsole" name so that people with a
    "console=comconsole" in their loader.conf on aarch64 will continue to
    work (though with a warning).

    This is only aarch64: it will never be there for amd64 (where comconsole
    always means talk to the hardware directly). To do that is too hard.

    Sponsored by:           Netflix
    Differential Revision:  https://reviews.freebsd.org/D39983
---
 stand/efi/loader/conf.c        |  7 +++++++
 stand/efi/loader/efiserialio.c | 25 +++++++++++++++++++++++++
 2 files changed, 32 insertions(+)
. . .

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