From 8695c8f35eb7012f30f8ddc5e4d328d33c2a3ca1 Mon Sep 17 00:00:00 2001 From: jmg Date: Mon, 30 Jun 2003 20:20:51 +0000 Subject: move maxsegsz down a bit so that the arg definition order matches the calling order. --- share/man/man9/bus_dma.9 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'share') 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 -- cgit v1.1