Print this page
NEX-8705 Drivers for ATTO Celerity FC-162E Gen 5 and Celerity FC-162P Gen 6 16GB FC cards support
Reviewed by: Dan Fields <dan.fields@nexenta.com>
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com>
NEX-1878 update emlxs from source provided by Emulex

*** 1280,1295 **** emlxs_build_prog_types(hba, vpd); } /* Create the symbolic names */ (void) snprintf(hba->snn, (sizeof (hba->snn)-1), ! "Emulex %s FV%s DV%s %s", ! hba->model_info.model, hba->vpd.fw_version, emlxs_version, (char *)utsname.nodename); (void) snprintf(hba->spn, (sizeof (hba->spn)-1), ! "Emulex PPN-%01x%01x:%02x:%02x:%02x:%02x:%02x:%02x:%02x", hba->wwpn.nameType, hba->wwpn.IEEEextMsn, hba->wwpn.IEEEextLsb, hba->wwpn.IEEE[0], hba->wwpn.IEEE[1], hba->wwpn.IEEE[2], hba->wwpn.IEEE[3], hba->wwpn.IEEE[4], hba->wwpn.IEEE[5]); if (cfg[CFG_NETWORK_ON].current) { --- 1280,1297 ---- emlxs_build_prog_types(hba, vpd); } /* Create the symbolic names */ (void) snprintf(hba->snn, (sizeof (hba->snn)-1), ! "%s %s FV%s DV%s %s", ! hba->model_info.manufacturer, hba->model_info.model, ! hba->vpd.fw_version, emlxs_version, (char *)utsname.nodename); (void) snprintf(hba->spn, (sizeof (hba->spn)-1), ! "%s PPN-%01x%01x:%02x:%02x:%02x:%02x:%02x:%02x:%02x", ! hba->model_info.manufacturer, hba->wwpn.nameType, hba->wwpn.IEEEextMsn, hba->wwpn.IEEEextLsb, hba->wwpn.IEEE[0], hba->wwpn.IEEE[1], hba->wwpn.IEEE[2], hba->wwpn.IEEE[3], hba->wwpn.IEEE[4], hba->wwpn.IEEE[5]); if (cfg[CFG_NETWORK_ON].current) {