diff options
author | Sean Bruno <sbruno@FreeBSD.org> | 2016-07-25 23:05:25 +0000 |
---|---|---|
committer | Sean Bruno <sbruno@FreeBSD.org> | 2016-07-25 23:05:25 +0000 |
commit | e4ff429714a8bb1723f5398b55862f23e0a9dbe5 (patch) | |
tree | 6d876acc1ce969921e5bea4578e4e30663362f3c /sys/modules/iwmfw/iwm8000Cfw/Makefile | |
parent | d5887f37d31ba6a0f2aa673849006ab677499e3f (diff) |
Update iwmfw(4) to include support for 8260 series units and update
f/w for the other devices supported by this driver.
Patch linked in https://reviews.freebsd.org/D6967 but not actually
a part of the review.
Obtained from DragonflyBSD.
Submitted by: Kevin Bowling <kev009@kev009.com>
MFC after: 2 weeks
Relnotes: yes
Notes
Notes:
svn path=/head/; revision=303322
Diffstat (limited to 'sys/modules/iwmfw/iwm8000Cfw/Makefile')
-rw-r--r-- | sys/modules/iwmfw/iwm8000Cfw/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/modules/iwmfw/iwm8000Cfw/Makefile b/sys/modules/iwmfw/iwm8000Cfw/Makefile new file mode 100644 index 000000000000..22aa192e8f5f --- /dev/null +++ b/sys/modules/iwmfw/iwm8000Cfw/Makefile @@ -0,0 +1,6 @@ +# $FreeBSD$ + +KMOD= iwm8000Cfw +IMG= iwm-8000C-16 + +.include <bsd.kmod.mk> |