xref: /netbsd-src/share/man/man4/usmsc.4 (revision be3f18998694e4e64adfe2a6875417a1fb7bcb68)
1.\"	$NetBSD: usmsc.4,v 1.3 2019/08/30 09:22:17 wiz Exp $
2.\"	$OpenBSD: smsc.4,v 1.3 2012/09/20 07:40:26 jsg Exp $
3.\"
4.\" Copyright (c) 2012 Jonathan Gray <jsg@openbsd.org>
5.\"
6.\" Permission to use, copy, modify, and distribute this software for any
7.\" purpose with or without fee is hereby granted, provided that the above
8.\" copyright notice and this permission notice appear in all copies.
9.\"
10.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17.\"
18.Dd August 24, 2019
19.Dt USMSC 4
20.Os
21.Sh NAME
22.Nm usmsc
23.Nd SMSC LAN95xx 10/100 USB Ethernet device
24.Sh SYNOPSIS
25.Cd "usmsc* at uhub?"
26.Cd "ukphy* at mii?"
27.Sh DESCRIPTION
28The
29.Nm
30driver supports SMSC LAN9500/LAN9500A/LAN9530/LAN9730/LAN89530 USB 2.0 10/100
31Ethernet devices and LAN951x USB 2.0 hub and 10/100 Ethernet devices, including:
32.Pp
33.Bl -tag -width Ds -offset indent -compact
34.It RaspberryPI
35.It Gamber Johnson MAG Docking Station 7160-0204
36.It Gamber Johnson MAG Docking Station 7160-0205
37.It Gamber Johnson MAG Docking Station 7160-0227
38.It GWC Technology HE2440
39.It HP USB Media Port Replicator
40.It j5create Newport Station JUD200
41.It Kensington Universal Notebook Docking Station (K33926US)
42.It LevelOne USB-0501
43.It Samsung Central Station monitors
44.It StarTech USBVGADOCK2
45.It XPower XP2440
46.El
47.Pp
48For more information on configuring this device, see
49.Xr ifconfig 8 .
50.Sh DIAGNOSTICS
51See
52.Xr usbnet 4
53for diagnostics.
54.Sh SEE ALSO
55.Xr arp 4 ,
56.Xr ifmedia 4 ,
57.Xr mii 4 ,
58.Xr netintro 4 ,
59.Xr uhub 4 ,
60.Xr ukphy 4 ,
61.Xr usb 4 ,
62.Xr usbnet 4 ,
63.Xr ifconfig 8
64.Sh HISTORY
65The
66.Nm
67driver was written by
68.An Ben Gray
69.Aq bgray@freebsd.org
70for
71.Fx
72and ported to
73.Nx
74from the
75.Ox version
76by
77.An Nick Hudson
78.Aq skrll@netbsd.org .
79.Pp
80The
81.Nm
82driver first appeared in
83.Nx 7.0 .
84