Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Sep 2016 03:34:26 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r306155 - stable/10/sys/cam/scsi
Message-ID:  <201609220334.u8M3YQJN092246@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mav
Date: Thu Sep 22 03:34:26 2016
New Revision: 306155
URL: https://svnweb.freebsd.org/changeset/base/306155

Log:
  MFC r305609: "Extended copy information available" is not an error either.

Modified:
  stable/10/sys/cam/scsi/scsi_all.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/cam/scsi/scsi_all.c
==============================================================================
--- stable/10/sys/cam/scsi/scsi_all.c	Thu Sep 22 03:33:46 2016	(r306154)
+++ stable/10/sys/cam/scsi/scsi_all.c	Thu Sep 22 03:34:26 2016	(r306155)
@@ -1064,7 +1064,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?201609220334.u8M3YQJN092246>