summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authortakawata <takawata@FreeBSD.org>2007-10-18 10:51:06 +0000
committertakawata <takawata@FreeBSD.org>2007-10-18 10:51:06 +0000
commit028be10749f8f51659657904ed37ebdca654b10b (patch)
tree245b4a0a3b12140952581e598703be538a61a0b0 /sys/modules
parentc8d051d8553d08c524e2cde89984caeff38c4483 (diff)
downloadFreeBSD-src-028be10749f8f51659657904ed37ebdca654b10b.zip
FreeBSD-src-028be10749f8f51659657904ed37ebdca654b10b.tar.gz
Add Winchiphead (or Nanjin QinHeng Electronics) USB Serial converter driver.
I tested it on cheap serial converter.(Only costs 980JPY.)
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/uchcom/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/modules/uchcom/Makefile b/sys/modules/uchcom/Makefile
new file mode 100644
index 0000000..65cdacd
--- /dev/null
+++ b/sys/modules/uchcom/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+S= ${.CURDIR}/../..
+.PATH: $S/dev/usb
+
+KMOD= uchcom
+SRCS= uchcom.c opt_usb.h device_if.h bus_if.h usbdevs.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud