summaryrefslogtreecommitdiffstats
path: root/share/man/man9/bus_dma.9
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-08-23 23:28:02 +0000
committerimp <imp@FreeBSD.org>2004-08-23 23:28:02 +0000
commit5c1c6f267416745ed6723b5867a4fc911dff48d1 (patch)
tree375baeffbf5f9130af2cd823f11fe2cb44afc109 /share/man/man9/bus_dma.9
parentb28f17992498bdbe2fa3c1d37e06490f1fa96428 (diff)
downloadFreeBSD-src-5c1c6f267416745ed6723b5867a4fc911dff48d1.zip
FreeBSD-src-5c1c6f267416745ed6723b5867a4fc911dff48d1.tar.gz
Even in a 80 column, fixed point font, there's plenty of room for all
the arguments to bus_dmamap_load, so don't use '...' but list the actual args. '...' usually means a variable number of args (cf printf(3)), but bus_dmamap_load takes a fixed number of arguments.
Diffstat (limited to 'share/man/man9/bus_dma.9')
-rw-r--r--share/man/man9/bus_dma.93
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man9/bus_dma.9 b/share/man/man9/bus_dma.9
index 1020aa1..8eb8f20 100644
--- a/share/man/man9/bus_dma.9
+++ b/share/man/man9/bus_dma.9
@@ -458,7 +458,8 @@ Returns
.Er EBUSY
if a mapping is still active for
.Fa map .
-.It Fn bus_dmamap_load "dmat" "map" "buf" "buflen" "*callback" "..."
+.It Fn bus_dmamap_load "dmat" "map" "buf" "buflen" "*callback" \
+"callback_arg" "flags"
Creates a mapping in device visible address space of
.Fa buflen
bytes of
OpenPOWER on IntegriCloud