Print this page
Code review comments

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/mr_sas/fusion.h
          +++ new/usr/src/uts/common/io/mr_sas/fusion.h
↓ open down ↓ 516 lines elided ↑ open up ↑
 517  517          } u1;
 518  518  
 519  519          U32                     ldCount;                /* count of lds */
 520  520          U32                     Reserved1;
 521  521  
 522  522          /*
 523  523           * 0x20 This doesn't correspond to
 524  524           * FW Ld Tgt Id to LD, but will purge. For example: if tgt Id is 4
 525  525           * and FW LD is 2, and there is only one LD, FW will populate the
 526  526           * array like this. [0xFF, 0xFF, 0xFF, 0xFF, 0x0.....]. This is to
 527      -         * help reduce the entire strcture size if there are few LDs or
      527 +         * help reduce the entire structure size if there are few LDs or
 528  528           * driver is looking info for 1 LD only.
 529  529           */
 530  530          U8                      ldTgtIdToLd[MAX_RAIDMAP_LOGICAL_DRIVES+ \
 531  531                                  MAX_RAIDMAP_VIEWS]; /* 0x20 */
 532  532          /* timeout value used by driver in FP IOs */
 533  533          U8                      fpPdIoTimeoutSec;
 534  534          U8                      reserved2[7];
 535  535          MR_ARRAY_INFO           arMapInfo[MAX_RAIDMAP_ARRAYS];  /* 0x00a8 */
 536  536          MR_DEV_HANDLE_INFO      devHndlInfo[MAX_RAIDMAP_PHYSICAL_DEVICES];
 537  537  
↓ open down ↓ 24 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX