Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 06/29/1998 13:20:02
gwr
Mon Jun 29 13:11:06 PDT 1998
Update of /cvsroot/src/sys/arch/sun3/stand/bootxx
In directory nb00:/tmp/cvs-serv1020

Modified Files:
	bootxx.c 
Log Message:
Minor tweaks for consistency with the other boot programs.


gwr
Mon Jun 29 13:17:03 PDT 1998
Update of /cvsroot/src/sys/arch/sun3/stand/netboot
In directory nb00:/tmp/cvs-serv1047/netboot

Modified Files:
	boot.c 
Log Message:
Support multiple file open attempts without closing and reopening
the underlying raw device (which is expensive and causes problems).
This allows the boot program to try a sequence of names by default,
which is used to support common boot media for sun3 and sun3x.
(Now tries "netbsd.$arch" before "netbsd")


gwr
Mon Jun 29 13:17:03 PDT 1998
Update of /cvsroot/src/sys/arch/sun3/stand/ufsboot
In directory nb00:/tmp/cvs-serv1047/ufsboot

Modified Files:
	boot.c 
Log Message:
Support multiple file open attempts without closing and reopening
the underlying raw device (which is expensive and causes problems).
This allows the boot program to try a sequence of names by default,
which is used to support common boot media for sun3 and sun3x.
(Now tries "netbsd.$arch" before "netbsd")


gwr
Mon Jun 29 13:18:07 PDT 1998
Update of /cvsroot/src/sys/arch/sun3/stand/tapeboot
In directory nb00:/tmp/cvs-serv1095

Modified Files:
	boot.c 
Log Message:
Add a comment, kill an unused variable.