1.\" $OpenBSD: udav.4,v 1.12 2007/11/01 00:52:08 deraadt Exp $ 2.\" $NetBSD: udav.4,v 1.1 2003/08/22 06:42:01 itojun Exp $ 3.\" 4.\" Copyright (c) 2003 5.\" Shingo WATANABE <nabe@nabechan.org>. 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. 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 THE AUTHOR 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.Dd $Mdocdate: November 1 2007 $ 32.Dt UDAV 4 33.Os 34.Sh NAME 35.Nm udav 36.Nd Davicom DM9601 10/100 USB Ethernet device 37.Sh SYNOPSIS 38.Cd "udav* at uhub?" 39.Cd "amphy* at mii?" 40.Sh DESCRIPTION 41The 42.Nm 43driver provides support for USB 44.Tn Ethernet 45adapters based on the Davicom DM9601 USB-ether bridge chip. 46.Pp 47The 48.Nm 49driver supports the following adapters: 50.Pp 51.Bl -tag -width Dv -offset indent -compact 52.It Tn Corega FEther USB-TXC 53.It Tn HenTong WK-668 54.It Tn ShanTou ST268 55.It Tn ShanTou ZT6688 56.It Tn ShanTou ADM8515 57.El 58.Pp 59For more information on configuring this device, see 60.Xr ifconfig 8 . 61.Sh SEE ALSO 62.Xr amphy 4 , 63.Xr arp 4 , 64.Xr ifmedia 4 , 65.Xr mii 4 , 66.Xr netintro 4 , 67.Xr uhub 4 , 68.Xr usb 4 , 69.Xr hostname.if 5 , 70.Xr ifconfig 8 71.Rs 72.%T Davicom DM9601 data sheet 73.%O http://www.davicom.com.tw/big5/download/Data%20Sheet/DM9601-DS-P01-930914.pdf 74.Re 75.Sh HISTORY 76The 77.Nm 78device driver first appeared in 79.Ox 3.7 . 80.Sh AUTHORS 81.An -nosplit 82The 83.Nm 84driver was written by 85.An Shingo WATANABE Aq nabe@nabechan.org 86and ported to 87.Ox 88by 89.An Jonathan Gray Aq jsg@openbsd.org . 90