Show the iwx(4) firmware filename if 'ifconfig iwx0 debug' is active.
authorstsp <stsp@openbsd.org>
Fri, 13 May 2022 08:48:40 +0000 (08:48 +0000)
committerstsp <stsp@openbsd.org>
Fri, 13 May 2022 08:48:40 +0000 (08:48 +0000)
commit10a7ada3eefefc112842cc7d1db4720128540da7
treea4a58a6920d255806942378b3d223dac548281a8
parent86780587ce2f83410b4849a06ee9f69b45f4daef
Show the iwx(4) firmware filename if 'ifconfig iwx0 debug' is active.

This should help with diagnosing device matching bugs. The matching
logic has become increasingly complex. Knowing which firmware file
was selected is useful information which cannot be inferred from the
PCI device ID alone anymore.
sys/dev/pci/if_iwx.c