summaryrefslogtreecommitdiffstats
path: root/sys/scsi
diff options
context:
space:
mode:
authoritojun <itojun@FreeBSD.org>1997-08-17 14:02:18 +0000
committeritojun <itojun@FreeBSD.org>1997-08-17 14:02:18 +0000
commit351295a40cf71ed57da36e84fb0fece6aee299ba (patch)
tree9454594bedd7cff44059e1ae74a611ffe17d9413 /sys/scsi
parent623e3cede91c9ff34cfd78c47a24fea14e9237ad (diff)
downloadFreeBSD-src-351295a40cf71ed57da36e84fb0fece6aee299ba.zip
FreeBSD-src-351295a40cf71ed57da36e84fb0fece6aee299ba.tar.gz
preparation for scsi device RESERVATION CONFLICT support.
PR: 4257
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/scsi_all.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/scsi/scsi_all.h b/sys/scsi/scsi_all.h
index d750ed0..f12ac72 100644
--- a/sys/scsi/scsi_all.h
+++ b/sys/scsi/scsi_all.h
@@ -14,7 +14,7 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
- * $Id$
+ * $Id: scsi_all.h,v 1.15 1997/02/22 09:44:27 peter Exp $
*/
/*
@@ -346,5 +346,6 @@ struct scsi_mode_header_big
#define SCSI_CHECK 0x02
#define SCSI_BUSY 0x08
#define SCSI_INTERM 0x10
+#define SCSI_RSVD 0x18
#define SCSI_QUEUE_FULL 0x28
#endif /*_SCSI_SCSI_ALL_H*/
OpenPOWER on IntegriCloud