Subject: CVS commit: src/sys/arch/sgimips/sgimips
To: None <source-changes@NetBSD.org>
From: Stephen M. Rumble <rumble@netbsd.org>
List: source-changes
Date: 05/11/2007 02:30:00
Module Name:	src
Committed By:	rumble
Date:		Fri May 11 02:30:00 UTC 2007

Modified Files:
	src/sys/arch/sgimips/sgimips: machdep.c

Log Message:
IP12's PROM passes us a '-a' flag in argv when booting directly from the
disk volume header. On NetBSD this means RB_ASKNAME, however in SGI terms
it appears to mean 'autoboot'.

Add an appropriate kludge to keep us from doing the wrong thing.

XXX - This whole argv/env/prom parameter mess needs to be cleaned up.


To generate a diff of this commit:
cvs rdiff -r1.112 -r1.113 src/sys/arch/sgimips/sgimips/machdep.c

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