summaryrefslogtreecommitdiffstats
path: root/sys/modules/iwnfw/iwn6000/Makefile
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2009-12-29 19:47:34 +0000
committerrpaulo <rpaulo@FreeBSD.org>2009-12-29 19:47:34 +0000
commit91f3d0f75178d899001091cc66ff1f70e1ed7c84 (patch)
tree58f718e1c13559ab25f526c0531db9fb01671981 /sys/modules/iwnfw/iwn6000/Makefile
parent04f9b92f28cff9016ff2989291b8a6edebbffa2f (diff)
downloadFreeBSD-src-91f3d0f75178d899001091cc66ff1f70e1ed7c84.zip
FreeBSD-src-91f3d0f75178d899001091cc66ff1f70e1ed7c84.tar.gz
iwn(4) update. Notable changes:
* new firmware * untested support for 1000 and 6000 series * bgscan support * remove unnecessary RXON changes * allow setting of country/regdomain by enforcing channel flags read from the EEPROM * suspend/resume fixes * RF kill switch fixes * LED adjustments * several bus_dma*() related fixes * addressed some LORs * many other bug fixes Submitted by: Bernhard Schmidt <bschmidt at techwires.net> Obtained from: Brandon Gooch <jamesbrandongooch at gmail dot com> (LED related changes), Benjamin Kaduk <kaduk at mit dot edu> (LOR fixes), OpenBSD
Diffstat (limited to 'sys/modules/iwnfw/iwn6000/Makefile')
-rw-r--r--sys/modules/iwnfw/iwn6000/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/modules/iwnfw/iwn6000/Makefile b/sys/modules/iwnfw/iwn6000/Makefile
new file mode 100644
index 0000000..c0295a9
--- /dev/null
+++ b/sys/modules/iwnfw/iwn6000/Makefile
@@ -0,0 +1,6 @@
+# $FreeBSD$
+
+KMOD= iwn6000fw
+IMG= iwlwifi-6000-9.176.4.1
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud