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/14/1995 22:00:02
briggs
Thu Sep 14 21:52:22 EDT 1995
Update of /a/cvsroot/src/sys/arch/mac68k/dev
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv1256

Modified Files:
	ncr5380.c ncr5380reg.h 
Log Message:
As Leo pointed out, my last change was not safe.  This one should be.
I added two new bitfields to ncr_softc.  They flag which devices have
been selected, and which ones have failed to go to message out when
selected with ATN.  If a target fails to go to message out the first
time it is selected, it goes into the latter bitfield.  If it fails
thereafter, we treat it as we did before.