svn commit: r288741 - stable/10/sys/cam/scsi

Alexander Motin mav at FreeBSD.org
Mon Oct 5 09:05:24 UTC 2015


Author: mav
Date: Mon Oct  5 09:05:23 2015
New Revision: 288741
URL: https://svnweb.freebsd.org/changeset/base/288741

Log:
  MFC r287718: Decode WRITE ATOMIC(16) command.

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	Mon Oct  5 09:04:36 2015	(r288740)
+++ stable/10/sys/cam/scsi/scsi_all.c	Mon Oct  5 09:05:23 2015	(r288741)
@@ -509,7 +509,8 @@ static struct op_table_entry scsi_op_cod
 	/* 99 */
 	/* 9A */
 	/* 9B */
-	/* 9C */
+	/* 9C  O              WRITE ATOMIC(16) */
+	{ 0x9C, D, "WRITE ATOMIC(16)" },
 	/* 9D */
 	/* XXX KDM ALL for this?  op-num.txt defines it for none.. */
 	/* 9E                  SERVICE ACTION IN(16) */


More information about the svn-src-stable-10 mailing list