Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jan 2017 12:56:41 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r311443 - stable/10/sys/cam/scsi
Message-ID:  <201701051256.v05Cufls088000@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701051256.v05Cufls088000>