]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r240210:
authordelphij <delphij@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 26 Oct 2012 00:28:29 +0000 (00:28 +0000)
committerdelphij <delphij@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 26 Oct 2012 00:28:29 +0000 (00:28 +0000)
commit79a981e4987903fd3db4de96d413b45758248781
treeecc1cb805387f2574d3e40a820bc5ed2cb0ed01b
parent60f5a73b64fade668b44523d2b124179b530d342
MFC r240210:

It seems that what the code really meant is that when a write is completed,
do a BUS_DMASYNC_POSTWRITE over the DMA map.  The way it currently is would
only do POSTREAD for read transactions.

Submitted by: Sascha Wildner

git-svn-id: svn://svn.freebsd.org/base/stable/9@242105 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/hptmv/entry.c