Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Nov 2021 23:07:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        virtualization@FreeBSD.org
Subject:   [Bug 260148] passthru stopped working
Message-ID:  <bug-260148-27103-YX3vJ0Sbey@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-260148-27103@https.bugs.freebsd.org/bugzilla/>
References:  <bug-260148-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=3D260148

Bjoern A. Zeeb <bz@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bz@FreeBSD.org
             Status|New                         |Open

--- Comment #1 from Bjoern A. Zeeb <bz@FreeBSD.org> ---
I assume this has to do with

    876         if (!pci_bar_enabled(pcidev, pm))
    877                 return (EBUSY); /* XXXKIB enable if _ACTIVATE */

in sys/dev/pci/pci_user.c:pci_bar_mmap()

So mmap fails and we won't start again.

I am just not sure if that XXXKIB is the right fix or if bhyve should make =
sure
the device is usable?

--=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-260148-27103-YX3vJ0Sbey>