Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Mar 2025 20:00:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        virtualization@FreeBSD.org
Subject:   [Bug 285681] [Hyper-V] i386 panic during storvsc_xferbuf_prepare()
Message-ID:  <bug-285681-27103-MhpcP9wL8R@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-285681-27103@https.bugs.freebsd.org/bugzilla/>
References:  <bug-285681-27103@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=3D285681

--- 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=3Df93416d677432f3a713c71b79fb68e891=
62baca9

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=3Dcomconsole" 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(+)
. . .

--=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-285681-27103-MhpcP9wL8R>