svn commit: r306152 - stable/11/sys/cam/scsi
Alexander Motin
mav at FreeBSD.org
Thu Sep 22 03:30:30 UTC 2016
Author: mav
Date: Thu Sep 22 03:30:28 2016
New Revision: 306152
URL: https://svnweb.freebsd.org/changeset/base/306152
Log:
MFC r305609: "Extended copy information available" is not an error either.
Modified:
stable/11/sys/cam/scsi/scsi_all.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/cam/scsi/scsi_all.c
==============================================================================
--- stable/11/sys/cam/scsi/scsi_all.c Thu Sep 22 03:29:47 2016 (r306151)
+++ stable/11/sys/cam/scsi/scsi_all.c Thu Sep 22 03:30:28 2016 (r306152)
@@ -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 */
More information about the svn-src-all
mailing list