Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jan 2021 00:18:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 53751] bus_dma(9) incorrectly documents BUS_DMA_ALLOCNOW
Message-ID:  <bug-53751-227-xfbGl9UkUB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-53751-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-53751-227@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=3D53751

Oleksandr Tymoshenko <gonzo@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Documentation               |Manual Pages
                 CC|                            |doc@FreeBSD.org
           Assignee|doc@FreeBSD.org             |bugs@FreeBSD.org

PauAmma <pauamma@gundo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pauamma@gundo.com

--- Comment #4 from PauAmma <pauamma@gundo.com> ---
Is this still applicable? That description now reads:

                              BUS_DMA_ALLOCNOW      Pre-allocate enough
                                                    resources to handle at
                                                    least one map load
                                                    operation on this tag. =
 If
                                                    sufficient resources are
                                                    not available, ENOMEM is
                                                    returned.  This should =
not
                                                    be used for tags that o=
nly
                                                    describe buffers that w=
ill
                                                    be allocated with
                                                    bus_dmamem_alloc().  Al=
so,
                                                    due to resource sharing
                                                    with other tags, this f=
lag
                                                    does not guarantee that
                                                    resources will be
                                                    allocated or reserved
                                                    exclusively for this ta=
g.
                                                    It should be treated on=
ly
                                                    as a minor optimization.

--=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-53751-227-xfbGl9UkUB>