diff options
| author | Justin T. Gibbs <gibbs@FreeBSD.org> | 2003-01-20 18:05:46 +0000 |
|---|---|---|
| committer | Justin T. Gibbs <gibbs@FreeBSD.org> | 2003-01-20 18:05:46 +0000 |
| commit | b085809de9b6bb45f20c7fbb564738e182567bea (patch) | |
| tree | 12484a97d57e780e2891fab297cf7826d3ab7907 /sys/cam | |
| parent | 3d46a68893e415fb00bbf7acf6189f63dd3d1f6d (diff) | |
Notes
Diffstat (limited to 'sys/cam')
| -rw-r--r-- | sys/cam/scsi/scsi_iu.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/cam/scsi/scsi_iu.h b/sys/cam/scsi/scsi_iu.h index 206f3f48c2e0..d5cae8159fed 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*/ |
