Deleted Added
sdiff udiff text old ( 147432 ) new ( 148145 )
full compact
1.\" Copyright (c) 2004 Daniel Hartmeier
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\"
8.\" - Redistributions of source code must retain the above copyright

--- 12 unchanged lines hidden (view full) ---

21.\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
22.\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
23.\" CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
25.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
26.\" POSSIBILITY OF SUCH DAMAGE.
27.\"
28.\" $NetBSD: cdce.4,v 1.4 2004/12/08 18:35:56 peter Exp $
29.\" $FreeBSD: head/share/man/man4/cdce.4 148145 2005-07-19 00:26:30Z trhodes $
30.\"
31.Dd July 16, 2005
32.Dt CDCE 4
33.Os
34.Sh NAME
35.Nm cdce
36.Nd "USB Communication Device Class Ethernet driver"
37.Sh SYNOPSIS
38To compile support for the
39.Nm
40driver into your kernel, place the following lines in your kernel configuration
41file:
42.Bd -ragged -offset indent
43.Cd "device uhci"
44.Cd "device ohci"
45.Cd "device usb"
46.Cd "device cdce"
47.Ed
48.Pp
49Alternatively, to load the
50.Nm
51driver at boot time, place the following line in
52.Xr loader.conf 5 :
53.Bd -literal -offset indent
54if_cdce_load="YES"
55.Ed
56.Sh DESCRIPTION
57The
58.Nm
59driver provides support for USB Host-to-Host (aka USB-to-USB) and
60USB-to-Ethernet bridges based on the USB Communication Device Class
61(CDC) and Ethernet subclass, including the following:
62.Pp
63.Bl -bullet -compact

--- 90 unchanged lines hidden ---