summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2006-08-14 08:30:23 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2006-08-14 08:30:23 +0000
commitbc031b8f3b7fb2615f79c128d32329eb71d1a43a (patch)
treeb4ddd3407e840e615b237368b852cc62d49ad69e /share/man
parent773fc96f3ca23245e5c91233550ec91e39c50533 (diff)
Driver for Arkmicro Technologies ARK3116 USB UART based devices.
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/Makefile4
-rw-r--r--share/man/man4/uark.462
-rw-r--r--share/man/man4/usb.44
3 files changed, 67 insertions, 3 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 8b4ff3952fe..199fbba95de 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.374 2006/08/03 16:13:24 mbalmer Exp $
+# $OpenBSD: Makefile,v 1.375 2006/08/14 08:30:22 jsg Exp $
MAN= aac.4 ac97.4 acx.4 acphy.4 acpi.4 acpihpet.4 acpitimer.4 \
adc.4 addcom.4 admcts.4 admlc.4 admtemp.4 \
@@ -41,7 +41,7 @@ MAN= aac.4 ac97.4 acx.4 acphy.4 acpi.4 acpihpet.4 acpitimer.4 \
speaker.4 sppp.4 sqphy.4 ss.4 st.4 ste.4 stge.4 sti.4 stp.4 sv.4 \
systrace.4 tcic.4 tcp.4 termios.4 ti.4 tl.4 \
tlphy.4 tqphy.4 trm.4 trunk.4 tsl.4 tty.4 tun.4 twe.4 txp.4 \
- txphy.4 uaudio.4 ubsa.4 ubsec.4 ubt.4 ucom.4 udav.4 \
+ txphy.4 uaudio.4 uark.4 ubsa.4 ubsec.4 ubt.4 ucom.4 udav.4 \
udcf.4 udp.4 udsbr.4 \
ueagle.4 uftdi.4 ugen.4 uhci.4 uhid.4 uhidev.4 uipaq.4 uk.4 ukbd.4 \
ukphy.4 ulpt.4 umass.4 umct.4 umidi.4 umodem.4 ums.4 umsm.4 \
diff --git a/share/man/man4/uark.4 b/share/man/man4/uark.4
new file mode 100644
index 00000000000..51fa5924c5c
--- /dev/null
+++ b/share/man/man4/uark.4
@@ -0,0 +1,62 @@
+.\" $OpenBSD: uark.4,v 1.1 2006/08/14 08:30:22 jsg Exp $
+.\"
+.\" Copyright (c) 2006 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 August 14, 2006
+.Dt UARK 4
+.Os
+.Sh NAME
+.Nm uark
+.Nd Arkmicro Technologies ARK3116 based serial adapters driver
+.Sh SYNOPSIS
+.Cd "uark* at uhub?"
+.Cd "ucom* at uark?"
+.Sh DESCRIPTION
+The
+.Nm
+driver supports Arkmicro Technologies ARK3116 based serial adapters.
+.Pp
+The following devices should work with the
+.Nm
+driver:
+.Bd -literal -offset indent
+KQ-U8A Data Cable
+HugePine USB-UART
+Skymaster USB to RS232
+HL USB-RS232
+.Ed
+.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 4.0 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Jonathan Gray
+.Aq jsg@openbsd.org .
+.Sh CAVEATS
+Setting hardware flow control is not currently supported.
+It is not yet known how to ask the hardware to send a break.
+.Pp
+Arkmicro Technologies do not reply to requests of documentation
+for their products.
diff --git a/share/man/man4/usb.4 b/share/man/man4/usb.4
index 825a1f4846b..138d0de9161 100644
--- a/share/man/man4/usb.4
+++ b/share/man/man4/usb.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: usb.4,v 1.62 2006/08/09 11:28:11 jmc Exp $
+.\" $OpenBSD: usb.4,v 1.63 2006/08/14 08:30:22 jsg Exp $
.\" $NetBSD: usb.4,v 1.15 1999/07/29 14:20:32 augustss Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -157,6 +157,8 @@ Zydas ZD1211 IEEE 802.11b/g wireless network interfaces.
.El
.Ss Serial and parallel interfaces
.Bl -tag -width 12n -offset ind -compact
+.It Xr uark 4
+Arkmicro Technologies ARK3116 based serial adapters.
.It Xr ubsa 4
Belkin serial adapters.
.It Xr ucom 4