aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/iwnfw
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2014-08-28 00:05:02 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2014-08-28 00:05:02 +0000
commit720e6a9c6f37352af383d0b3d03e499b979b8bff (patch)
tree94b2a35a1e1aa2303fc0a676b4a7ffe97538ceb3 /sys/modules/iwnfw
parent1a326e573032c061f3df725decf7c9b8d6145106 (diff)
downloadsrc-720e6a9c6f37352af383d0b3d03e499b979b8bff.tar.gz
src-720e6a9c6f37352af383d0b3d03e499b979b8bff.zip
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
Notes
Notes: svn path=/head/; revision=270734
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 d0d6e8121b46..9f8009c582ad 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 000000000000..c72533fbada9
--- /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>