1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-08 08:27:00 +00:00

preparation for scsi device RESERVATION CONFLICT support.

PR:		4257
This commit is contained in:
Jun-ichiro itojun Hagino 1997-08-17 14:02:18 +00:00
parent a6d56f6e65
commit 14bb0309a4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=28296

View File

@ -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*/