summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorsbruno <sbruno@FreeBSD.org>2008-09-18 14:48:46 +0000
committersbruno <sbruno@FreeBSD.org>2008-09-18 14:48:46 +0000
commit1f1c41303a37e421e40d7762e1a650a6786a142c (patch)
tree8a3c10a1bbc8fedbe9cca3b68b6579e1970cd8db /sys
parent3e1ee36fc1fe4ad8617d13626b44a93fd5d5c6d5 (diff)
downloadFreeBSD-src-1f1c41303a37e421e40d7762e1a650a6786a142c.zip
FreeBSD-src-1f1c41303a37e421e40d7762e1a650a6786a142c.tar.gz
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
Diffstat (limited to 'sys')
-rw-r--r--sys/cam/cam.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/cam/cam.h b/sys/cam/cam.h
index 93e00b2..14bbb8f 100644
--- a/sys/cam/cam.h
+++ b/sys/cam/cam.h
@@ -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 */
OpenPOWER on IntegriCloud