Subject: CVS commit: syssrc [thorpej_scsipi]
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 01/22/2001 19:46:33
Module Name:	syssrc
Committed By:	bouyer
Date:		Mon Jan 22 17:46:33 UTC 2001

Modified Files:
	syssrc/sys/dev/ic [thorpej_scsipi]: siop.c siop_common.c

Log Message:
Put URGENT requests in the urgent queue
When we get CHECK CONDITION, remove and requeue all xfer for this T/L that have
not yet been queued in the device (still in a scheduler slot or in the queues),
otherwise if one of them is accepted before the request sense, sense will be
lost.
Don't allow disconnect for REQUEST SENSE commands, as others drivers do.


To generate a diff of this commit:
cvs rdiff -r1.37.2.5 -r1.37.2.6 syssrc/sys/dev/ic/siop.c
cvs rdiff -r1.11.2.4 -r1.11.2.5 syssrc/sys/dev/ic/siop_common.c

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