xref: /openbsd-src/share/man/man4/url.4 (revision db3296cf5c1dd9058ceecc3a29fe4aaa0bd26000)
1.\"	$OpenBSD: url.4,v 1.4 2003/06/16 04:36:32 jmc Exp $
2.\"	$NetBSD: url.4,v 1.4 2002/04/02 20:45:40 augustss Exp $
3.\"
4.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
5.\" All rights reserved.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions
9.\" are met:
10.\" 1. Redistributions of source code must retain the above copyright
11.\"    notice, this list of conditions and the following disclaimer.
12.\" 2. Redistributions in binary form must reproduce the above copyright
13.\"    notice, this list of conditions and the following disclaimer in the
14.\"    documentation and/or other materials provided with the distribution.
15.\" 3. All advertising materials mentioning features or use of this software
16.\"    must display the following acknowledgement:
17.\"        This product includes software developed by the NetBSD
18.\"        Foundation, Inc. and its contributors.
19.\" 4. Neither the name of The NetBSD Foundation nor the names of its
20.\"    contributors may be used to endorse or promote products derived
21.\"    from this software without specific prior written permission.
22.\"
23.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
24.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
25.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
26.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
27.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
28.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
29.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
30.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
31.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
32.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
33.\" POSSIBILITY OF SUCH DAMAGE.
34.\"
35.Dd March 29, 2002
36.Dt URL 4
37.Os
38.Sh NAME
39.Nm url
40.Nd Realtek RTL8150L USB Ethernet driver
41.Sh SYNOPSIS
42.Cd "url*    at uhub? port ? configuration ?"
43.Cd "urlphy* at mii? phy ?"
44.Sh DESCRIPTION
45The
46.Nm
47driver provides support for USB
48.Tn Ethernet
49adapters based on the Realtek RTL8150L USB-ether bridge chip.
50.Pp
51The
52.Nm
53driver supports the following adapters:
54.Pp
55.Bl -tag -width Dv -offset indent -compact
56.It Tn Melco Inc. LUA-KTX
57.It Tn GreenHouse GH-USB100B
58.It Tn Linksys USB100M
59.It Tn SMC 2208USB/ETH
60.El
61.Pp
62For more information on configuring this device, see
63.Xr ifconfig 8 .
64.Sh DIAGNOSTICS
65.Bl -diag
66.It "url%d: watchdog timeout"
67A packet was queued for transmission and a transmit command was
68issued, however the device failed to acknowledge the transmission
69before a timeout expired.
70.It "url%d: no memory for rx list"
71The driver failed to allocate an mbuf for the receiver ring.
72.El
73.Sh SEE ALSO
74.Xr arp 4 ,
75.Xr ifmedia 4 ,
76.Xr mii 4 ,
77.Xr netintro 4 ,
78.Xr uhub 4 ,
79.Xr usb 4 ,
80.Xr hostname.if 5 ,
81.Xr ifconfig 8
82.Sh HISTORY
83The
84.Nm
85device driver first appeared in
86.Ox 3.2 .
87.Sh AUTHORS
88The
89.Nm
90driver was written by
91.An Shingo WATANABE Aq nabe@nabechan.org .
92