From 871f5c8c2d077117c8144526be489881f52e448a Mon Sep 17 00:00:00 2001 From: Scott Long 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/umct') diff --git a/sys/modules/umct/Makefile b/sys/modules/umct/Makefile new file mode 100644 index 000000000000..8ac499bfb8f5 --- /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.3