summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorweongyo <weongyo@FreeBSD.org>2009-05-27 03:57:38 +0000
committerweongyo <weongyo@FreeBSD.org>2009-05-27 03:57:38 +0000
commitc6ef0a3a393e76e0e3c3043a8144919064f5a854 (patch)
tree5fe0d8a2ed5e63101d8743bd72258f12ddbd0243 /sys/modules
parent8e9cac6f75099387d986f926f4cd0a0e25c4ad6c (diff)
downloadFreeBSD-src-c6ef0a3a393e76e0e3c3043a8144919064f5a854.zip
FreeBSD-src-c6ef0a3a393e76e0e3c3043a8144919064f5a854.tar.gz
ports urtw(4) for USB2. Additionally it supports a 8187B chipset weakly
that it needs more stabilization.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/usb/urtw/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/modules/usb/urtw/Makefile b/sys/modules/usb/urtw/Makefile
new file mode 100644
index 0000000..e06ad06
--- /dev/null
+++ b/sys/modules/usb/urtw/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../../dev/usb/wlan
+
+KMOD = if_urtw
+SRCS = if_urtw.c if_urtwreg.h if_urtwvar.h \
+ bus_if.h device_if.h \
+ opt_bus.h opt_usb.h usb_if.h usbdevs.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud