Subject: CVS commit: syssrc/sys/arch/macppc/macppc
To: None <source-changes@netbsd.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 03/02/2002 02:44:09
Module Name:	syssrc
Committed By:	matt
Date:		Sat Mar  2 00:44:09 UTC 2002

Modified Files:
	syssrc/sys/arch/macppc/macppc: machdep.c

Log Message:
Make sure I/O bats are set to BAT_I|BAT_G (guarded, cache-inhibited) as to
not allow speculative loads to occur within them.  This is the cause of the
random MCHKs on 7450 based Mac's.


To generate a diff of this commit:
cvs rdiff -r1.109 -r1.110 syssrc/sys/arch/macppc/macppc/machdep.c

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