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
This commit is contained in:
Adrian Chadd 2014-08-28 00:05:02 +00:00
parent 1a326e5730
commit 720e6a9c6f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=270734
3 changed files with 5933 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,7 @@
# $FreeBSD$
SUBDIR= iwn105 \
SUBDIR= iwn100 \
iwn105 \
iwn135 \
iwn1000 \
iwn2000 \

View File

@ -0,0 +1,6 @@
# $FreeBSD$
KMOD= iwn100fw
IMG= iwlwifi-100-39.31.5.1
.include <bsd.kmod.mk>