Subject: CVS commit: [netbsd-4] src/sys/arch/macppc/macppc
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 08/28/2006 05:32:45
Module Name:	src
Committed By:	riz
Date:		Mon Aug 28 05:32:45 UTC 2006

Modified Files:
	src/sys/arch/macppc/macppc [netbsd-4]: failsafe.c locore.S

Log Message:
Pull up following revision(s) (requested by sanjayl in ticket #72):
	sys/arch/macppc/macppc/locore.S: revision 1.57
	sys/arch/macppc/macppc/failsafe.c: revision 1.2
the following address a couple of issues with the G5 port.
(1) failsafe.c  allows character input from the failsafe
console device. This is the early console device that is used for
output before
the pmap layer is initialized.
(1) locore.S: make sure that the size of the cacheline for
dcbz is set to the default of 128 bytes. It also sets up other mode
bits on
the 970.  This fix allows the G5 to boot into full multi user mode
using a
NFS mounted root file system.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.1.2.1 src/sys/arch/macppc/macppc/failsafe.c
cvs rdiff -r1.55.2.1 -r1.55.2.2 src/sys/arch/macppc/macppc/locore.S

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