int longs;
        int extra;
        uint64_t wwn;
-       u32 if_type;
-       u32 if_fam;
 
        phba->sli4_hba.num_present_cpu = lpfc_present_cpu;
        phba->sli4_hba.num_possible_cpu = cpumask_last(cpu_possible_mask) + 1;
         */
        rc = lpfc_get_sli4_parameters(phba, mboxq);
        if (rc) {
-               if_type = bf_get(lpfc_sli_intf_if_type,
-                                &phba->sli4_hba.sli_intf);
-               if_fam = bf_get(lpfc_sli_intf_sli_family,
-                               &phba->sli4_hba.sli_intf);
-               if (phba->sli4_hba.extents_in_use &&
-                   phba->sli4_hba.rpi_hdrs_in_use) {
-                       lpfc_printf_log(phba, KERN_ERR, LOG_TRACE_EVENT,
-                                       "2999 Unsupported SLI4 Parameters "
-                                       "Extents and RPI headers enabled.\n");
-                       if (if_type == LPFC_SLI_INTF_IF_TYPE_0 &&
-                           if_fam ==  LPFC_SLI_INTF_FAMILY_BE2) {
-                               mempool_free(mboxq, phba->mbox_mem_pool);
-                               rc = -EIO;
-                               goto out_free_bsmbx;
-                       }
-               }
-               if (!(if_type == LPFC_SLI_INTF_IF_TYPE_0 &&
-                     if_fam == LPFC_SLI_INTF_FAMILY_BE2)) {
-                       mempool_free(mboxq, phba->mbox_mem_pool);
-                       rc = -EIO;
-                       goto out_free_bsmbx;
-               }
+               lpfc_log_msg(phba, KERN_WARNING, LOG_INIT,
+                            "2999 Could not get SLI4 parameters\n");
+               rc = -EIO;
+               mempool_free(mboxq, phba->mbox_mem_pool);
+               goto out_free_bsmbx;
        }
 
        /*