diff options
Diffstat (limited to 'sys/scsi/scsi_all.h')
-rw-r--r-- | sys/scsi/scsi_all.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/scsi/scsi_all.h b/sys/scsi/scsi_all.h index f0ab11090ef..5cf1d9f75a1 100644 --- a/sys/scsi/scsi_all.h +++ b/sys/scsi/scsi_all.h @@ -1,3 +1,4 @@ +/* $OpenBSD: scsi_all.h,v 1.3 1996/06/16 23:53:15 downsj Exp $ */ /* $NetBSD: scsi_all.h,v 1.7 1996/03/19 03:06:10 mycroft Exp $ */ /* @@ -179,6 +180,11 @@ struct scsi_changedef { #define READ_ELEMENT_STATUS 0xb8 /* + * Sort of an extra one, for SCSI_RESET. + */ +#define GENRETRY 1 + +/* * sense data format */ #define T_DIRECT 0 |