Date: Fri, 13 Jun 2003 13:07:49 -0700 (PDT) From: Maxime Henrion <mux@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man9 bus_dma.9 Message-ID: <200306132007.h5DK7nFw084898@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mux 2003/06/13 13:07:49 PDT
FreeBSD src repository
Modified files:
share/man/man9 bus_dma.9
Log:
- Document the fact that you can specify several DMA operations to
bus_dmamap_sync() by OR'ing them together.
- Don't document what BUS_DMASYNC_PREREAD|BUS_DMASYNC_PREWRITE and
BUS_DMASYNC_POSTREAD|BUS_DMASYNC_POSTWRITE is supposed to do when
passed to bus_dmamap_sync(). There are other possible combinations
and the reader just needs to know what the individual flags do and
that he can combine different DMA operations.
- Use .An when listing authors.
Reviewed by: hmp
Revision Changes Path
1.2 +28 -15 src/share/man/man9/bus_dma.9
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306132007.h5DK7nFw084898>
