xref: /openbsd-src/share/man/man4/udav.4 (revision 4c1e55dc91edd6e69ccc60ce855900fbc12cf34f)
1.\"	$OpenBSD: udav.4,v 1.13 2009/09/27 13:44:55 jasper 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: September 27 2009 $
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 Konig CMP-NWUSB10
55.It Tn ShanTou ST268
56.It Tn ShanTou ZT6688
57.It Tn ShanTou ADM8515
58.El
59.Pp
60For more information on configuring this device, see
61.Xr ifconfig 8 .
62.Sh SEE ALSO
63.Xr amphy 4 ,
64.Xr arp 4 ,
65.Xr ifmedia 4 ,
66.Xr mii 4 ,
67.Xr netintro 4 ,
68.Xr uhub 4 ,
69.Xr usb 4 ,
70.Xr hostname.if 5 ,
71.Xr ifconfig 8
72.Rs
73.%T Davicom DM9601 data sheet
74.%O http://www.davicom.com.tw/big5/download/Data%20Sheet/DM9601-DS-P01-930914.pdf
75.Re
76.Sh HISTORY
77The
78.Nm
79device driver first appeared in
80.Ox 3.7 .
81.Sh AUTHORS
82.An -nosplit
83The
84.Nm
85driver was written by
86.An Shingo WATANABE Aq nabe@nabechan.org
87and ported to
88.Ox
89by
90.An Jonathan Gray Aq jsg@openbsd.org .
91