svn commit: r209411 - stable/8/sys/cam/scsi

Matt Jacob mjacob at FreeBSD.org
Tue Jun 22 04:38:41 UTC 2010


Author: mjacob
Date: Tue Jun 22 04:38:41 2010
New Revision: 209411
URL: http://svn.freebsd.org/changeset/base/209411

Log:
  This is an MFC of 208918
  
  One byte off for scsi_target_group cdb.

Modified:
  stable/8/sys/cam/scsi/scsi_all.h
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/ixgbe/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)
  stable/8/sys/geom/sched/   (props changed)

Modified: stable/8/sys/cam/scsi/scsi_all.h
==============================================================================
--- stable/8/sys/cam/scsi/scsi_all.h	Tue Jun 22 04:37:05 2010	(r209410)
+++ stable/8/sys/cam/scsi/scsi_all.h	Tue Jun 22 04:38:41 2010	(r209411)
@@ -893,7 +893,7 @@ struct scsi_target_group
 	uint8_t service_action;
 #define	STG_PDF_LENGTH		0x00
 #define	RPL_PDF_EXTENDED	0x20
-	uint8_t reserved1[3];
+	uint8_t reserved1[4];
 	uint8_t length[4];
 	uint8_t reserved2;
 	uint8_t control;


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