1.\" $OpenBSD: mue.4,v 1.3 2018/10/01 22:58:43 schwarze Exp $ 2.\" 3.\" Copyright (c) 2018 Kevin Lo <kevlo@openbsd.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: October 1 2018 $ 18.Dt MUE 4 19.Os 20.Sh NAME 21.Nm mue 22.Nd Microchip LAN75xx/LAN78xx 10/100/Gigabit USB Ethernet device 23.Sh SYNOPSIS 24.Cd "mue* at uhub?" 25.Cd "ukphy* at mii?" 26.Sh DESCRIPTION 27The 28.Nm 29driver supports Microchip LAN7500/LAN7505/LAN7515/LAN7850 USB 2.0 Gigabit 30Ethernet devices and LAN7800/LAN7801 USB 3.0 Gigabit Ethernet devices, 31including the following: 32.Pp 33.Bl -tag -width Ds -offset indent -compact 34.It Microchip EVB-LAN7800LC 35.It Z-TEK ZE582 36.El 37.Pp 38For more information on configuring this device, see 39.Xr ifconfig 8 . 40.Sh SEE ALSO 41.Xr arp 4 , 42.Xr ifmedia 4 , 43.Xr intro 4 , 44.Xr netintro 4 , 45.Xr ukphy 4 , 46.Xr usb 4 , 47.Xr hostname.if 5 , 48.Xr ifconfig 8 49.Sh HISTORY 50The 51.Nm 52device driver first appeared in 53.Ox 6.4 . 54.Sh AUTHORS 55.An -nosplit 56The 57.Nm 58driver was written by 59.An Kevin Lo Aq Mt kevlo@openbsd.org . 60