Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Tsubai Masanari <tsubai@netbsd.org>
List: source-changes
Date: 09/24/2000 18:57:03
Module Name:	syssrc
Committed By:	tsubai
Date:		Sun Sep 24 15:57:03 UTC 2000

Modified Files:
	syssrc/sys/arch/powerpc/powerpc: ofw_machdep.c

Log Message:
In mem_regions(), remove zero sized entry returned from OF.
Since this function uses size == 0 to delimiter, valid entries must not
contain 0 in size field.

G4 Cube should boot now. :-)


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/powerpc/powerpc/ofw_machdep.c

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