Print this page
7127  remove -Wno-missing-braces from Makefile.uts

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/fibre-channel/fca/qlc/ql_hba_fru.c
          +++ new/usr/src/uts/common/io/fibre-channel/fca/qlc/ql_hba_fru.c
↓ open down ↓ 203 lines elided ↑ open up ↑
 204  204              "Intel Server SFF FC Expansion Card SBFCM"
 205  205          }, {
 206  206              /* FCI/O */
 207  207              0x1051, 0x1734, "FCI/O-CARD2Gb/s",
 208  208              "FSC-Quanta FC I/O-Card 2GBit/s"
 209  209          }, {
 210  210              /* Dell */
 211  211              0x18a, 0x1028, "FCI/O-CARD2Gb/s", "Dell Glacier Blade Server"
 212  212          }, {
 213  213              /* end of list */
 214      -            0, 0, 0, 0, 0, 0
      214 +            0, 0, "", ""
 215  215          } };
 216  216  
 217  217  /*
 218  218   * ql_populate_hba_fru_details
 219  219   *      Sets up HBA fru information for UL utilities
 220  220   *      (cfgadm, fcinfo, et. al.)
 221  221   *
 222  222   * Input:
 223  223   *      ha              = adapter state structure
 224  224   *      port_info       = ptr to LV port strcture.
↓ open down ↓ 481 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX