Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 12/23/1995 12:30:04
perry
Sat Dec 23 12:21:29 EST 1995
Update of /a/cvsroot/src/sys/arch/i386/boot
In directory pain.lcs.mit.edu:/a/users/perry/work/i386/boot

Modified Files:
	version.c bios.S io.c boot.c 
Log Message:
fix my own pr 1762, in which it was noted that boot2 used a busy loop
to time out the boot prompt.  Now uses a usleep() routine that calls
the BIOS and the functionality is separate from gets(). Timeout is
#defined to 5 seconds. Also did some minor cleanup in preparation to
prototype/ANSIfy everything.