]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bhyve: do not explicitly map fbuf framebuffer
authorCorvin Köhne <CorvinK@beckhoff.com>
Thu, 18 Nov 2021 15:26:34 +0000 (16:26 +0100)
committerEmmanuel Vadot <manu@FreeBSD.org>
Fri, 14 Jan 2022 14:17:28 +0000 (15:17 +0100)
commite5fb2bbad268ee5f2dab820cd9fe966e40e4b51e
tree826025f031f235c3b514bd838f2db6dea5ff1784
parentaa5eea98b99c196646fdaea8eb9708a78627b927
bhyve: do not explicitly map fbuf framebuffer

Allocating a BAR will call baraddr which maps the framebuffer. No need
to allocate it explicitly on init.

Reviewed by:     grehan
Sponsored by:    Beckhoff Autmation GmbH & Co. KG
Differential Revision:    https://reviews.freebsd.org/D32596

(cherry picked from commit 5085153ae4d55692415716e0ed03204bdf96d34a)
usr.sbin/bhyve/pci_fbuf.c