871f5c8c2d
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.
11 lines
159 B
Makefile
11 lines
159 B
Makefile
# $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>
|