Searched hist:b9b855dd653c57df44e8ebfc3e6317f3aed4855c (Results 1 – 1 of 1) sorted by relevance
/freebsd/share/man/man9/ |
H A D | bus_dma.9 | diff b9b855dd653c57df44e8ebfc3e6317f3aed4855c Fri Jun 13 22:07:49 CEST 2003 Maxime Henrion <mux@FreeBSD.org> - 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 diff b9b855dd653c57df44e8ebfc3e6317f3aed4855c Fri Jun 13 22:07:49 CEST 2003 Maxime Henrion <mux@FreeBSD.org> - 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
|