Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Michael L. Hitch <mhitch@netbsd.org>
List: source-changes
Date: 09/30/2000 04:46:48
Module Name:	syssrc
Committed By:	mhitch
Date:		Sat Sep 30 01:46:48 UTC 2000

Modified Files:
	syssrc/sys/arch/pmax/pmax [netbsd-1-5]: bus_dma.c

Log Message:
Pull up rev 1.24 [approved by thorpej].

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.20.4.1 -r1.20.4.2 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.