Module Name: src Committed By: riastradh Date: Sat Jan 4 17:18:09 UTC 2025
Modified Files: src/share/man/man9: bus_dma.9 Log Message: bus_dma(9): must, not should! bus_dmamem_alloc returns opaque cookies which are meant only for bus_dmamem_map and bus_dmamap_load (or bus_dmamap_load_raw) to eat, not necessarily vaddrs or paddrs or baddrs. To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 src/share/man/man9/bus_dma.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.