Subject: CVS commit: src/sys/arch/arc/jazz
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 06/15/2006 17:06:19
Module Name:	src
Committed By:	tsutsui
Date:		Thu Jun 15 17:06:19 UTC 2006

Modified Files:
	src/sys/arch/arc/jazz: bus_dma_jazz.c

Log Message:
- don't forget to set _dm_vmspace in BUS_DMA_ALLOCNOW case
- also set ARC_DMAMAP_COHERENT hint in the case if buf is in KSEG1
  (I'm not sure if ALLOCNOW is worth for linear buffer, i.e. nsegs=1 case)


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sys/arch/arc/jazz/bus_dma_jazz.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.