Add a define for the SCSI_QUEUE_FULL sense message

This commit is contained in:
Justin T. Gibbs 1995-02-22 01:44:21 +00:00
parent 6d1dd577f3
commit 45e002218d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6610

View file

@ -14,7 +14,7 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
* $Id: scsi_all.h,v 1.7 1994/08/02 07:52:32 davidg Exp $
* $Id: scsi_all.h,v 1.8 1995/01/08 13:38:30 dufault Exp $
*/
/*
@ -341,4 +341,5 @@ struct scsi_mode_header_big
#define SCSI_CHECK 0x02
#define SCSI_BUSY 0x08
#define SCSI_INTERM 0x10
#define SCSI_QUEUE_FULL 0x28
#endif /*_SCSI_SCSI_ALL_H*/