1 .\" $NetBSD: kue.4,v 1.11 2001/09/22 01:16:15 wiz Exp $
3 .\" Copyright (c) 1997, 1998, 1999, 2000
4 .\" Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.
6 .\" Redistribution and use in source and binary forms, with or without
7 .\" modification, are permitted provided that the following conditions
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.
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.
33 .\" $FreeBSD: src/share/man/man4/kue.4,v 1.2 2000/01/07 22:18:48 wpaul Exp $
40 .Nd Kawasaki LSI KL5KUSB101B USB Ethernet driver
46 driver supports the following adapters:
48 .Bl -tag -width Dv -offset indent -compact
50 .It Tn 3Com 3c460 HomeConnect Ethernet USB Adapter
52 .It Tn ADS Technologies USB-10BT
55 .It Tn Corega EtherUSB
57 .It Tn Entrega NET-USB-E45
58 .It Tn I/O Data USB-ET/T
59 .It Tn Kawasaki USB101
62 .It Tn Peracom USB Ethernet Adapter (3 models)
69 driver provides support for USB
71 adapters based on the Kawasaki LSI KL5KLUSB101B chipset.
73 The KL5KLUSB101B supports a 128-entry multicast filter, single perfect
74 filter entry for the station address and promiscuous mode. Packets are
75 received and transmitted over separate USB bulk transfer endpoints.
77 The Kawasaki adapter supports only 10Mbps half-duplex mode, hence there
82 For more information on configuring this device, see
86 .It "kue%d: watchdog timeout"
87 A packet was queued for transmission and a transmit command was
88 issued, however the device failed to acknowledge the transmission
89 before a timeout expired.
90 .It "kue%d: no memory for rx list"
91 The driver failed to allocate an mbuf for the receiver ring.
101 device driver first appeared in
108 driver was written by
110 .Aq wpaul@ee.columbia.edu .
114 driver does not accumulate
116 collisions statistics because the Kawasaki firmware does not appear to
117 maintain any internal statistics.