Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Sep 2016 13:03:50 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r305609 - head/sys/cam/scsi
Message-ID:  <201609081303.u88D3of9041033@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mav
Date: Thu Sep  8 13:03:49 2016
New Revision: 305609
URL: https://svnweb.freebsd.org/changeset/base/305609

Log:
  "Extended copy information available" is not an error either.
  
  MFC after:	2 weeks

Modified:
  head/sys/cam/scsi/scsi_all.c

Modified: head/sys/cam/scsi/scsi_all.c
==============================================================================
--- head/sys/cam/scsi/scsi_all.c	Thu Sep  8 12:58:33 2016	(r305608)
+++ head/sys/cam/scsi/scsi_all.c	Thu Sep  8 13:03:49 2016	(r305609)
@@ -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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609081303.u88D3of9041033>