summaryrefslogtreecommitdiffstats
path: root/sys/modules/udbp
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>2000-05-01 22:48:23 +0000
committern_hibma <n_hibma@FreeBSD.org>2000-05-01 22:48:23 +0000
commit53d90f6dfbaa661ae1df790744c6e4294aa06b60 (patch)
tree658d0242d3b406765497ab80dbf147b8d1b61697 /sys/modules/udbp
parentcfa1c7669d0578981ecd1fe0866494b0a7c8570f (diff)
downloadFreeBSD-src-53d90f6dfbaa661ae1df790744c6e4294aa06b60.zip
FreeBSD-src-53d90f6dfbaa661ae1df790744c6e4294aa06b60.tar.gz
The USB double bulk pipe driver (Host to host cables). Currently there
are two supported chips, the NetChip 1080 (only prototypes available) and the EzLink cable. Any other cable should be supported however as they are all very much alike (there is a difference between them wrt performance). It uses Netgraph. This driver was mostly written by Doug Ambrisko and Julian Elischer and I would like to thank Whistle for yet another contribution. And my aplogies to them for me sitting on the driver for so long (2 months). Also, many thanks to Reid Augustin from NetChip for providing me with a prototype of their 1080 chip. Be aware of the fact that this driver is very immature and has only been tested very lightly. If someone feels like learning about Netgraph however this is an excellent driver to start playing with.
Diffstat (limited to 'sys/modules/udbp')
-rw-r--r--sys/modules/udbp/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/modules/udbp/Makefile b/sys/modules/udbp/Makefile
new file mode 100644
index 0000000..3b41de2
--- /dev/null
+++ b/sys/modules/udbp/Makefile
@@ -0,0 +1,14 @@
+# $FreeBSD$
+
+MAINTAINER = n_hibma@freebsd.org
+
+.PATH: ${.CURDIR}/../../dev/usb
+KMOD = udbp
+SRCS = bus_if.h device_if.h \
+ opt_usb.h \
+ udbp.c
+NOMAN =
+
+CFLAGS += -DUDBP_DEBUG
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud