Comment 9 for bug 969304

Revision history for this message
Tim Gardner (timg-tpi) wrote :

Mark - as far as I can tell nx3fwct.bin does not exist in the kernel nor is it in linux-firmware. While the driver references several other firmware files in the source code, only phanfw.bin (which is found in linux-firmware) is exported as part of the module information, e.g.,

git grep MODULE_FIRMWARE drivers/net/ethernet/qlogic/netxen
drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c:MODULE_FIRMWARE(NX_UNIFIED_ROMIMAGE_NAME);

git grep NX_UNIFIED_ROMIMAGE_NAME
drivers/net/ethernet/qlogic/netxen/netxen_nic.h:#define NX_UNIFIED_ROMIMAGE_NAME "phanfw.bin"
drivers/net/ethernet/qlogic/netxen/netxen_nic_init.c: NX_UNIFIED_ROMIMAGE_NAME,
drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c:MODULE_FIRMWARE(NX_UNIFIED_ROMIMAGE_NAME);