Subject: CVS commit: syssrc/sys/arch/sh5/sh5
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 10/04/2002 12:20:21
Module Name:	syssrc
Committed By:	scw
Date:		Fri Oct  4 09:20:21 UTC 2002

Modified Files:
	syssrc/sys/arch/sh5/sh5: bus_dma.c

Log Message:
When loading a DMA map, make sure the BUS_DMA_COHERENT flag in the
map accurately tracks the same flag in the segments belonging to it.
The map's copy can be set only if all the segments are coherent.

This finally gets NFS writes fully working on my PCI ex(4) card.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/sh5/sh5/bus_dma.c

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