Fri Sep 20 13:42:24 2019 UTC ()
Fix date, add comma in enumeration.


(wiz)
diff -r1.1 -r1.2 src/share/man/man4/mos.4

cvs diff -r1.1 -r1.2 src/share/man/man4/mos.4 (expand / switch to unified diff)

--- src/share/man/man4/mos.4 2019/09/20 10:34:54 1.1
+++ src/share/man/man4/mos.4 2019/09/20 13:42:24 1.2
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: mos.4,v 1.1 2019/09/20 10:34:54 mrg Exp $ 1.\" $NetBSD: mos.4,v 1.2 2019/09/20 13:42:24 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 1997, 1998, 1999, 2000-2003 3.\" Copyright (c) 1997, 1998, 1999, 2000-2003
4.\" Bill Paul <wpaul@windriver.com>. All rights reserved. 4.\" Bill Paul <wpaul@windriver.com>. All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 3. All advertising materials mentioning features or use of this software 14.\" 3. All advertising materials mentioning features or use of this software
@@ -23,39 +23,39 @@ @@ -23,39 +23,39 @@
23.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 23.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24.\" ARE DISCLAIMED. IN NO EVENT SHALL Bill Paul OR THE VOICES IN HIS HEAD 24.\" ARE DISCLAIMED. IN NO EVENT SHALL Bill Paul OR THE VOICES IN HIS HEAD
25.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 25.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
26.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 26.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 27.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 28.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 29.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 30.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
31.\" THE POSSIBILITY OF SUCH DAMAGE. 31.\" THE POSSIBILITY OF SUCH DAMAGE.
32.\" 32.\"
33.\" $FreeBSD: /repoman/r/ncvs/src/share/man/man4/axe.4,v 1.3 2003/05/29 21:28:35 ru Exp $ 33.\" $FreeBSD: /repoman/r/ncvs/src/share/man/man4/axe.4,v 1.3 2003/05/29 21:28:35 ru Exp $
34.\" $OpenBSD: mos.4,v 1.11 2014/04/08 01:18:19 brad Exp $ 34.\" $OpenBSD: mos.4,v 1.11 2014/04/08 01:18:19 brad Exp $
35.\" 35.\"
36.Dd August 24 2019 36.Dd August 24, 2019
37.Dt MOS 4 37.Dt MOS 4
38.Os 38.Os
39.Sh NAME 39.Sh NAME
40.Nm mos 40.Nm mos
41.Nd MosChip MCS7730/7830/7832 10/100 USB Ethernet device 41.Nd MosChip MCS7730/7830/7832 10/100 USB Ethernet device
42.Sh SYNOPSIS 42.Sh SYNOPSIS
43.Cd "mos* at uhub?" 43.Cd "mos* at uhub?"
44.Sh DESCRIPTION 44.Sh DESCRIPTION
45The 45The
46.Nm 46.Nm
47driver provides support for USB Ethernet adapters based on the MosChip 47driver provides support for USB Ethernet adapters based on the MosChip
48MCS7730, MCS7830 and MCS7832 USB 2.0 chipsets, including the 48MCS7730, MCS7830, and MCS7832 USB 2.0 chipsets, including the
49following: 49following:
50.Pp 50.Pp
51.Bl -tag -width Ds -offset indent -compact 51.Bl -tag -width Ds -offset indent -compact
52.It Delock 61147 52.It Delock 61147
53.It Sitecom LN-030 53.It Sitecom LN-030
54.It Syba SY-U2LAN 54.It Syba SY-U2LAN
55.El 55.El
56.Pp 56.Pp
57All adapters operate with either USB 1.x, 2.0, or 3.x controllers, 57All adapters operate with either USB 1.x, 2.0, or 3.x controllers,
58though performance with 1.x controllers is limited since 58though performance with 1.x controllers is limited since
59the USB 1.x standard specifies a maximum transfer speed of 12Mbps. 59the USB 1.x standard specifies a maximum transfer speed of 12Mbps.
60Users with USB 1.x controllers should therefore not expect to actually 60Users with USB 1.x controllers should therefore not expect to actually
61achieve 100Mbps speeds with these devices. 61achieve 100Mbps speeds with these devices.