diff --git a/qla2x00t-32gbit/qla_init.c b/qla2x00t-32gbit/qla_init.c index 5efd5a6c4..3a819cee9 100644 --- a/qla2x00t-32gbit/qla_init.c +++ b/qla2x00t-32gbit/qla_init.c @@ -2399,6 +2399,9 @@ qla2x00_initialize_adapter(scsi_qla_host_t *vha) ha->fc4_type_priority != FC4_PRIORITY_NVME) ha->fc4_type_priority = FC4_PRIORITY_FCP; + /* BVA: Ignore the NVRAM configuration and force the default to FCP. */ + ha->fc4_type_priority = FC4_PRIORITY_FCP; + ql_log(ql_log_info, vha, 0xffff, "FC4 priority set to %s\n", ha->fc4_type_priority == FC4_PRIORITY_FCP ? "FCP" : "NVMe");