History log of /freebsd-9.3-release/share/man/man4/udbp.4
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 204739 04-Mar-2010 joel

Use our preferred license text (no more "voices in his head"). While here,
also move to a 2-clause license. From n_hibma@:

"The 3rd clause was originally there for a reason, but I guess that it is
safe to assume that no one can assume endorsement by me or anyone else
without prior consent on anything really, so we might as well remove that
clause."

Approved by: n_hibma


# 164524 22-Nov-2006 brueffer

Use our standard section 4 SYNOPSIS.

MFC after: 3 days


# 141580 09-Feb-2005 ru

Fixed the misplaced $FreeBSD$.


# 106228 30-Oct-2002 thomas

Remove bogus advertising clauses.

Reviewed by: n_hibma, roberto


# 92432 16-Mar-2002 schweikh

Typo: s/avalable/available/

MFC after: 3 days


# 79454 09-Jul-2001 dd

mdoc(7) police: remove extraneous .Pp before and/or after .Sh.


# 79217 04-Jul-2001 ru

mdoc(7) police: sort xrefs.


# 77760 05-Jun-2001 sobomax

Correct cross-references:
ng_bpf.8 --> ng_bpf.4
ng_ether.8 --> ng_ether.4
ng_iface.8 --> ng_iface.4
ng_pppoe.8 --> ng_pppoe.4
ng_socket.8 --> ng_socket.4
ng_tty.8 --> ng_tty.4
ng_{type}.4 --> /dev/null

MFC after: 1 week


# 69027 22-Nov-2000 ru

mdoc(7) police: do not split author names in the AUTHORS section.


# 68854 17-Nov-2000 ru

mdoc(7) police: use certified section headers wherever possible.


# 67627 26-Oct-2000 asmodai

Update @freebsd.org email addresses to @FreeBSD.org as is the
precedent.


# 67508 24-Oct-2000 julian

Change archie's and my email addresses from Whistle.com to FreeBSD.org


# 63644 20-Jul-2000 sheldonh

Clear the extraneous Os argument, which survived rev 1.3.


# 63643 20-Jul-2000 sheldonh

General clean-up [1/1]: whitespace


# 63642 20-Jul-2000 sheldonh

General clean-up [0/1]: content

Clear extraneous Nm arguments.
Clarify some English.
Mark netgraph and ifconfig up as a cross-reference.
Remove apostrophe from a genitive ``its''.


# 59896 02-May-2000 n_hibma

Update my e-mail address


# 59877 01-May-2000 n_hibma

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.