iwlwififw: add firmware for the Bz/B200 chipset

The iwlwifi driver already supports the chipset as "Bz TBD"
(also in 14.0).  Add the firmware for it.  Successfully tested
for 0x8086/0x272b/0x8086/0x00f4 on arm64 thanks to donated
hardware [1].

    Firmware was obtained from linux-firmware at
    9552083a783e5e48b90de674d4e3bf23bb855ab0 .

Sponsored by:	The FreeBSD Foundation
Sponsored by:	Martin Hoehne / minipci.biz (B200 card) [1]
MFC after:	3 days
This commit is contained in:
Bjoern A. Zeeb 2023-11-29 21:33:23 +00:00
parent b292c995cf
commit b647615ede
5 changed files with 15 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View file

@ -16,6 +16,8 @@ SUBDIR= \
iwlwifi-QuZ-a0-hr-b0-fw \
iwlwifi-QuZ-a0-jf-b0-fw \
iwlwifi-cc-a0-fw \
iwlwifi-gl-c0-fm-c0-fw \
iwlwifi-gl-c0-fm-c0-pnvm \
iwlwifi-so-a0-gf-a0-fw \
iwlwifi-so-a0-gf4-a0-fw \
iwlwifi-so-a0-hr-b0-fw \
@ -25,4 +27,5 @@ SUBDIR= \
iwlwifi-so-a0-gf4-a0-pnvm \
iwlwifi-ty-a0-gf-a0-pnvm
.include <bsd.subdir.mk>

View file

@ -0,0 +1,5 @@
FWVERSION= 83
NAME= gl-c0-fm-c0
.include <bsd.kmod.mk>

View file

@ -0,0 +1,7 @@
FWVERSION= 83
NAME= gl-c0-fm-c0
EXT= pnvm
_NAME= iwlwifi-${NAME}.${EXT}
.include <bsd.kmod.mk>