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. 9.\" 2. Redistributions in binary form must reproduce the above copyright 10.\" notice, this list of conditions and the following disclaimer in the 11.\" documentation and/or other materials provided with the distribution. 12.\" 3. All advertising materials mentioning features or use of this software 13.\" must display the following acknowledgement: 14.\" This product includes software developed by Bill Paul. 15.\" 4. Neither the name of the author nor the names of any co-contributors 16.\" may be used to endorse or promote products derived from this software 17.\" without specific prior written permission. 18.\" 19.\" THIS SOFTWARE IS PROVIDED BY Bill Paul AND CONTRIBUTORS ``AS IS'' AND 20.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 21.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 22.\" ARE DISCLAIMED. IN NO EVENT SHALL Bill Paul OR THE VOICES IN HIS HEAD 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: src/share/man/man4/kue.4,v 1.7.2.7 2003/02/17 21:20:39 trhodes Exp $ 32.\" $DragonFly: src/share/man/man4/kue.4,v 1.5 2007/03/04 02:32:59 swildner Exp $ 33.\" 34.Dd January 4, 2000 35.Dt KUE 4 36.Os 37.Sh NAME 38.Nm kue 39.Nd Kawasaki LSI KL5KUSB101B USB Ethernet driver 40.Sh SYNOPSIS 41.Cd "device uhci" 42.Cd "device ohci" 43.Cd "device usb" 44.Cd "device kue" 45.Sh DESCRIPTION 46The 47.Nm 48driver provides support for USB ethernet adapters based on the Kawasaki 49LSI KL5KLUSB101B chipset, including the LinkSys USB10T, the 3Com 3c19250, 50the ADS Technologies USB-10BT, the Peracom USB Ethernet Adapter, the 51Entrega NET-USB-E45 and NET-HUB-3U1E, the ATen UC10T, the Netgear EA101, 52the D-Link DSB-650, Corega USB-T and the SMC 2102USB and 2104USB. 53.Pp 54The KL5KLUSB101B supports a 128-entry multicast filter, single perfect 55filter entry for the station address and promiscuous mode. 56Packets are 57received and transmitted over separate USB bulk transfer endpoints. 58.Pp 59The Kawasaki adapter supports only 10mbps half-duplex mode, hence there 60are no 61.Xr ifmedia 4 62modes to select. 63.Pp 64For more information on configuring this device, see 65.Xr ifconfig 8 . 66.Sh DIAGNOSTICS 67.Bl -diag 68.It "kue%d: watchdog timeout" 69A packet was queued for transmission and a transmit command was 70issued, however the device failed to acknowledge the transmission 71before a timeout expired. 72.It "kue%d: no memory for rx list" 73The driver failed to allocate an mbuf for the receiver ring. 74.El 75.Sh SEE ALSO 76.Xr arp 4 , 77.Xr netintro 4 , 78.Xr ng_ether 4 , 79.Xr ifconfig 8 80.Sh HISTORY 81The 82.Nm 83device driver first appeared in 84.Fx 4.0 . 85.Sh AUTHORS 86The 87.Nm 88driver was written by 89.An Bill Paul Aq wpaul@ee.columbia.edu . 90.Sh BUGS 91The 92.Nm 93driver does not accumulate ethernet collisions statistics because the 94Kawasaki firmware does not appear to maintain any internal statistics. 95