aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/scsi/scsi_all.h
diff options
context:
space:
mode:
authorKenneth D. Merry <ken@FreeBSD.org>1998-09-29 22:11:30 +0000
committerKenneth D. Merry <ken@FreeBSD.org>1998-09-29 22:11:30 +0000
commite5b118dd3d15db8af8252b3cc98d69d8bcb354d1 (patch)
tree094ebb4fa823995f2b0e176456a853172e7990fc /sys/cam/scsi/scsi_all.h
parent6b491db1bd2702e3c930e3bbb0ddf43dd1aee4e1 (diff)
downloadsrc-e5b118dd3d15db8af8252b3cc98d69d8bcb354d1.tar.gz
src-e5b118dd3d15db8af8252b3cc98d69d8bcb354d1.zip
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
Notes
Notes: svn path=/head/; revision=39787
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 1af5a841a604..3a7884089a9d 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,