summaryrefslogtreecommitdiffstats
path: root/sys/conf/files
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/conf/files
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/conf/files')
-rw-r--r--sys/conf/files1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 1168ea6..eb64072 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -268,6 +268,7 @@ dev/usb/if_aue.c optional aue
dev/usb/if_cue.c optional cue
dev/usb/if_kue.c optional kue
dev/usb/ohci.c optional ohci
+dev/usb/udbp.c optional udbp
dev/usb/ugen.c optional ugen
dev/usb/uhci.c optional uhci
dev/usb/uhid.c optional uhid
OpenPOWER on IntegriCloud