summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_all.h
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2014-10-06 13:22:05 +0000
committermav <mav@FreeBSD.org>2014-10-06 13:22:05 +0000
commitb913091bf13ea00d761f0764571556d6eb348f57 (patch)
tree1c8f907cdc8454147f4f1a424e758d712f5600bb /sys/cam/scsi/scsi_all.h
parent48c3bee1ace64a23f42dc65b9aec3fa8389a2b6c (diff)
downloadFreeBSD-src-b913091bf13ea00d761f0764571556d6eb348f57.zip
FreeBSD-src-b913091bf13ea00d761f0764571556d6eb348f57.tar.gz
MFC r271845:
Allow more commands to pass persistent reservation according to SPC-4 r37.
Diffstat (limited to 'sys/cam/scsi/scsi_all.h')
-rw-r--r--sys/cam/scsi/scsi_all.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/cam/scsi/scsi_all.h b/sys/cam/scsi/scsi_all.h
index db2ee80..8eb58fe 100644
--- a/sys/cam/scsi/scsi_all.h
+++ b/sys/cam/scsi/scsi_all.h
@@ -317,6 +317,7 @@ struct scsi_per_res_cap
#define SPRI_ALLOW_2 0x20
#define SPRI_ALLOW_3 0x30
#define SPRI_ALLOW_4 0x40
+#define SPRI_ALLOW_5 0x50
#define SPRI_PTPL_A 0x01
uint8_t type_mask[2];
#define SPRI_TM_WR_EX_AR 0x8000
OpenPOWER on IntegriCloud