xref: /openbsd-src/share/man/man4/axen.4 (revision f2da64fbbbf1b03f09f390ab01267c93dfd77c4c)
1.\"	$OpenBSD: axen.4,v 1.7 2015/08/11 12:59:01 jmc Exp $
2.\"
3.\" Copyright (c) 2013 Yojiro UO <yuo@nui.org>
4.\"
5.\" Permission to use, copy, modify, and distribute this software for any
6.\" purpose with or without fee is hereby granted, provided that the above
7.\" copyright notice and this permission notice appear in all copies.
8.\"
9.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\"
17.Dd $Mdocdate: August 11 2015 $
18.Dt AXEN 4
19.Os
20.Sh NAME
21.Nm axen
22.Nd ASIX Electronics AX88179 10/100/Gigabit USB Ethernet device
23.Sh SYNOPSIS
24.Cd "axen*   at uhub?"
25.Cd "rgephy* at mii?"
26.Sh DESCRIPTION
27The
28.Nm
29driver provides support for USB Ethernet adapters based on the ASIX
30Electronics AX88179 USB 3.0 chipset, including the following:
31.Pp
32.Bl -tag -width Ds -offset indent -compact
33.It D-Link DUB-1312
34.It Kuroutoshikou GbE-USB3.0
35.It Logitec LAN-GTJU3
36.It Sitecom LN-032
37.El
38.Pp
39The
40.Nm
41driver supports the following media types:
42.Bl -tag -width "autoselect"
43.It autoselect
44Enable autoselection of the media type and options (this is the default).
45The user can manually override the autoselected mode by adding media
46options to the appropriate
47.Xr hostname.if 5
48file.
49.It 10baseT
50Set 10Mbps operation.
51.It 100baseTX
52Set 100Mbps (Fast Ethernet) operation.
53.It 1000baseT
54Set 1000Mbps (Gigabit Ethernet) operation.
55.El
56.Pp
57For more information on configuring this device, see
58.Xr ifconfig 8 .
59.Sh SEE ALSO
60.Xr arp 4 ,
61.Xr ifmedia 4 ,
62.Xr intro 4 ,
63.Xr netintro 4 ,
64.Xr rgephy 4 ,
65.Xr usb 4 ,
66.Xr hostname.if 5 ,
67.Xr ifconfig 8
68.Sh HISTORY
69The
70.Nm
71device driver first appeared in
72.Ox 5.4 .
73.Sh AUTHORS
74.An -nosplit
75The
76.Nm
77driver was written by
78.An Yojiro UO Aq Mt yuo@nui.org .
79