*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->FreeBSD man pages -> udbp (4)              
Title
Content
Arch
Section
 

UDBP(4)

Contents


NAME    [Toc]    [Back]

     udbp -- USB Double Bulk Pipe driver

SYNOPSIS    [Toc]    [Back]

     device udbp

DESCRIPTION    [Toc]    [Back]

     The udbp driver provides support for host-to-host cables that contain at
     least two bulk pipes (one for each direction), for example the EzLink
     cable and the NetChip 1080 chip.

     It requires netgraph(4) to be available.  This can be done either by
     adding options NETGRAPH to your kernel configuration file, or alternatively
 loading netgraph(4) as a module, either from /boot/loader.conf or
     from the command line, before the udbp module.

EXAMPLES    [Toc]    [Back]

	   options NETGRAPH
	   device udbp

     Add the udbp driver to the kernel.

	   kldload netgraph
	   kldload udbp

     Load the netgraph(4) module and then the udbp driver.

	   ngctl mkpeer udbp0: iface data inet
	   ifconfig ng0 10.0.0.1 10.0.0.2

     Create a new network interface node and connect its inet hook to the data
     hook of the udbp node.  ifconfig(8) configures the resulting network
     interface ng0 with a local IP address of 10.0.0.1 and a remote IP address
     of 10.0.0.2.  On the remote host, the two IP addresses should of course
     be reversed.

SEE ALSO    [Toc]    [Back]

      
      
     netgraph(4), ng_iface(4), ohci(4), uhci(4), usb(4), ngctl(8)

HISTORY    [Toc]    [Back]

     The udbp driver first appeared in FreeBSD 5.0.

AUTHORS    [Toc]    [Back]

     The udbp driver was written by Doug Ambrisko <[email protected]>,
     Julian Elischer <[email protected]> and Nick Hibma
     <[email protected]>.

     This manual page was written by Nick Hibma <[email protected]>.


FreeBSD 5.2.1			April 30, 2000			 FreeBSD 5.2.1
[ Back ]
 Similar pages
Name OS Title
wcstold FreeBSD convert string to float, double or long double
wcstof FreeBSD convert string to float, double or long double
wcstod FreeBSD convert string to float, double or long double
tee HP-UX pipe fitting
tee OpenBSD pipe fitting
tee FreeBSD pipe fitting
tee IRIX pipe fitting
pipe Linux create pipe
popen Tru64 Initiates a pipe to a process
popen IRIX initiate pipe to/from a process
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service