Subject: Re: CVS commit: src/sys/arch/sparc/sparc
To: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
From: Paul Kranenburg <pk@cs.few.eur.nl>
List: source-changes
Date: 04/29/2004 09:14:31
> > Rename `sc_hasiocache' => `sc_cachecoherent'. Avoid the cache flush in
> > dma_load() if we have coherency.
> 
> Anyway cache flush should be done by bus_dmamap_sync()
> and bus_dmamap_load() should not do it.

Sure.. there's a reminder of that already in the file.

This change is orthogonal to that issue though.

-pk