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:
sbruno 2008-09-18 14:48:46 +00:00
parent 3e1ee36fc1
commit 1f1c41303a

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 */