From f4c129f5fb1669b284d76a838b1e509f97c2d299 Mon Sep 17 00:00:00 2001 From: "Bjoern A. Zeeb" Date: Sun, 28 Nov 2021 18:34:19 +0000 Subject: 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 --- sys/modules/iwlwififw/iwlwifi-9000-pu-b0-jf-b0-fw/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sys/modules/iwlwififw/iwlwifi-9000-pu-b0-jf-b0-fw/Makefile (limited to 'sys/modules/iwlwififw/iwlwifi-9000-pu-b0-jf-b0-fw/Makefile') 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 -- cgit v1.2.3