git: bus_dma.9: Fix bus_dmamap_load_mbuf_segment documentation of maxsegs arg.

Imre Vadasz ivadasz at crater.dragonflybsd.org
Thu Dec 31 09:27:13 PST 2015


commit 251405699f9f85981ad4c833ec69b3eca7917346
Author: Imre Vadász <imre at vdsz.com>
Date:   Thu Dec 31 18:21:54 2015 +0100

    bus_dma.9: Fix bus_dmamap_load_mbuf_segment documentation of maxsegs arg.
    
    The maxsegs argument of bus_dmamap_load_mbuf_segment is allowed to be
    equal to the nsegments of the dma tag, i.e. doesn't have to be "less than",
    but "not larger than" the nsegments.

Summary of changes:
 share/man/man9/bus_dma.9 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/251405699f9f85981ad4c833ec69b3eca7917346


-- 
DragonFly BSD source repository



More information about the Commits mailing list