summaryrefslogtreecommitdiffstats
path: root/sys/modules/iwnfw
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2014-08-28 00:05:02 +0000
committeradrian <adrian@FreeBSD.org>2014-08-28 00:05:02 +0000
commit0dc0835120b32dbcf3732d17251263cc07f1be5d (patch)
tree94b2a35a1e1aa2303fc0a676b4a7ffe97538ceb3 /sys/modules/iwnfw
parentbaab00bf2928dd55714d6e462e79232e877de220 (diff)
downloadFreeBSD-src-0dc0835120b32dbcf3732d17251263cc07f1be5d.zip
FreeBSD-src-0dc0835120b32dbcf3732d17251263cc07f1be5d.tar.gz
Add iwn-100 firmware.
The firmware is from the Linux firmware git repository; the intel licence is the same as other firmware blobs. Tested: iwn1: <Intel Centrino Wireless-N 100> mem 0xf4800000-0xf4801fff irq 19 at device 0.0 on pci5
Diffstat (limited to 'sys/modules/iwnfw')
-rw-r--r--sys/modules/iwnfw/Makefile3
-rw-r--r--sys/modules/iwnfw/iwn100/Makefile6
2 files changed, 8 insertions, 1 deletions
diff --git a/sys/modules/iwnfw/Makefile b/sys/modules/iwnfw/Makefile
index d0d6e81..9f8009c 100644
--- a/sys/modules/iwnfw/Makefile
+++ b/sys/modules/iwnfw/Makefile
@@ -1,6 +1,7 @@
# $FreeBSD$
-SUBDIR= iwn105 \
+SUBDIR= iwn100 \
+ iwn105 \
iwn135 \
iwn1000 \
iwn2000 \
diff --git a/sys/modules/iwnfw/iwn100/Makefile b/sys/modules/iwnfw/iwn100/Makefile
new file mode 100644
index 0000000..c72533f
--- /dev/null
+++ b/sys/modules/iwnfw/iwn100/Makefile
@@ -0,0 +1,6 @@
+# $FreeBSD$
+
+KMOD= iwn100fw
+IMG= iwlwifi-100-39.31.5.1
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud