summaryrefslogtreecommitdiffstats
path: root/sys/modules/iwnfw/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/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/Makefile')
-rw-r--r--sys/modules/iwnfw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/iwnfw/Makefile b/sys/modules/iwnfw/Makefile
index 8d260b7..41556df 100644
--- a/sys/modules/iwnfw/Makefile
+++ b/sys/modules/iwnfw/Makefile
@@ -1,5 +1,5 @@
# $FreeBSD$
-SUBDIR= iwn4965 iwn5000 iwn5150
+SUBDIR= iwn1000 iwn4965 iwn5000 iwn5150 iwn6000
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud