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

Alexander Motin mav at FreeBSD.org
Thu Jan 5 12:56:42 UTC 2017


Author: mav
Date: Thu Jan  5 12:56:41 2017
New Revision: 311443
URL: https://svnweb.freebsd.org/changeset/base/311443

Log:
  MFC r297756: Add couple new constants from SPC5r08.

Modified:
  stable/10/sys/cam/scsi/scsi_all.h
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/cam/scsi/scsi_all.h
==============================================================================
--- stable/10/sys/cam/scsi/scsi_all.h	Thu Jan  5 11:56:54 2017	(r311442)
+++ stable/10/sys/cam/scsi/scsi_all.h	Thu Jan  5 12:56:41 2017	(r311443)
@@ -2329,6 +2329,8 @@ struct scsi_vpd_id_descriptor
 #define	SVPD_ID_TYPE_LUNGRP	0x06
 #define	SVPD_ID_TYPE_MD5_LUN_ID	0x07
 #define	SVPD_ID_TYPE_SCSI_NAME	0x08
+#define	SVPD_ID_TYPE_PROTO	0x09
+#define	SVPD_ID_TYPE_UUID	0x0a
 #define	SVPD_ID_TYPE_MASK	0x0f
 	u_int8_t	reserved;
 	u_int8_t	length;


More information about the svn-src-all mailing list