Deleted Added
full compact
cue.4 (57359) cue.4 (57676)
1.\" Copyright (c) 1997, 1998, 1999, 2000
2.\" Bill Paul <wpaul@ee.columbia.edu>. 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.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

23.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
29.\" THE POSSIBILITY OF SUCH DAMAGE.
30.\"
1.\" Copyright (c) 1997, 1998, 1999, 2000
2.\" Bill Paul <wpaul@ee.columbia.edu>. 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.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

23.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
29.\" THE POSSIBILITY OF SUCH DAMAGE.
30.\"
31.\" $FreeBSD: head/share/man/man4/cue.4 57359 2000-02-20 14:41:54Z n_hibma $
31.\" $FreeBSD: head/share/man/man4/cue.4 57676 2000-03-01 14:50:24Z sheldonh $
32.\"
33.Dd January 13, 2000
34.Dt CUE 4 i386
35.Os FreeBSD
36.Sh NAME
37.Nm cue
38.Nd
39CATC USB-EL1210A USB Ethernet driver

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

46.Sh DESCRIPTION
47The
48.Nm
49driver provides support for USB ethernet adapters based on the Computer
50Access Technology Corporation's USB-EL1210A chipset, including the
51CATC Netmate and Netmate II, and the Belkin F5U111.
52.Pp
53The USB-EL1210A supports a 512-bit multicast hash filter, single perfect
32.\"
33.Dd January 13, 2000
34.Dt CUE 4 i386
35.Os FreeBSD
36.Sh NAME
37.Nm cue
38.Nd
39CATC USB-EL1210A USB Ethernet driver

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

46.Sh DESCRIPTION
47The
48.Nm
49driver provides support for USB ethernet adapters based on the Computer
50Access Technology Corporation's USB-EL1210A chipset, including the
51CATC Netmate and Netmate II, and the Belkin F5U111.
52.Pp
53The USB-EL1210A supports a 512-bit multicast hash filter, single perfect
54filter entry for the station address and promiscuous mode. Packets are
54filter entry for the station address and promiscuous mode.
55Packets are
55received and transmitted over separate USB bulk transfer endpoints.
56.Pp
57The CATC adapter supports only 10mbps half-duplex mode, hence there
58are no
59.Xr ifmedia 4
60modes to select.
61.Pp
62For more information on configuring this device, see

--- 25 unchanged lines hidden ---
56received and transmitted over separate USB bulk transfer endpoints.
57.Pp
58The CATC adapter supports only 10mbps half-duplex mode, hence there
59are no
60.Xr ifmedia 4
61modes to select.
62.Pp
63For more information on configuring this device, see

--- 25 unchanged lines hidden ---