Subject: CVS commit: src/sys/arch/ofppc/stand/ofwboot
To: None <source-changes@NetBSD.org>
From: Tim Rightnour <garbled@netbsd.org>
List: source-changes
Date: 01/24/2008 19:52:53
Module Name:	src
Committed By:	garbled
Date:		Thu Jan 24 19:52:53 UTC 2008

Modified Files:
	src/sys/arch/ofppc/stand/ofwboot: Locore.c boot.c version

Log Message:
Add padding to align the rodata section.  This fixes a strange bug
where the bootloader would freak out if various printfs were enabled or
disabled.

Add code to autodetect a 64bit cpu, and attempt to load a different set
of kernels if they exist.

Bump version to 1.9


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/sys/arch/ofppc/stand/ofwboot/Locore.c
cvs rdiff -r1.18 -r1.19 src/sys/arch/ofppc/stand/ofwboot/boot.c
cvs rdiff -r1.8 -r1.9 src/sys/arch/ofppc/stand/ofwboot/version

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