aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/ebus
diff options
context:
space:
mode:
authorHiten Pandya <hmp@FreeBSD.org>2003-05-30 20:40:33 +0000
committerHiten Pandya <hmp@FreeBSD.org>2003-05-30 20:40:33 +0000
commitb77c32a07e04dcf379bc7720f920c2d83c8939e8 (patch)
tree9a66557b1ba65bdc8038406307415ee4fdf97d21 /sys/sparc64/ebus
parent6d7f268ad10cb10b4943946845775bbc2a79ae2d (diff)
downloadsrc-b77c32a07e04dcf379bc7720f920c2d83c8939e8.tar.gz
src-b77c32a07e04dcf379bc7720f920c2d83c8939e8.zip
Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT.
The current name is confusing, because it indicates to the client that a bus_dmamap_sync() operation is not necessary when the flag is specified, which is wrong. The main purpose of this flag is to hint the underlying architecture that DMA memory should be mapped in a coherent way, but the architecture can ignore it. But if the architecture does supports coherent mapping of memory, then it makes bus_dmamap_sync() calls cheap. This flag is the same as the one in NetBSD's Bus DMA. Reviewed by: gibbs, scottl, des (implicitly) Approved by: re@ (jhb)
Notes
Notes: svn path=/head/; revision=115416
Diffstat (limited to 'sys/sparc64/ebus')
0 files changed, 0 insertions, 0 deletions