Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Michael L. Hitch <mhitch@netbsd.org>
List: source-changes
Date: 11/05/2000 23:02:13
Module Name:	syssrc
Committed By:	mhitch
Date:		Sun Nov  5 21:02:13 UTC 2000

Modified Files:
	syssrc/sys/dev/tc: asc_ioasic.c

Log Message:
When doing the cacheflush for MIPS1, adjust the length to account for
an unaligned buffer.  The last word of the buffer was not getting flushed
if the buffer was unaligned and fit in a single DMA segment.  Now dump(8)
works on both MIPS1 and MIPS3 DECstations.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 syssrc/sys/dev/tc/asc_ioasic.c

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