Add a new cam_status CAM_SCSI_IT_NEXUS_LOST. This will be used by future patches

for target mode that are forthcoming.

Reviewed by:	Scott Long
MFC after:	2 days
This commit is contained in:
Sean Bruno 2008-09-18 14:48:46 +00:00
parent 054224cc75
commit 954e36405f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=183145

View File

@ -129,6 +129,7 @@ typedef enum {
* requests for the target at the sim level
* back into the XPT queue.
*/
CAM_SCSI_IT_NEXUS_LOST, /* Initiator/Target Nexus lost. */
CAM_IDE = 0x33, /* Initiator Detected Error */
CAM_RESRC_UNAVAIL, /* Resource Unavailable */
CAM_UNACKED_EVENT, /* Unacknowledged Event by Host */