add manpage for uchcom(4).

This commit is contained in:
tshiozak 2007-09-03 18:02:16 +00:00
parent d0a32c7b25
commit 260d6cea73
3 changed files with 81 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.1022 2007/08/26 18:05:43 xtraeme Exp $
# $NetBSD: mi,v 1.1023 2007/09/03 18:02:17 tshiozak Exp $
./etc/mtree/set.man man-sys-root
./usr/share/info/am-utils.info man-amd-info info
./usr/share/info/as.info man-computil-info bfd,info
@ -1436,6 +1436,7 @@
./usr/share/man/cat4/ubsec.0 man-sys-catman .cat
./usr/share/man/cat4/ubt.0 man-sys-catman .cat
./usr/share/man/cat4/ubtbcmfw.0 man-obsolete obsolete
./usr/share/man/cat4/uchcom.0 man-sys-catman .cat
./usr/share/man/cat4/ucom.0 man-sys-catman .cat
./usr/share/man/cat4/ucycom.0 man-sys-catman .cat
./usr/share/man/cat4/udav.0 man-sys-catman .cat
@ -3920,6 +3921,7 @@
./usr/share/man/man4/ubsec.4 man-sys-man .man
./usr/share/man/man4/ubt.4 man-sys-man .man
./usr/share/man/man4/ubtbcmfw.4 man-obsolete obsolete
./usr/share/man/man4/uchcom.4 man-sys-man .man
./usr/share/man/man4/ucom.4 man-sys-man .man
./usr/share/man/man4/ucycom.4 man-sys-man .man
./usr/share/man/man4/udav.4 man-sys-man .man

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.439 2007/08/26 18:05:43 xtraeme Exp $
# $NetBSD: Makefile,v 1.440 2007/09/03 18:02:16 tshiozak Exp $
# @(#)Makefile 8.1 (Berkeley) 6/18/93
MAN= aac.4 ac97.4 acardide.4 aceride.4 acphy.4 adbbt.4 adbkbd.4 adbms.4 \
@ -53,7 +53,7 @@ MAN= aac.4 ac97.4 acardide.4 aceride.4 acphy.4 adbbt.4 adbkbd.4 adbms.4 \
wsmouse.4 wsmux.4 xbox.4 xge.4 yds.4 ym.4 zero.4 zstty.4 zyd.4
# USB devices
MAN+= uaudio.4 ubsa.4 ubt.4 ucom.4 ucycom.4 \
MAN+= uaudio.4 ubsa.4 ubt.4 uchcom.4 ucom.4 ucycom.4 \
udsbr.4 uftdi.4 ugen.4 ugensa.4 uhid.4 \
uhidev.4 uipaq.4 uirda.4 ukbd.4 ukyopon.4 ulpt.4 \
umass.4 umct.4 umidi.4 umodem.4 ums.4 uplcom.4 urio.4 usb.4 \

76
share/man/man4/uchcom.4 Normal file
View File

@ -0,0 +1,76 @@
.\" $NetBSD: uchcom.4,v 1.1 2007/09/03 18:02:17 tshiozak Exp $
.\"
.\" Copyright (c) 2007 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
.\" This code is derived from software contributed to The NetBSD Foundation
.\" by Takuya SHIOZAKI (tshiozak@netbsd.org).
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\" 3. All advertising materials mentioning features or use of this software
.\" must display the following acknowledgement:
.\" This product includes software developed by the NetBSD
.\" Foundation, Inc. and its contributors.
.\" 4. Neither the name of The NetBSD Foundation nor the names of its
.\" contributors may be used to endorse or promote products derived
.\" from this software without specific prior written permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd September 2, 2007
.Dt UCHCOM 4
.Os
.Sh NAME
.Nm uchcom
.Nd USB support for WinChipHead CH341/CH340 serial adapters driver
.Sh SYNOPSIS
.Cd "uchcom* at uhub?"
.Cd "ucom* at uchcom?"
.Sh HARDWARE
The
.Nm
driver supports the following adapters:
.Pp
.Bl -tag -width Dv -offset indent -compact
.It HL USB-RS232
.El
.Sh DESCRIPTION
The
.Nm
driver provides support for the WinChipHead CH341/CH340 USB-to-RS-232
Bridge chip.
.Pp
The device is accessed through the
.Xr ucom 4
driver which makes it behave like a
.Xr tty 4 .
.Sh SEE ALSO
.Xr tty 4 ,
.Xr ucom 4 ,
.Xr usb 4
.Sh HISTORY
The
.Nm
driver
appeared in
.Nx 5.0 .
.Sh BUGS
Actually, this chip seems unable to drive other than 8 data bits and
1 stop bit line.