summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_all.h
diff options
context:
space:
mode:
authorken <ken@FreeBSD.org>1998-09-29 22:11:30 +0000
committerken <ken@FreeBSD.org>1998-09-29 22:11:30 +0000
commit124f5232aadd25f5d1a000457265b465b74839c4 (patch)
tree3ad5ebddb73183d92d722ab54fdd19354c1ad055 /sys/cam/scsi/scsi_all.h
parent12670395dc3e6a486246ece6d68884c1cf249ae4 (diff)
downloadFreeBSD-src-124f5232aadd25f5d1a000457265b465b74839c4.zip
FreeBSD-src-124f5232aadd25f5d1a000457265b465b74839c4.tar.gz
In the bootverbose case, print out error messages for all errors that will
not be retried again, even if the SF_NO_PRINT flag is set. Reviewed by: gibbs
Diffstat (limited to 'sys/cam/scsi/scsi_all.h')
-rw-r--r--sys/cam/scsi/scsi_all.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/cam/scsi/scsi_all.h b/sys/cam/scsi/scsi_all.h
index 1af5a84..3a78840 100644
--- a/sys/cam/scsi/scsi_all.h
+++ b/sys/cam/scsi/scsi_all.h
@@ -14,7 +14,7 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
*
- * $Id: scsi_all.h,v 1.1 1998/09/15 06:36:34 gibbs Exp $
+ * $Id: scsi_all.h,v 1.2 1998/09/18 22:33:59 ken Exp $
*/
/*
@@ -704,6 +704,7 @@ int scsi_interpret_sense(struct cam_device *device,
#define SF_RETRY_UA 0x01
#define SF_NO_PRINT 0x02
#define SF_QUIET_IR 0x04 /* Be quiet about Illegal Request reponses */
+#define SF_PRINT_ALWAYS 0x08
const char * scsi_op_desc(u_int16_t opcode,
OpenPOWER on IntegriCloud