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

Alexander Motin mav at FreeBSD.org
Sat Sep 12 17:53:50 UTC 2015


Author: mav
Date: Sat Sep 12 17:53:49 2015
New Revision: 287718
URL: https://svnweb.freebsd.org/changeset/base/287718

Log:
  Decode WRITE ATOMIC(16) command.

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

Modified: head/sys/cam/scsi/scsi_all.c
==============================================================================
--- head/sys/cam/scsi/scsi_all.c	Sat Sep 12 17:08:51 2015	(r287717)
+++ head/sys/cam/scsi/scsi_all.c	Sat Sep 12 17:53:49 2015	(r287718)
@@ -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-head mailing list