summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorweongyo <weongyo@FreeBSD.org>2009-04-04 11:23:00 +0000
committerweongyo <weongyo@FreeBSD.org>2009-04-04 11:23:00 +0000
commit3503cf99e3ac0111488d2a57341ab1b1088e2436 (patch)
tree8b2fbce8a0fa2518727f2da53f24794b7e8c2bc7 /sys/modules
parentc9498bd9af0d2f300a586f4f9f0e78ed8f34de0e (diff)
downloadFreeBSD-src-3503cf99e3ac0111488d2a57341ab1b1088e2436.zip
FreeBSD-src-3503cf99e3ac0111488d2a57341ab1b1088e2436.tar.gz
Add uath(4) wireless USB driver for Atheros AR5005UG and AR5005UX
chipsets. Reviewed by: sam
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/usb/uath/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/modules/usb/uath/Makefile b/sys/modules/usb/uath/Makefile
new file mode 100644
index 0000000..a734dfc
--- /dev/null
+++ b/sys/modules/usb/uath/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../../dev/usb/wlan
+
+KMOD = if_uath
+SRCS = if_uath.c if_uathvar.h if_uathreg.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