summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/Makefile4
-rw-r--r--share/man/man4/uchcom.451
-rw-r--r--share/man/man4/ucom.45
-rw-r--r--share/man/man4/usb.46
4 files changed, 60 insertions, 6 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 0312b19b682..f7b49bc3145 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.426 2007/09/07 19:19:53 kettenis Exp $
+# $OpenBSD: Makefile,v 1.427 2007/09/08 02:15:52 jsg Exp $
MAN= aac.4 ac97.4 acphy.4 \
acpi.4 acpiac.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \
@@ -45,7 +45,7 @@ MAN= aac.4 ac97.4 acphy.4 \
stp.4 sv.4 systrace.4 tcic.4 tcp.4 termios.4 tht.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 uark.4 uath.4 uberry.4 ubsa.4 ubsec.4 ubt.4 \
- ucom.4 ucycom.4 udav.4 udcf.4 udp.4 udsbr.4 \
+ ucom.4 uchcom.4 ucycom.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 \
unix.4 uow.4 upl.4 uplcom.4 urio.4 url.4 urlphy.4 usb.4 usbf.4 \
diff --git a/share/man/man4/uchcom.4 b/share/man/man4/uchcom.4
new file mode 100644
index 00000000000..f10cc16c2f3
--- /dev/null
+++ b/share/man/man4/uchcom.4
@@ -0,0 +1,51 @@
+.\" $OpenBSD: uchcom.4,v 1.1 2007/09/08 02:15:52 jsg Exp $
+.\"
+.\" Copyright (c) 2007 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: September 8 2007 $
+.Dt UCHCOM 4
+.Os
+.Sh NAME
+.Nm uchcom
+.Nd WinChipHead CH341/340 based USB serial adapter
+.Sh SYNOPSIS
+.Cd "uchcom* at uhub?"
+.Cd "ucom* at uchcom?"
+.Sh DESCRIPTION
+The
+.Nm
+driver supports WinChipHead CH341/340 serial devices.
+.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.3 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Takuya SHIOZAKI
+.Aq tshiozak@netbsd.org
+and ported to
+.Ox
+by
+.An Jonathan Gray
+.Aq jsg@openbsd.org .
diff --git a/share/man/man4/ucom.4 b/share/man/man4/ucom.4
index 00e912ab3c9..ebac552428d 100644
--- a/share/man/man4/ucom.4
+++ b/share/man/man4/ucom.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ucom.4,v 1.21 2007/05/31 19:19:52 jmc Exp $
+.\" $OpenBSD: ucom.4,v 1.22 2007/09/08 02:15:52 jsg Exp $
.\" $NetBSD: ucom.4,v 1.3 2000/04/14 14:55:18 augustss Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: September 8 2007 $
.Dt UCOM 4
.Os
.Sh NAME
@@ -44,6 +44,7 @@
.Sh SYNOPSIS
.Cd "ucom* at uark?"
.Cd "ucom* at ubsa?"
+.Cd "ucom* at uchcom?"
.Cd "ucom* at ucycom?"
.Cd "ucom* at uftdi?"
.Cd "ucom* at uipaq?"
diff --git a/share/man/man4/usb.4 b/share/man/man4/usb.4
index e75a97ab410..e5e7a9bb5e0 100644
--- a/share/man/man4/usb.4
+++ b/share/man/man4/usb.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: usb.4,v 1.91 2007/06/20 14:24:40 mbalmer Exp $
+.\" $OpenBSD: usb.4,v 1.92 2007/09/08 02:15:52 jsg Exp $
.\" $NetBSD: usb.4,v 1.15 1999/07/29 14:20:32 augustss Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 20 2007 $
+.Dd $Mdocdate: September 8 2007 $
.Dt USB 4
.Os
.Sh NAME
@@ -168,6 +168,8 @@ Arkmicro Technologies ARK3116 based USB serial adapter
Belkin USB serial adapter
.It Xr ucom 4
USB tty support
+.It Xr uchcom 4
+WinChipHead CH341/340 based USB serial adapter
.It Xr ucycom 4
Cypress microcontroller based USB serial adapter
.It Xr uftdi 4