aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorWeongyo Jeong <weongyo@FreeBSD.org>2008-08-11 03:57:31 +0000
committerWeongyo Jeong <weongyo@FreeBSD.org>2008-08-11 03:57:31 +0000
commitb3be9d15b4588ccf5096a2290085022360c2f471 (patch)
tree2ef18b4c659bdffbaf2992da477ae4a649df0774 /sys/modules
parenta823cbc6f70220c99f30113ddfbd00abeeb43a83 (diff)
downloadsrc-b3be9d15b4588ccf5096a2290085022360c2f471.tar.gz
src-b3be9d15b4588ccf5096a2290085022360c2f471.zip
Add Conexant/Intersil PrismGT SoftMAC wireless USB driver - upgt(4).
This driver supports GW3887 based chipsets and works on x86/powerpc/sparc64. You need upgtfw kernel module before loading upgt(4). Please see the manpage. Obtained from: OpenBSD
Notes
Notes: svn path=/head/; revision=181575
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/upgt/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/modules/upgt/Makefile b/sys/modules/upgt/Makefile
new file mode 100644
index 000000000000..ae40e48d45ff
--- /dev/null
+++ b/sys/modules/upgt/Makefile
@@ -0,0 +1,10 @@
+# Conexant/Intersil PrismGT SoftMAC(GW3887) USB devices
+#
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/usb
+
+KMOD = if_upgt
+SRCS = if_upgt.c opt_usb.h device_if.h bus_if.h usbdevs.h
+
+.include <bsd.kmod.mk>