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/02/2002 17:40:28
Module Name:	syssrc
Committed By:	scw
Date:		Wed Oct  2 14:40:28 UTC 2002

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

Log Message:
Fix the initial cacheline alignment case. This gets my PCI ex(4) card
pretty much working, at least for non-NFS use.

With NFS, it fails under pressure probably due to operand cache aliases
between KSEG0 and regular 4KB mappings elsewhere. Sigh.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 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.