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: 09/25/1995 12:10:03
chuck
Mon Sep 25 12:02:11 EDT 1995
Update of /a/cvsroot/src/sys/arch/sparc/dev
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv29972

Modified Files:
	xd.c 
Log Message:
bug fix: xddummystrat() was clearing all but B_BUSY when it should
	have been clearing just B_BUSY (s/B_BUSY/~B_BUSY/).    this
	fixes hard hang when reading disklabel when booting system.
minor clean up: added a few prototypes and only fool with bootpath 
	if booting the system (in xdattach).