Print this page
6621014 Support multipathing to tape devices

*** 24,34 **** */ #ifndef _SYS_SCSI_GENERIC_INQUIRY_H #define _SYS_SCSI_GENERIC_INQUIRY_H ! #pragma ident "@(#)inquiry.h 1.25 08/01/16 SMI" #ifdef __cplusplus extern "C" { #endif --- 24,34 ---- */ #ifndef _SYS_SCSI_GENERIC_INQUIRY_H #define _SYS_SCSI_GENERIC_INQUIRY_H ! #pragma ident "@(#)inquiry.h 1.26 08/03/03 SMI" #ifdef __cplusplus extern "C" { #endif
*** 71,82 **** /* bytes 4-7 */ uchar_t inq_len; /* additional length */ uchar_t : 4, /* reserved */ ! inq_tpgs : 1, /* supports Target Port Group set */ ! : 3; uchar_t inq_addr16 : 1, /* supports 16 bit wide SCSI addr */ inq_addr32 : 1, /* supports 32 bit wide SCSI addr */ inq_ackqreqq : 1, /* data tranfer on Q cable */ inq_mchngr : 1, /* embedded/attached to medium chngr */ inq_dualp : 1, /* dual port device */ --- 71,82 ---- /* bytes 4-7 */ uchar_t inq_len; /* additional length */ uchar_t : 4, /* reserved */ ! inq_tpgs : 2, /* supports Target Port Group set */ ! : 2; uchar_t inq_addr16 : 1, /* supports 16 bit wide SCSI addr */ inq_addr32 : 1, /* supports 32 bit wide SCSI addr */ inq_ackqreqq : 1, /* data tranfer on Q cable */ inq_mchngr : 1, /* embedded/attached to medium chngr */ inq_dualp : 1, /* dual port device */
*** 147,158 **** /* bytes 4-7 */ uchar_t inq_len; /* additional length */ ! uchar_t : 3, /* reserved */ ! inq_tpgs : 1, /* supports Target Port Group Set */ : 4; uchar_t inq_bque : 1, /* combined with cmdque */ : 1, /* reserved */ inq_port : 1, /* port receiving inquiry cmd */ --- 147,158 ---- /* bytes 4-7 */ uchar_t inq_len; /* additional length */ ! uchar_t : 2, /* reserved */ ! inq_tpgs : 2, /* supports Target Port Group Set */ : 4; uchar_t inq_bque : 1, /* combined with cmdque */ : 1, /* reserved */ inq_port : 1, /* port receiving inquiry cmd */