Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 08/26/2006 23:55:22
Module Name:	src
Committed By:	bjh21
Date:		Sat Aug 26 23:55:22 UTC 2006

Modified Files:
	src/sys/dev/ic: wd33c93.c

Log Message:
When receiving a SCSI message, it's important not to deassert ACK on the last
byte until we've worked out what to do with the message, since if we plan
to reply to it we have to assert ATN before deasserting ACK.  Implement this.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/dev/ic/wd33c93.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.