Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 05/27/2000 17:20:17
Module Name: syssrc
Committed By: fvdl
Date: Sun May 28 00:20:01 UTC 2000
Modified Files:
syssrc/sys/dev/ic: aic7xxx.c
Log Message:
Don't bother searching the qinfifo for SCBs to requeue in the BUSY
and QUEUE FULL cases; this is already done for all BAD_STATUS cases.
Make sure to requeue the SCB in the above cases internally in the driver,
the SCSI layer doesn't know how to deal with it properly.
To generate a diff of this commit:
cvs rdiff -r1.52 -r1.53 syssrc/sys/dev/ic/aic7xxx.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.