From 5d18110a7fab1e9e66f99d9cbb5651b048b46c4c Mon Sep 17 00:00:00 2001 From: Alexander Motin Date: Thu, 8 Sep 2016 13:03:49 +0000 Subject: [PATCH] "Extended copy information available" is not an error either. MFC after: 2 weeks --- sys/cam/scsi/scsi_all.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/cam/scsi/scsi_all.c b/sys/cam/scsi/scsi_all.c index 0c44f8b4878..c6a4533aa84 100644 --- a/sys/cam/scsi/scsi_all.c +++ b/sys/cam/scsi/scsi_all.c @@ -1065,7 +1065,7 @@ static struct asc_table_entry asc_table[] = { { SST(0x00, 0x1F, SS_RDEF, /* XXX TBD */ "Logical unit transitioning to another power condition") }, /* DT P B */ - { SST(0x00, 0x20, SS_RDEF, /* XXX TBD */ + { SST(0x00, 0x20, SS_NOP, "Extended copy information available") }, /* D */ { SST(0x00, 0x21, SS_RDEF, /* XXX TBD */