Subject: PR/33987 CVS commit: src/sys/arch/sparc/stand/binstall
To: None <port-sparc64-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: Havard Eidnes <he@netbsd.org>
List: netbsd-bugs
Date: 07/12/2006 21:45:04
The following reply was made to PR port-sparc64/33987; it has been noted by GNATS.

From: Havard Eidnes <he@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/33987 CVS commit: src/sys/arch/sparc/stand/binstall
Date: Wed, 12 Jul 2006 21:34:45 +0000 (UTC)

 Module Name:	src
 Committed By:	he
 Date:		Wed Jul 12 21:34:45 UTC 2006
 
 Modified Files:
 	src/sys/arch/sparc/stand/binstall: binstall.sh
 
 Log Message:
 Omit specifying the secondary bootloader on the installboot command line
 for sparc64 systems.  This should fix PR#33987.
 
 Also adapt to the way sparc64 32-bit kernels now report its CPU
 architecture -- these still need the sparc64 boot loader, but now
 report hw.machine = sparc.  Adapt by testing machdep.cpu_arch
 instead.
 
 Hints from martin and mrg.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.14 -r1.15 src/sys/arch/sparc/stand/binstall/binstall.sh
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.