Date: Tue, 14 Mar 2023 03:57:17 +0000 From: Jessica Clarke <jrtc27@freebsd.org> To: Wei Hu <whu@FreeBSD.org> Cc: "src-committers@freebsd.org" <src-committers@FreeBSD.org>, "dev-commits-src-all@freebsd.org" <dev-commits-src-all@FreeBSD.org>, "dev-commits-src-main@freebsd.org" <dev-commits-src-main@FreeBSD.org> Subject: Re: git: 15e7fa83ef3c - main - arm64: Hyper-V: Add vPCI and Mellanox driver modules into build Message-ID: <CE8CFD56-76F2-4FE6-8774-05938B476DAD@freebsd.org> In-Reply-To: <202303130300.32D30Q0K068420@gitrepo.freebsd.org> References: <202303130300.32D30Q0K068420@gitrepo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 13 Mar 2023, at 03:00, Wei Hu <whu@FreeBSD.org> wrote: >=20 > The branch main has been updated by whu: >=20 > URL: = https://cgit.FreeBSD.org/src/commit/?id=3D15e7fa83ef3cd909e1d1b3b2cada8d90= 73f2e22e >=20 > commit 15e7fa83ef3cd909e1d1b3b2cada8d9073f2e22e > Author: Wei Hu <whu@FreeBSD.org> > AuthorDate: 2023-03-13 02:55:04 +0000 > Commit: Wei Hu <whu@FreeBSD.org> > CommitDate: 2023-03-13 02:55:04 +0000 >=20 > arm64: Hyper-V: Add vPCI and Mellanox driver modules into build What does Mellanox have to do with Hyper-V? I doubt it=E2=80=99s being = emulated. Jess > These changes in conf and std.hyperv files got missed in previous = commit. > Reviewed by: whu > Tested by: whu > Obtained from: Souradeep Chakrabarti <schakrabarti@microsoft.com> > Sponsored by: Microsoft > Differential Revision: https://reviews.freebsd.org/D38529 > --- > sys/arm64/conf/std.hyperv | 12 +++++++++++- > sys/conf/files.arm64 | 1 + > 2 files changed, 12 insertions(+), 1 deletion(-) >=20 > diff --git a/sys/arm64/conf/std.hyperv b/sys/arm64/conf/std.hyperv > index f87082f15c96..b742c75da131 100644 > --- a/sys/arm64/conf/std.hyperv > +++ b/sys/arm64/conf/std.hyperv > @@ -3,4 +3,14 @@ > # >=20 > #hyper-v support > -device hyperv > +device hyperv > + > +options COMPAT_LINUXKPI > +device xz > + > +device mlx5 > +device mlxfw > +device mlx5en > +options RATELIMIT > +options KERN_TLS > +device firmware > diff --git a/sys/conf/files.arm64 b/sys/conf/files.arm64 > index 684cb8cb23ba..22dd267b2b42 100644 > --- a/sys/conf/files.arm64 > +++ b/sys/conf/files.arm64 > @@ -253,6 +253,7 @@ dev/hyperv/utilities/hv_kvp.c = optional hyperv acpi > dev/hyperv/netvsc/hn_nvs.c optional hyperv acpi > dev/hyperv/netvsc/hn_rndis.c optional hyperv acpi > dev/hyperv/netvsc/if_hn.c optional hyperv acpi > +dev/hyperv/pcib/vmbus_pcib.c optional hyperv pci acpi >=20 > dev/ice/if_ice_iflib.c optional ice pci = \ > compile-with "${NORMAL_C} -I$S/dev/ice"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CE8CFD56-76F2-4FE6-8774-05938B476DAD>