From 351295a40cf71ed57da36e84fb0fece6aee299ba Mon Sep 17 00:00:00 2001 From: itojun Date: Sun, 17 Aug 1997 14:02:18 +0000 Subject: preparation for scsi device RESERVATION CONFLICT support. PR: 4257 --- sys/scsi/scsi_all.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/scsi') 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*/ -- cgit v1.1