Module Name:    src
Committed By:   martin
Date:           Sun Mar 16 09:28:43 UTC 2014

Modified Files:
        src/share/man/man4: Makefile
Added Files:
        src/share/man/man4: umcs.4

Log Message:
Add umcs(4)


To generate a diff of this commit:
cvs rdiff -u -r1.609 -r1.610 src/share/man/man4/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man4/umcs.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/Makefile
diff -u src/share/man/man4/Makefile:1.609 src/share/man/man4/Makefile:1.610
--- src/share/man/man4/Makefile:1.609	Mon Mar  3 02:03:31 2014
+++ src/share/man/man4/Makefile	Sun Mar 16 09:28:43 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.609 2014/03/03 02:03:31 ozaki-r Exp $
+#	$NetBSD: Makefile,v 1.610 2014/03/16 09:28:43 martin Exp $
 #	@(#)Makefile	8.1 (Berkeley) 6/18/93
 
 MAN=	aac.4 ac97.4 acardide.4 aceride.4 acphy.4 \
@@ -74,7 +74,7 @@ MAN+=	atu.4 aubtfwl.4 aue.4 axe.4 axen.4
 	slhci.4 stuirda.4 u3g.4 uatp.4 uaudio.4 uberry.4 ubsa.4 ubt.4 uchcom.4 \
 	ucom.4 ucycom.4 udav.4 udsbr.4 uftdi.4 ugen.4 ugensa.4 uhci.4 uhid.4 \
 	uhidev.4 uhmodem.4 uhso.4 uipaq.4 uirda.4 ukbd.4 ukyopon.4 ulpt.4 \
-	umass.4 umct.4 umidi.4 umodem.4 ums.4 upgt.4 upl.4 uplcom.4 \
+	umass.4 umcs.4 umct.4 umidi.4 umodem.4 ums.4 upgt.4 upl.4 uplcom.4 \
 	urio.4 url.4 urndis.4 urtw.4 urtwn.4 \
 	usb.4 uscanner.4 uslsa.4 usmsc.4 usscanner.4 \
 	ustir.4 uthum.4 utoppy.4 uts.4 uvideo.4 uvisor.4 uvscom.4 uyap.4 \

Added files:

Index: src/share/man/man4/umcs.4
diff -u /dev/null src/share/man/man4/umcs.4:1.1
--- /dev/null	Sun Mar 16 09:28:43 2014
+++ src/share/man/man4/umcs.4	Sun Mar 16 09:28:43 2014
@@ -0,0 +1,75 @@
+.\" $NetBSD: umcs.4,v 1.1 2014/03/16 09:28:43 martin Exp $
+.\"
+.\" Copyright (c) 2014 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" This code is derived from software contributed to The NetBSD Foundation
+.\" by Martin Husemann.
+.\"
+.\" 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.
+.\"
+.\" 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 March 16, 2014
+.Dt UMCS 4
+.Os
+.Sh NAME
+.Nm umcs
+.Nd USB multiport serial adapters driver
+.Sh SYNOPSIS
+.Cd "umcs* at uhub?"
+.Cd "ucom*   at umcs?"
+.Sh HARDWARE
+The
+.Nm
+driver supports a wide variety of hardware based on the
+MosChip 7810, 7820, 7840 chipsets and clones thereof.
+Devices range from single port to eight port (implemented as a
+USB hub and two
+.Nm umcs
+four port instances behind it).
+.Pp
+Examples of hardware known to work with this driver are:
+.Pp
+.Bl -tag -width Dv -offset indent -compact
+.It LOGILINK AU0033
+.El
+.Sh DESCRIPTION
+The
+.Nm
+driver attaches the MosChip multiport chipset with individual port
+drivers via 
+.Xr ucom 4 ,
+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 7 .
+.Pp
+It superseeded the
+.Xr moscom 4
+driver.

Reply via email to