summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2016-10-12 05:50:47 +0000
committermav <mav@FreeBSD.org>2016-10-12 05:50:47 +0000
commita4803967b1407528456e8f9b84a06b0b84459994 (patch)
tree1024caeacb837a0e782729b4956c49bb23f08dff
parentf06d1bdc9cb4f3078da8b594d3ad62c38224cc4e (diff)
downloadFreeBSD-src-a4803967b1407528456e8f9b84a06b0b84459994.zip
FreeBSD-src-a4803967b1407528456e8f9b84a06b0b84459994.tar.gz
MFC 306699: Do not retry on some security sense codes.
-rw-r--r--sys/cam/scsi/scsi_all.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/cam/scsi/scsi_all.c b/sys/cam/scsi/scsi_all.c
index 186e649..089e874 100644
--- a/sys/cam/scsi/scsi_all.c
+++ b/sys/cam/scsi/scsi_all.c
@@ -3191,10 +3191,10 @@ static struct asc_table_entry asc_table[] = {
{ SST(0x74, 0x6F, SS_RDEF, /* XXX TBD */
"External data encryption control error") },
/* DT R M E V */
- { SST(0x74, 0x71, SS_RDEF, /* XXX TBD */
+ { SST(0x74, 0x71, SS_FATAL | EACCES,
"Logical unit access not authorized") },
/* D */
- { SST(0x74, 0x79, SS_RDEF, /* XXX TBD */
+ { SST(0x74, 0x79, SS_FATAL | EACCES,
"Security conflict in translated device") }
};
OpenPOWER on IntegriCloud