qatfw: Fix firmware autoloading for qat_c2xxx devicesr368193 was suppsed to rename the MOF firmware image, but theqat_c2xxxfw makefile defined the two images in the wrong order so theMMP image wa
qatfw: Fix firmware autoloading for qat_c2xxx devicesr368193 was suppsed to rename the MOF firmware image, but theqat_c2xxxfw makefile defined the two images in the wrong order so theMMP image was renamed instead.MFC after: 3 daysSponsored by: Rubicon Communications, LLC (Netgate)
show more ...
qat: Fix firmware module autoloadingIf firmware_get() fails to find a loaded firmware image, it searches forcandidate KLDs to load. It will search for a KLD containing a modulewith the same name
qat: Fix firmware module autoloadingIf firmware_get() fails to find a loaded firmware image, it searches forcandidate KLDs to load. It will search for a KLD containing a modulewith the same name as the requested image, and failing that, will load aKLD with the same basename as the requested image.The module name given by fw_stub.awk is simply "<mangled KLD name>_fw".QAT firmware modules contain two images, neither of which match eitherof the names used during lookup, so automatic loading of firmware imagesafter mountroot does not work. Work around this by using the samestring for the first image name and for the KLD basename.MFC after: 3 daysSponsored by: Rubicon Communications, LLC (Netgate)
Add firmware modules for qat(4)MFC after: 3 daysSponsored by: Rubicon Communications, LLC (Netgate)