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


 194             /* IBM FCEC */
 195             0x2fb, 0x1014, "IBM-FCEC",
 196             "IBM eServer Blade Center FC SFF Expansion Card"
 197         }, {
 198             /* Intel */
 199             0x34ba, 0x8086, "Intel SBFCM",
 200             "Intel Server FC Expansion Card SBFCM"
 201         }, {
 202             /* Intel */
 203             0x34a0, 0x8086, "Intel SBEFCM",
 204             "Intel Server SFF FC Expansion Card SBFCM"
 205         }, {
 206             /* FCI/O */
 207             0x1051, 0x1734, "FCI/O-CARD2Gb/s",
 208             "FSC-Quanta FC I/O-Card 2GBit/s"
 209         }, {
 210             /* Dell */
 211             0x18a, 0x1028, "FCI/O-CARD2Gb/s", "Dell Glacier Blade Server"
 212         }, {
 213             /* end of list */
 214             0, 0, 0, 0, 0, 0
 215         } };
 216 
 217 /*
 218  * ql_populate_hba_fru_details
 219  *      Sets up HBA fru information for UL utilities
 220  *      (cfgadm, fcinfo, et. al.)
 221  *
 222  * Input:
 223  *      ha              = adapter state structure
 224  *      port_info       = ptr to LV port strcture.
 225  *
 226  * Returns:
 227  *
 228  * Context:
 229  *      Kernel context.
 230  */
 231 void
 232 ql_populate_hba_fru_details(ql_adapter_state_t *ha,
 233     fc_fca_port_info_t *port_info)
 234 {




 194             /* IBM FCEC */
 195             0x2fb, 0x1014, "IBM-FCEC",
 196             "IBM eServer Blade Center FC SFF Expansion Card"
 197         }, {
 198             /* Intel */
 199             0x34ba, 0x8086, "Intel SBFCM",
 200             "Intel Server FC Expansion Card SBFCM"
 201         }, {
 202             /* Intel */
 203             0x34a0, 0x8086, "Intel SBEFCM",
 204             "Intel Server SFF FC Expansion Card SBFCM"
 205         }, {
 206             /* FCI/O */
 207             0x1051, 0x1734, "FCI/O-CARD2Gb/s",
 208             "FSC-Quanta FC I/O-Card 2GBit/s"
 209         }, {
 210             /* Dell */
 211             0x18a, 0x1028, "FCI/O-CARD2Gb/s", "Dell Glacier Blade Server"
 212         }, {
 213             /* end of list */
 214             0, 0, "", ""
 215         } };
 216 
 217 /*
 218  * ql_populate_hba_fru_details
 219  *      Sets up HBA fru information for UL utilities
 220  *      (cfgadm, fcinfo, et. al.)
 221  *
 222  * Input:
 223  *      ha              = adapter state structure
 224  *      port_info       = ptr to LV port strcture.
 225  *
 226  * Returns:
 227  *
 228  * Context:
 229  *      Kernel context.
 230  */
 231 void
 232 ql_populate_hba_fru_details(ql_adapter_state_t *ha,
 233     fc_fca_port_info_t *port_info)
 234 {