aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
diff options
context:
space:
mode:
authorNick Hibma <n_hibma@FreeBSD.org>2000-05-01 22:48:23 +0000
committerNick Hibma <n_hibma@FreeBSD.org>2000-05-01 22:48:23 +0000
commitb5ea1f0c771529691ffc94efdcc08031ac5c082a (patch)
treecbc1185fb2491820e4e251b5ae0721b1b2137bc8 /sys/amd64
parent5aa6a276ed93f0b499fc481e2682bdb9215c80fe (diff)
downloadsrc-b5ea1f0c771529691ffc94efdcc08031ac5c082a.tar.gz
src-b5ea1f0c771529691ffc94efdcc08031ac5c082a.zip
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.
Notes
Notes: svn path=/head/; revision=59877
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/conf/GENERIC1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index a493058a9d9e..56b96073856f 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -221,6 +221,7 @@ pseudo-device bpf # Berkeley packet filter
#device uhci # UHCI PCI->USB interface
#device ohci # OHCI PCI->USB interface
#device usb # USB Bus (required)
+#device udbp # USB Double Bulk Pipe devices
#device ugen # Generic
#device uhid # "Human Interface Devices"
#device ukbd # Keyboard