1.\" $OpenBSD: url.4,v 1.19 2008/06/26 05:42:07 ray 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.\" 16.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 17.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 18.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 19.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 20.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 21.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 22.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 23.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 24.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 25.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 26.\" POSSIBILITY OF SUCH DAMAGE. 27.\" 28.Dd $Mdocdate: June 26 2008 $ 29.Dt URL 4 30.Os 31.Sh NAME 32.Nm url 33.Nd Realtek RTL8150L 10/100 USB Ethernet device 34.Sh SYNOPSIS 35.Cd "url* at uhub?" 36.Cd "urlphy* at mii?" 37.Sh DESCRIPTION 38The 39.Nm 40driver provides support for USB 41.Tn Ethernet 42adapters based on the Realtek RTL8150L USB-ether bridge chip. 43.Pp 44The 45.Nm 46driver supports the following adapters: 47.Pp 48.Bl -tag -width Dv -offset indent -compact 49.It Tn Abocom RTL8151 50.It Tn BAFO BF-310 51.It Tn Billionton USBKR-100 52.It Tn Compex UE202-B 53.It Tn GreenHouse GH-USB100B 54.It Tn GreenHouse GH-USB100B with HomePNA 55.It Tn Hawking Technology HUF11 56.It Tn Linksys USB100M 57.It Tn Longshine LCS-8138TX 58.It Tn Melco Inc. LUA-KTX 59.It Tn Micronet SP128AR 60.It Tn NetComm NP1010 61.It Tn OQO model 01 (10/100) Ethernet 62.It Tn Repotec RP-USB100-A 63.It Tn SMC 2208USB/ETH 64.It Tn TRENDnet TU-ET100C 65.It Tn Zt USB10/100 66.It Tn ZyXEL Prestige 67.It Tn Z-TEK ZK-R02 68.El 69.Pp 70For more information on configuring this device, see 71.Xr ifconfig 8 . 72.Sh DIAGNOSTICS 73.Bl -diag 74.It "url%d: watchdog timeout" 75A packet was queued for transmission and a transmit command was 76issued, however the device failed to acknowledge the transmission 77before a timeout expired. 78.It "url%d: no memory for rx list" 79The driver failed to allocate an mbuf for the receiver ring. 80.El 81.Sh SEE ALSO 82.Xr arp 4 , 83.Xr ifmedia 4 , 84.Xr mii 4 , 85.Xr netintro 4 , 86.Xr uhub 4 , 87.Xr usb 4 , 88.Xr hostname.if 5 , 89.Xr ifconfig 8 90.Sh HISTORY 91The 92.Nm 93device driver first appeared in 94.Ox 3.2 . 95.Sh AUTHORS 96The 97.Nm 98driver was written by 99.An Shingo WATANABE Aq nabe@nabechan.org . 100