From 4c746c7d28f269753ff14e4f184e9dbddc3ce155 Mon Sep 17 00:00:00 2001 From: scottl Date: Sat, 28 Jun 2003 05:45:55 +0000 Subject: 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. --- sys/modules/umct/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sys/modules/umct/Makefile (limited to 'sys/modules') 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 -- cgit v1.1