Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: None <bouyer@netbsd.org>
List: source-changes
Date: 02/11/2001 20:04:51
Module Name: syssrc
Committed By: bouyer
Date: Sun Feb 11 18:04:51 UTC 2001
Modified Files:
syssrc/sys/dev/ic: siop.c siop_common.c
Log Message:
Avoid sending new commands to the device if it has sense pending:
- run request sense command without disconnect
- don't restart the script before siop_scsicmd_end has been called if the
cmd didn't complete with good status.
- reserve slot 0 for request sense, to make sure it'll be sent first.
To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 syssrc/sys/dev/ic/siop.c
cvs rdiff -r1.11 -r1.12 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.