summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2019-03-27 22:11:22 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2019-03-27 22:11:22 +0000
commit50d3eb0a6bb6129e54592e792190adfac06f73b5 (patch)
tree02f7ab080384a6608991b5f82dd3dd78787242be /share
parent0c2546ee7eee9e34bb2135b26d26414e6badf652 (diff)
uxrcom(4)
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/Makefile4
-rw-r--r--share/man/man4/ucom.45
-rw-r--r--share/man/man4/usb.46
-rw-r--r--share/man/man4/uxrcom.445
4 files changed, 54 insertions, 6 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index f693b6b804c..c651f643a64 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.703 2019/03/18 17:30:07 anton Exp $
+# $OpenBSD: Makefile,v 1.704 2019/03/27 22:11:21 kettenis Exp $
MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.4 \
acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \
@@ -80,7 +80,7 @@ MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.4 \
upd.4 upgt.4 upl.4 uplcom.4 ural.4 ure.4 url.4 urlphy.4 \
urndis.4 urng.4 urtw.4 urtwn.4 usb.4 uscom.4 uslcom.4 usps.4 \
uthum.4 uticom.4 utpms.4 utwitch.4 utrh.4 uts.4 utvfu.4 uvideo.4 \
- uvisor.4 uvscom.4 uwacom.4 \
+ uvisor.4 uvscom.4 uwacom.4 uxrcom.4 \
vether.4 vga.4 vgafb.4 vge.4 \
viapm.4 viasio.4 vic.4 video.4 vio.4 \
vioblk.4 viocon.4 viomb.4 viornd.4 vioscsi.4 virtio.4 vlan.4 \
diff --git a/share/man/man4/ucom.4 b/share/man/man4/ucom.4
index 13b6b72dc76..e14df75675b 100644
--- a/share/man/man4/ucom.4
+++ b/share/man/man4/ucom.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ucom.4,v 1.31 2015/09/23 08:53:16 sobrado Exp $
+.\" $OpenBSD: ucom.4,v 1.32 2019/03/27 22:11:21 kettenis Exp $
.\" $NetBSD: ucom.4,v 1.3 2000/04/14 14:55:18 augustss Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -28,7 +28,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: September 23 2015 $
+.Dd $Mdocdate: March 27 2019 $
.Dt UCOM 4
.Os
.Sh NAME
@@ -53,6 +53,7 @@
.Cd "ucom* at uticom?" # Texas Instruments TUSB3410
.Cd "ucom* at uvisor?" # Handspring Visor
.Cd "ucom* at uvscom?" # SUNTAC Slipper U VS-10U
+.Cd "ucom* at uxrcom?" # Exar XR21V1410
.Sh DESCRIPTION
The
.Nm
diff --git a/share/man/man4/usb.4 b/share/man/man4/usb.4
index 40aa5933b97..1a32297efe4 100644
--- a/share/man/man4/usb.4
+++ b/share/man/man4/usb.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: usb.4,v 1.191 2018/12/04 10:50:08 jmatthew Exp $
+.\" $OpenBSD: usb.4,v 1.192 2019/03/27 22:11:21 kettenis Exp $
.\" $NetBSD: usb.4,v 1.15 1999/07/29 14:20:32 augustss Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -28,7 +28,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: December 4 2018 $
+.Dd $Mdocdate: March 27 2019 $
.Dt USB 4
.Os
.Sh NAME
@@ -208,6 +208,8 @@ Texas Instruments TUSB3410 USB serial adapter
USB Handspring Visor
.It Xr uvscom 4
SUNTAC Slipper U VS-10U USB serial adapter
+.It Xr uxrcom 4
+Exar XR21V1410 USB serial adapter
.El
.Ss Audio devices
.Bl -tag -width 12n -offset ind -compact
diff --git a/share/man/man4/uxrcom.4 b/share/man/man4/uxrcom.4
new file mode 100644
index 00000000000..d049518e1b6
--- /dev/null
+++ b/share/man/man4/uxrcom.4
@@ -0,0 +1,45 @@
+.\" $OpenBSD: uxrcom.4,v 1.1 2019/03/27 22:11:21 kettenis Exp $
+.\"
+.\" Copyright (c) 2019 Mark Kettenis <kettenis@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: March 27 2019 $
+.Dt UXRCOM 4
+.Os
+.Sh NAME
+.Nm uxrcom
+.Nd Exar XR21V1410 USB serial adapter
+.Sh SYNOPSIS
+.Cd "uxrcom* at uhub?"
+.Cd "ucom* at uxrcom?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for Exar XR21V1410 serial adapters.
+.Sh SEE ALSO
+.Xr tty 4 ,
+.Xr ucom 4 ,
+.Xr uhub 4 ,
+.Xr usb 4
+.Sh HISTORY
+The
+.Nm
+device driver first appeared in
+.Ox 6.5 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Mark Kettenis Aq Mt kettenis@openbsd.org .