svn commit: r297756 - head/sys/cam/scsi

Alexander Motin mav at FreeBSD.org
Sat Apr 9 18:39:58 UTC 2016


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;


More information about the svn-src-all mailing list