K 10 svn:author V 3 tmm K 8 svn:date V 27 2003-01-21T17:08:22.000000Z K 7 svn:log V 276 Fix iommu_dvmamap_sync(): it was still operating as if the BUS_DMASYNC_* constants where flag bits (as in NetBSD), although they are consecutively numbered in FreeBSD. This would cause unnecessary flushing in the BUS_DMASYNC_POSTWRITE case, but was otherwise mostly harmless. END