1.\" $OpenBSD: axen.4,v 1.9 2021/09/08 20:29:21 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: September 8 2021 $ 18.Dt AXEN 4 19.Os 20.Sh NAME 21.Nm axen 22.Nd ASIX Electronics AX88179 10/100/1Gb 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.It StarTech USB31000S 38.El 39.Pp 40The 41.Nm 42driver supports the following media types: 43.Bl -tag -width "autoselect" 44.It autoselect 45Enable autoselection of the media type and options (this is the default). 46The user can manually override the autoselected mode by adding media 47options to the appropriate 48.Xr hostname.if 5 49file. 50.It 10baseT 51Set 10Mbps operation. 52.It 100baseTX 53Set 100Mbps (Fast Ethernet) operation. 54.It 1000baseT 55Set 1000Mbps (Gigabit Ethernet) operation. 56.El 57.Pp 58For more information on configuring this device, see 59.Xr ifconfig 8 . 60.Sh SEE ALSO 61.Xr arp 4 , 62.Xr ifmedia 4 , 63.Xr intro 4 , 64.Xr netintro 4 , 65.Xr rgephy 4 , 66.Xr usb 4 , 67.Xr hostname.if 5 , 68.Xr ifconfig 8 69.Sh HISTORY 70The 71.Nm 72device driver first appeared in 73.Ox 5.4 . 74.Sh AUTHORS 75.An -nosplit 76The 77.Nm 78driver was written by 79.An Yojiro UO Aq Mt yuo@nui.org . 80