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/11/1996 01:20:03
mhitch
Tue Jun 11 01:15:36 EDT 1996
Update of /a/cvsroot/src/sys/dev/tc
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv2338

Modified Files:
	asc.c 
Log Message:
Try to avoid collisions with reselection when starting a new selection.
Enable reselections as soon as possible after a disconnect - prevents
losing a reselecting device.
Check for and ignore a spurious interrupt during a DMA input (from the
Mach driver).


mhitch
Tue Jun 11 01:19:51 EDT 1996
Update of /a/cvsroot/src/sys/dev/tc
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv2414

Revision/Branch: netbsd-1-2

Modified Files:
	asc.c 
Log Message:
Pull up version 1.22 from trunk.  Fix for a possible hang, and a reboot.
>Try to avoid collisions with reselection when starting a new selection.
>Enable reselections as soon as possible after a disconnect - prevents
>losing a reselecting device.
>Check for and ignore a spurious interrupt during a DMA input (from the
>Mach driver).