1.\" $NetBSD: cue.4,v 1.11 2019/08/30 09:24:19 wiz Exp $ 2.\" 3.\" Copyright (c) 1997, 1998, 1999, 2000 4.\" Bill Paul <wpaul@ee.columbia.edu>. All rights reserved. 5.\" 6.\" Redistribution and use in source and binary forms, with or without 7.\" modification, are permitted provided that the following conditions 8.\" are met: 9.\" 1. Redistributions of source code must retain the above copyright 10.\" notice, this list of conditions and the following disclaimer. 11.\" 2. Redistributions in binary form must reproduce the above copyright 12.\" notice, this list of conditions and the following disclaimer in the 13.\" documentation and/or other materials provided with the distribution. 14.\" 3. All advertising materials mentioning features or use of this software 15.\" must display the following acknowledgement: 16.\" This product includes software developed by Bill Paul. 17.\" 4. Neither the name of the author nor the names of any co-contributors 18.\" may be used to endorse or promote products derived from this software 19.\" without specific prior written permission. 20.\" 21.\" THIS SOFTWARE IS PROVIDED BY Bill Paul AND CONTRIBUTORS ``AS IS'' AND 22.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 23.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 24.\" ARE DISCLAIMED. IN NO EVENT SHALL Bill Paul OR THE VOICES IN HIS HEAD 25.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 26.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 27.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 28.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 29.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 30.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 31.\" THE POSSIBILITY OF SUCH DAMAGE. 32.\" 33.\" FreeBSD: src/share/man/man4/cue.4,v 1.1 2000/01/14 03:14:47 wpaul Exp 34.\" 35.Dd August 24, 2019 36.Dt CUE 4 37.Os 38.Sh NAME 39.Nm cue 40.Nd CATC USB-EL1201A USB Ethernet driver 41.Sh SYNOPSIS 42.Cd "cue* at uhub?" 43.Sh HARDWARE 44The 45.Nm 46driver supports the following adapters: 47.Pp 48.Bl -tag -width Dv -offset indent -compact 49.It Tn Belkin F5U111 50.It Tn CATC Netmate 51.It Tn CATC Netmate II 52.El 53.Sh DESCRIPTION 54The 55.Nm 56driver provides support for USB 57.Tn Ethernet 58adapters based on the Computer Access Technology Corporation's USB-EL1202A 59chipset. 60.Pp 61The USB-EL1202A supports a 512-bit multicast hash filter, single perfect 62filter entry for the station address and promiscuous mode. 63Packets are 64received and transmitted over separate USB bulk transfer endpoints. 65.Pp 66The CATC adapter supports only 10Mbps half-duplex mode, hence there are no 67.Xr ifmedia 4 68modes to select. 69.Pp 70For more information on configuring this device, see 71.Xr ifconfig 8 . 72.Sh DIAGNOSTICS 73See 74.Xr usbnet 4 75for diagnostics. 76.Sh SEE ALSO 77.Xr arp 4 , 78.Xr netintro 4 , 79.Xr usb 4 , 80.Xr usbnet 4 , 81.Xr ifconfig 8 82.Sh HISTORY 83The 84.Nm 85device driver first appeared in 86.Fx 4.0 , 87and in 88.Nx 1.5 . 89.Sh AUTHORS 90The 91.Nm 92driver was written by 93.An Bill Paul Aq Mt wpaul@ee.columbia.edu . 94