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 147432 2005-06-16 18:46:17Z ru $
30.\"
31.Dd October 22, 2004
32.Dt CDCE 4
33.Os
34.Sh NAME
35.Nm cdce
36.Nd USB Communication Device Class Ethernet driver
37.Sh SYNOPSIS
38.Cd "device uhci"
39.Cd "device ohci"
40.Cd "device usb"
41.Cd "device cdce"
42.Sh DESCRIPTION
43The
44.Nm
45driver provides support for USB Host-to-Host (aka USB-to-USB) and
46USB-to-Ethernet bridges based on the USB Communication Device Class
47(CDC) and Ethernet subclass, including the following:
48.Pp
49.Bl -bullet -compact

--- 90 unchanged lines hidden ---