diff options
author | jmg <jmg@FreeBSD.org> | 2003-06-30 20:20:51 +0000 |
---|---|---|
committer | jmg <jmg@FreeBSD.org> | 2003-06-30 20:20:51 +0000 |
commit | 8695c8f35eb7012f30f8ddc5e4d328d33c2a3ca1 (patch) | |
tree | c96c3a28348427226ca07ad7415857344bc54512 /share | |
parent | 7e2e5a882dfcc353945bed75559a58ab8eca2da7 (diff) | |
download | FreeBSD-src-8695c8f35eb7012f30f8ddc5e4d328d33c2a3ca1.zip FreeBSD-src-8695c8f35eb7012f30f8ddc5e4d328d33c2a3ca1.tar.gz |
move maxsegsz down a bit so that the arg definition order matches the
calling order.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/bus_dma.9 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/bus_dma.9 b/share/man/man9/bus_dma.9 index 680c528..68fa72e 100644 --- a/share/man/man9/bus_dma.9 +++ b/share/man/man9/bus_dma.9 @@ -331,10 +331,6 @@ that overlaps the exclusion window. .It Fa filtfuncarg Argument passed to all calls to the filter function for this tag. May be NULL. -.It Fa maxsegsz -Maximum size, in bytes, of a segment in any DMA mapped region associated -with -.Fa dmat . .It Fa maxsize Maximum size, in bytes, of the sum of all segment lengths in a given DMA mapping associated with this tag. @@ -344,6 +340,10 @@ in a DMA mapped region. If there is no restriction, .Dv BUS_SPACE_UNRESTRICTED may be specified. +.It Fa maxsegsz +Maximum size, in bytes, of a segment in any DMA mapped region associated +with +.Fa dmat . .It Fa flags Are as follows: .Bl -tag -width "BUS_DMA_ALLOCNOW" -compact |