Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 May 2000 15:48:24 -0700 (PDT)
From:      Nick Hibma <n_hibma@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf files src/sys/i386/conf LINT GENERIC src/sys/modules Makefile src/sys/modules/udbp Makefile src/sys/dev/usb udbp.c udbp.h src/share/man/man4 udbp.4
Message-ID:  <200005012248.PAA22187@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
n_hibma     2000/05/01 15:48:24 PDT

  Modified files:
    sys/conf             files 
    sys/i386/conf        LINT GENERIC 
    sys/modules          Makefile 
  Added files:
    sys/modules/udbp     Makefile 
    sys/dev/usb          udbp.c udbp.h 
    share/man/man4       udbp.4 
  Log:
  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.
  
  Revision  Changes    Path
  1.362     +2 -1      src/sys/conf/files
  1.772     +3 -1      src/sys/i386/conf/LINT
  1.253     +2 -1      src/sys/i386/conf/GENERIC
  1.116     +2 -2      src/sys/modules/Makefile



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005012248.PAA22187>