summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2003-06-28 05:45:55 +0000
committerscottl <scottl@FreeBSD.org>2003-06-28 05:45:55 +0000
commit4c746c7d28f269753ff14e4f184e9dbddc3ce155 (patch)
tree8683b7f7cbb94c9aa769eafbe28c40feed90bbb8 /sys/modules
parent66180f4d1af37723e120a33e2fdf6e5dd823d567 (diff)
downloadFreeBSD-src-4c746c7d28f269753ff14e4f184e9dbddc3ce155.zip
FreeBSD-src-4c746c7d28f269753ff14e4f184e9dbddc3ce155.tar.gz
Add 'umct', a driver for MCT Corp. and Belkin F5U109 USB-Serial adapters.
This is based on the ubsa driver by Alexander Kabaev along with documentation gleaned from the Linux mct_u232 driver. I've had this driver sitting in my tree for almost 6 months, and several others have found it useful.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/umct/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/modules/umct/Makefile b/sys/modules/umct/Makefile
new file mode 100644
index 0000000..8ac499b
--- /dev/null
+++ b/sys/modules/umct/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+S= ${.CURDIR}/../..
+.PATH: $S/dev/usb
+
+KMOD= umct
+SRCS= umct.c ucomvar.h opt_usb.h device_if.h bus_if.h vnode_if.h
+NOMAN=
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud