summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWen Xiong2018-05-09 20:47:54 +0200
committerMartin K. Petersen2018-05-15 04:42:53 +0200
commit81471b07b7924422c66054d22c1aaf93d9ab5294 (patch)
tree5e04977e848cdffd724ca6b0b412aedaccbaa904
parentscsi: esas2r: fix spelling mistake: "requestss" -> "requests" (diff)
downloadkernel-qcow2-linux-81471b07b7924422c66054d22c1aaf93d9ab5294.tar.gz
kernel-qcow2-linux-81471b07b7924422c66054d22c1aaf93d9ab5294.tar.xz
kernel-qcow2-linux-81471b07b7924422c66054d22c1aaf93d9ab5294.zip
scsi: ipr: new IOASC update
This patch adds new adapter error log for P9 system with the new AZ SAS cable. Signed-off-by: Wen Xiong <wenxiong@linux.vnet.ibm.com> Acked-by: Brian King <brking@linux.vnet.ibm.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
-rw-r--r--drivers/scsi/ipr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/ipr.c b/drivers/scsi/ipr.c
index dda1a64ab89c..6615ad8754b8 100644
--- a/drivers/scsi/ipr.c
+++ b/drivers/scsi/ipr.c
@@ -435,6 +435,8 @@ struct ipr_error_table_t ipr_error_table[] = {
"4080: IOA exceeded maximum operating temperature"},
{0x060B8000, 0, IPR_DEFAULT_LOG_LEVEL,
"4085: Service required"},
+ {0x060B8100, 0, IPR_DEFAULT_LOG_LEVEL,
+ "4086: SAS Adapter Hardware Configuration Error"},
{0x06288000, 0, IPR_DEFAULT_LOG_LEVEL,
"3140: Device bus not ready to ready transition"},
{0x06290000, 0, IPR_DEFAULT_LOG_LEVEL,