Subject: Re: ncr5380sbc and rude targets
To: None <leo@dachau.marco.de>
From: Gordon W. Ross <gwr@mc.com>
List: tech-kern
Date: 02/25/1997 10:20:45
The accomodation of rude targets looks fine. (extra transfer stuff)
However, there appears to be an unrelated change here...

-		resel &= (sr->sr_flags & (SR_IMMED | SR_SENSE)) ? 0 : 1;
+		resel &= (sr->sr_flags & SR_SENSE) ? 0 : 1;

Why allow disconnect/reselect on "immediate" commands?

Gordon