diff options
| author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1997-08-17 14:02:18 +0000 |
|---|---|---|
| committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1997-08-17 14:02:18 +0000 |
| commit | 14bb0309a4a32df88686e88d43893fb92a645111 (patch) | |
| tree | 86f291648a4b789c205672895b69c19a08b34a2b /sys | |
| parent | a6d56f6e6566e9cabcbcb60dac46db32a8c1dbd8 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/scsi/scsi_all.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/scsi/scsi_all.h b/sys/scsi/scsi_all.h index d750ed0680c0..f12ac72f5d02 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*/ |
