diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 14:02:27 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 14:02:27 -0400 |
| commit | 6d8bdc65446a704d0750217efd05532fc641ea7d (patch) | |
| tree | 8ae6d698b3c9801750a8b117b3842fb369872a3a /static/openbsd/man4/smsc.4 | |
| parent | 2f467bd7ff8f8db0dafa40426166491d7f57f368 (diff) | |
docs: OpenBSD Man Pages Added
Diffstat (limited to 'static/openbsd/man4/smsc.4')
| -rw-r--r-- | static/openbsd/man4/smsc.4 | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/static/openbsd/man4/smsc.4 b/static/openbsd/man4/smsc.4 new file mode 100644 index 00000000..8d4984bd --- /dev/null +++ b/static/openbsd/man4/smsc.4 @@ -0,0 +1,66 @@ +.\" $OpenBSD: smsc.4,v 1.5 2014/04/08 01:18:19 brad Exp $ +.\" +.\" Copyright (c) 2012 Jonathan Gray <jsg@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: April 8 2014 $ +.Dt SMSC 4 +.Os +.Sh NAME +.Nm smsc +.Nd SMSC LAN95xx 10/100 USB Ethernet device +.Sh SYNOPSIS +.Cd "smsc* at uhub?" +.Sh DESCRIPTION +The +.Nm +driver supports SMSC LAN9500/LAN9500A/LAN9530/LAN9730/LAN89530 USB 2.0 10/100 +Ethernet devices and LAN951x USB 2.0 hub and 10/100 Ethernet devices, including: +.Pp +.Bl -tag -width Ds -offset indent -compact +.It Gamber Johnson MAG Docking Station 7160-0204 +.It Gamber Johnson MAG Docking Station 7160-0205 +.It Gamber Johnson MAG Docking Station 7160-0227 +.It GWC Technology HE2440 +.It HP USB Media Port Replicator +.It j5create Newport Station JUD200 +.It Kensington Universal Notebook Docking Station (K33926US) +.It LevelOne USB-0501 +.It Samsung Central Station monitors +.It StarTech USBVGADOCK2 +.It XPower XP2440 +.El +.Pp +For more information on configuring this device, see +.Xr ifconfig 8 . +.Sh SEE ALSO +.Xr arp 4 , +.Xr ifmedia 4 , +.Xr mii 4 , +.Xr netintro 4 , +.Xr uhub 4 , +.Xr usb 4 , +.Xr hostname.if 5 , +.Xr ifconfig 8 +.Sh HISTORY +The +.Nm +device driver first appeared in +.Ox 5.3 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Ben Gray Aq Mt bgray@freebsd.org . |
