Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Apr 2016 18:39:57 +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: r297756 - head/sys/cam/scsi
Message-ID:  <201604091839.u39Idvee065718@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mav
Date: Sat Apr  9 18:39:57 2016
New Revision: 297756
URL: https://svnweb.freebsd.org/changeset/base/297756

Log:
  Add couple new constants from SPC5r08.

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

Modified: head/sys/cam/scsi/scsi_all.h
==============================================================================
--- head/sys/cam/scsi/scsi_all.h	Sat Apr  9 18:09:10 2016	(r297755)
+++ head/sys/cam/scsi/scsi_all.h	Sat Apr  9 18:39:57 2016	(r297756)
@@ -2291,6 +2291,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?201604091839.u39Idvee065718>