svn commit: r305608 - head/sys/cam/scsi

Alexander Motin mav at FreeBSD.org
Thu Sep 8 12:58:35 UTC 2016


Author: mav
Date: Thu Sep  8 12:58:33 2016
New Revision: 305608
URL: https://svnweb.freebsd.org/changeset/base/305608

Log:
  "ATA pass through information available" is not an error.
  
  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:53:01 2016	(r305607)
+++ head/sys/cam/scsi/scsi_all.c	Thu Sep  8 12:58:33 2016	(r305608)
@@ -1056,7 +1056,7 @@ static struct asc_table_entry asc_table[
 	{ SST(0x00, 0x1C, SS_RDEF,	/* XXX TBD */
 	    "Verify operation in progress") },
 	/* DT        B    */
-	{ SST(0x00, 0x1D, SS_RDEF,	/* XXX TBD */
+	{ SST(0x00, 0x1D, SS_NOP,
 	    "ATA pass through information available") },
 	/* DT   R MAEBKV  */
 	{ SST(0x00, 0x1E, SS_RDEF,	/* XXX TBD */


More information about the svn-src-head mailing list