Date: Sat, 12 Sep 2015 17:53:50 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r287718 - head/sys/cam/scsi Message-ID: <201509121753.t8CHroiD070190@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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) */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509121753.t8CHroiD070190>