From 14bb0309a4a32df88686e88d43893fb92a645111 Mon Sep 17 00:00:00 2001 From: Jun-ichiro itojun Hagino Date: Sun, 17 Aug 1997 14:02:18 +0000 Subject: [PATCH] preparation for scsi device RESERVATION CONFLICT support. PR: 4257 --- sys/scsi/scsi_all.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/scsi/scsi_all.h b/sys/scsi/scsi_all.h index d750ed0680c..f12ac72f5d0 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*/