Print this page
MFV: illumos-omnios@aea0472ecb9ee91fa70556d6f6a941c10c989f1d
Add support for Emulex Corporation Lancer Gen6: LPe32000 FC Host Adapter
Author: Andy Fiddaman <omnios@citrus-it.co.uk>
NEX-1878 update emlxs from source provided by Emulex

*** 20,29 **** --- 20,30 ---- */ /* * Copyright (c) 2004-2012 Emulex. All rights reserved. * Use is subject to license terms. + * Copyright 2018 OmniOS Community Edition (OmniOSce) Association. */ #define EMLXS_FW_TABLE_DEF #define EMLXS_MODEL_DEF
*** 2008,2017 **** --- 2009,2022 ---- /* Read the Cache Line reg */ cache_line = ddi_get32(hba->pci_acc_handle, (uint32_t *)(hba->pci_addr + PCI_CACHE_LINE_REGISTER)); + EMLXS_MSGF(EMLXS_CONTEXT, + &emlxs_init_debug_msg, "Device IDs: %x/%x/%x", + device_id, ssdid, cache_line); + /* Check for the multifunction bit being set */ if ((cache_line & 0x00ff0000) == 0x00800000) { channels = EMLXS_MULTI_CHANNEL; } else { channels = EMLXS_SINGLE_CHANNEL;