Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Michael L. Hitch <mhitch@netbsd.org>
List: source-changes
Date: 09/28/2000 06:19:13
Module Name:	syssrc
Committed By:	mhitch
Date:		Thu Sep 28 03:19:13 UTC 2000

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

Log Message:
Need to use MachHitFlushDCache() for the MIPS3 to ensure invalidating
both the primary and the secondary caches.  MachFlushDCache() will not
invalidate the correct secondary cache lines for KSEG2 addresses.
R4000 systems should now be able to boot and run.


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 syssrc/sys/arch/pmax/pmax/bus_dma.c

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