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/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=53751 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 only describe buffers that will be allocated with bus_dmamem_alloc(). Also, due to resource sharing with other tags, this flag does not guarantee that resources will be allocated or reserved exclusively for this tag. It should be treated only as a minor optimization. -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-53751-227-xfbGl9UkUB>
