aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/iwlwififw/iwlwifi-9000-pu-b0-jf-b0-fw
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2021-11-28 18:34:19 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2021-11-28 19:17:03 +0000
commitf4c129f5fb1669b284d76a838b1e509f97c2d299 (patch)
treeb83434b3484aaf60ca26a07aab9b5cd1357b1d2b /sys/modules/iwlwififw/iwlwifi-9000-pu-b0-jf-b0-fw
parentb6c8c7b99a750de18509715890615ad3f948b29a (diff)
iwlwifi: import firmware for Intel iwlwifi/mvm supported chipsets.
Import the most recent versions of the firmware images for iwlwifi chipsets supported by the "mvm" sub-driver. This is based on linux-firmware at f5d519563ac9d2d1f382a817aae5ec5473811ac8. The license of the firmware matches the previous iwnfw(4) and iwmfw(4) firmware files and you can find a copy in sys/contrib/dev/iwlwififw/LICENCE.iwlwifi_firmware . Add build infrastructure to create the .ko files but do not yet hook it up to the build until all parts are in the tree. There is an open issue concerning kldxref that we need to resolve (D32383). Sponsored by: The FreeBSD Foundation MFC after: 10 days
Diffstat (limited to 'sys/modules/iwlwififw/iwlwifi-9000-pu-b0-jf-b0-fw')
-rw-r--r--sys/modules/iwlwififw/iwlwifi-9000-pu-b0-jf-b0-fw/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/modules/iwlwififw/iwlwifi-9000-pu-b0-jf-b0-fw/Makefile b/sys/modules/iwlwififw/iwlwifi-9000-pu-b0-jf-b0-fw/Makefile
new file mode 100644
index 000000000000..8aeb6a9b966c
--- /dev/null
+++ b/sys/modules/iwlwififw/iwlwifi-9000-pu-b0-jf-b0-fw/Makefile
@@ -0,0 +1,6 @@
+# $FreeBSD$
+
+FWVERSION= 46
+NAME= 9000-pu-b0-jf-b0
+
+.include <bsd.kmod.mk>