summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>2003-01-20 18:05:46 +0000
committergibbs <gibbs@FreeBSD.org>2003-01-20 18:05:46 +0000
commit85b8fbcaccab06eeb204fabc39cb2918ae186138 (patch)
tree12484a97d57e780e2891fab297cf7826d3ab7907 /sys/cam/scsi
parent851c77f4f508d7f241eebb7bdc6605e85188aea7 (diff)
downloadFreeBSD-src-85b8fbcaccab06eeb204fabc39cb2918ae186138.zip
FreeBSD-src-85b8fbcaccab06eeb204fabc39cb2918ae186138.tar.gz
Add definitions for the task management codes sent in SPI4
command information units.
Diffstat (limited to 'sys/cam/scsi')
-rw-r--r--sys/cam/scsi/scsi_iu.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/cam/scsi/scsi_iu.h b/sys/cam/scsi/scsi_iu.h
index 206f3f4..d5cae81 100644
--- a/sys/cam/scsi/scsi_iu.h
+++ b/sys/cam/scsi/scsi_iu.h
@@ -29,4 +29,12 @@ struct scsi_status_iu_header
(12 + (((siu)->flags & SIU_RSPVALID) \
? scsi_4btoul((siu)->pkt_failures_length) \
: 0))
+
+#define SIU_TASKMGMT_NONE 0x00
+#define SIU_TASKMGMT_ABORT_TASK 0x01
+#define SIU_TASKMGMT_ABORT_TASK_SET 0x02
+#define SIU_TASKMGMT_CLEAR_TASK_SET 0x04
+#define SIU_TASKMGMT_LUN_RESET 0x08
+#define SIU_TASKMGMT_TARGET_RESET 0x20
+#define SIU_TASKMGMT_CLEAR_ACA 0x40
#endif /*_SCSI_SCSI_IU_H*/
OpenPOWER on IntegriCloud