Deleted Added
full compact
kue.4 (57359) kue.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/kue.4 57359 2000-02-20 14:41:54Z n_hibma $
31.\" $FreeBSD: head/share/man/man4/kue.4 57676 2000-03-01 14:50:24Z sheldonh $
32.\"
33.Dd January 4, 2000
34.Dt KUE 4 i386
35.Os FreeBSD
36.Sh NAME
37.Nm kue
38.Nd
39Kawasaki LSI KL5KUSB101B USB Ethernet driver

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

48.Nm
49driver provides support for USB ethernet adapters based on the Kawasaki
50LSI KL5KLUSB101B chipset, including the LinkSys USB10T, the 3Com 3c19250,
51the ADS Technologies USB-10BT, the Peracom USB Ethernet Adapter, the
52Entrega NET-USB-E45, the ATen UC10T, the Netgear EA101, the D-Link
53DSB-650 and the SMC 2102USB and 2104USB.
54.Pp
55The KL5KLUSB101B supports a 128-entry multicast filter, single perfect
32.\"
33.Dd January 4, 2000
34.Dt KUE 4 i386
35.Os FreeBSD
36.Sh NAME
37.Nm kue
38.Nd
39Kawasaki LSI KL5KUSB101B USB Ethernet driver

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

48.Nm
49driver provides support for USB ethernet adapters based on the Kawasaki
50LSI KL5KLUSB101B chipset, including the LinkSys USB10T, the 3Com 3c19250,
51the ADS Technologies USB-10BT, the Peracom USB Ethernet Adapter, the
52Entrega NET-USB-E45, the ATen UC10T, the Netgear EA101, the D-Link
53DSB-650 and the SMC 2102USB and 2104USB.
54.Pp
55The KL5KLUSB101B supports a 128-entry multicast filter, single perfect
56filter entry for the station address and promiscuous mode. Packets are
56filter entry for the station address and promiscuous mode.
57Packets 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

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

--- 30 unchanged lines hidden ---