mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
preparation for scsi device RESERVATION CONFLICT support.
PR: 4257
This commit is contained in:
parent
a6d56f6e65
commit
14bb0309a4
1 changed files with 2 additions and 1 deletions
|
|
@ -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*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue