Subject: CVS commit: src/sys/arch/macppc/macppc
To: None <source-changes@NetBSD.org>
From: Sanjay Lal <sanjayl@netbsd.org>
List: source-changes
Date: 08/23/2006 05:58:39
Module Name:	src
Committed By:	sanjayl
Date:		Wed Aug 23 05:58:39 UTC 2006

Modified Files:
	src/sys/arch/macppc/macppc: failsafe.c locore.S

Log Message:
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.2 src/sys/arch/macppc/macppc/failsafe.c
cvs rdiff -r1.56 -r1.57 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.