Author: mav
Date: Thu Sep 22 03:33:46 2016
New Revision: 306154
URL: https://svnweb.freebsd.org/changeset/base/306154

Log:
  MFC r305608: "ATA pass through information available" is not an error.

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:31:14 2016        
(r306153)
+++ stable/10/sys/cam/scsi/scsi_all.c   Thu Sep 22 03:33:46 2016        
(r306154)
@@ -1055,7 +1055,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 */
_______________________________________________
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"

Reply via email to