summaryrefslogtreecommitdiffstats
path: root/sys/modules/Makefile
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/Makefile
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/Makefile')
-rw-r--r--sys/modules/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 5ce53c2..2957ce5 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -6,7 +6,7 @@ SUBDIR= aha amr an aue ccd cd9660 coda cue dc fdesc fxp if_disc if_ef if_ppp \
if_sl if_tun ipfilter ipfw joy kernfs kue \
md mfs mii mlx msdos ncp netgraph nfs ntfs nullfs \
nwfs portal procfs rl sf sis sk ste ti tl tx \
- ugen uhid ukbd ulpt umapfs umass umodem ums union urio usb \
+ udbp ugen uhid ukbd ulpt umapfs umass umodem ums union urio usb \
vinum vn vpo vr wb xl
# XXX some of these can move to the general case when de-i386'ed
OpenPOWER on IntegriCloud