? out Index: Makefile =================================================================== RCS file: /home/ncvs/src/share/man/man9/Makefile,v retrieving revision 1.195 diff -u -r1.195 Makefile --- Makefile 12 Jun 2003 14:28:31 -0000 1.195 +++ Makefile 16 Jun 2003 20:49:05 -0000 @@ -113,6 +113,7 @@ MLINKS+=atomic.9 atomic_subtract.9 MLINKS+=atomic.9 atomic_store.9 MLINKS+=bus_activate_resource.9 bus_deactivate_resource.9 +MLINKS+=bus_dma.9 busdma.9 MLINKS+=bus_dma.9 bus_dma_tag_create.9 MLINKS+=bus_dma.9 bus_dma_tag_destroy.9 MLINKS+=bus_dma.9 bus_dmamap_create.9 Index: bus_dma.9 =================================================================== RCS file: /home/ncvs/src/share/man/man9/bus_dma.9,v retrieving revision 1.1 diff -u -r1.1 bus_dma.9 --- bus_dma.9 30 May 2003 22:57:54 -0000 1.1 +++ bus_dma.9 16 Jun 2003 20:49:05 -0000 @@ -652,6 +652,16 @@ DMA map to be invalidated. .El .El +.Sh IMPLEMENTATION NOTES +Generally, the +.Fa alignment +argument to +.Fn bus_dma_tag_create +cannot be used to +.Ql strictly +enforce alignments that are less than that +of the hardware page size, thus it should be assumed that the argument +is ignored for such cases. .Sh RETURN VALUES Behavior is undefined if invalid arguments are passed to any of the above functions.