summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorweongyo <weongyo@FreeBSD.org>2008-08-11 03:57:31 +0000
committerweongyo <weongyo@FreeBSD.org>2008-08-11 03:57:31 +0000
commit2736ed915c519fd3c2e23aa060b27e9b9d6c443d (patch)
tree2ef18b4c659bdffbaf2992da477ae4a649df0774 /sys/modules
parent64385ced59d896f6b03edee4f182cb7379afb6ec (diff)
downloadFreeBSD-src-2736ed915c519fd3c2e23aa060b27e9b9d6c443d.zip
FreeBSD-src-2736ed915c519fd3c2e23aa060b27e9b9d6c443d.tar.gz
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
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 0000000..ae40e48
--- /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>
OpenPOWER on IntegriCloud