Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 10/24/2000 02:18:16
Module Name:	syssrc
Committed By:	bouyer
Date:		Mon Oct 23 23:18:15 UTC 2000

Modified Files:
	syssrc/sys/dev/ic: siop.c siop_common.c siopvar.h siopvar_common.h

Log Message:
Fixes related to QUEUE FULL status:
- move status handling in siop_scsicmd_end(), it's better than in siop_intr()
- define 2 internal SIOP status, for "no status reported by device" and
  reset condition
- add a list of "urgent" command, to be executed before the list of command
  queued the normal way; this is used for command which got aborted
  by a QUEUE FULL and have to be requeued in order.
- Don't accept to send a Q_TAG message not immediatly folowing a IDENTIFY


To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 syssrc/sys/dev/ic/siop.c
cvs rdiff -r1.10 -r1.11 syssrc/sys/dev/ic/siop_common.c
cvs rdiff -r1.12 -r1.13 syssrc/sys/dev/ic/siopvar.h
cvs rdiff -r1.7 -r1.8 syssrc/sys/dev/ic/siopvar_common.h

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