Print this page
PSARC 2009/608 blk2scsa VPD83 support
6899046 blk2scsa needs to vendor page 83 support
6899045 blk2scsa needs to support DMA

@@ -70,10 +70,11 @@
 struct b2s_leaf_info {
         uint_t          leaf_target;
         uint_t          leaf_lun;
         uint32_t        leaf_flags;
         const char      *leaf_unique_id;
+        uint64_t        leaf_eui;
 };
 
 #define B2S_LEAF_REMOVABLE      (1U << 0)
 #define B2S_LEAF_HOTPLUGGABLE   (1U << 1)
 /* these values reserved! */

@@ -141,11 +142,11 @@
         uint_t                  br_lun;
         uint32_t                br_flags;
 
         /* note that this member should come last for future expansion */
         union {
-                uint64_t        a_ints[3];
+                uint64_t        a_ints[6];
                 b2s_media_t     a_media;
                 b2s_inquiry_t   a_inquiry;
         } br_args;
 };
 #define br_lba                  br_args.a_ints[0]