]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bhyve: use a fixed 32 bit BAR base address
authorCorvin Köhne <CorvinK@beckhoff.com>
Mon, 22 Nov 2021 15:24:47 +0000 (16:24 +0100)
committerEmmanuel Vadot <manu@FreeBSD.org>
Mon, 22 Nov 2021 15:24:47 +0000 (16:24 +0100)
commit5cf21e48ccf114928da9c6564c7e5dec7d6119c5
tree6f5d13b305adaad32dbd6a7d1fd850f7836b9f1b
parent4a4053e1b053e840cf167a629f8d2b8ae76e6da7
bhyve: use a fixed 32 bit BAR base address

OVMF always uses 0xC0000000 as base address for 32 bit PCI MMIO space.
For that reason, we should use that address too.

Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D31051
Sponsored by: Beckhoff Automation GmbH & Co. KG
usr.sbin/bhyve/pci_emul.c