diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-10-26 04:14:10 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-10-26 04:14:10 +0000 |
commit | 510a8c71405705b47ae84b98509d99762632c576 (patch) | |
tree | 0c1e2b93a33a990633882cf8f0ec4106d23513bb /share/man | |
parent | d83159995303394252dadd9062cdf38988b74a59 (diff) |
Driver for MosChip MCS7703 based USB Serial devices.
Support for hardware flow control not yet implemented.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/Makefile | 6 | ||||
-rw-r--r-- | share/man/man4/moscom.4 | 53 | ||||
-rw-r--r-- | share/man/man4/usb.4 | 4 |
3 files changed, 59 insertions, 4 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index f5f359982de..722c48626ae 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.386 2006/10/25 09:09:23 henning Exp $ +# $OpenBSD: Makefile,v 1.387 2006/10/26 04:14:09 jsg Exp $ MAN= aac.4 ac97.4 acphy.4 acpi.4 acx.4 \ adc.4 addcom.4 admcts.4 admlc.4 admtemp.4 \ @@ -24,8 +24,8 @@ MAN= aac.4 ac97.4 acphy.4 acpi.4 acx.4 \ isa.4 isagpio.4 isapnp.4 \ ises.4 isp.4 it.4 iwi.4 ixgb.4 ksyms.4 kue.4 lc.4 lge.4 lkm.4 lm.4 \ lmc.4 lmenv.4 lmtemp.4 lo.4 lofn.4 lpt.4 lxtphy.4 luphy.4 \ - maestro.4 malo.4 maxds.4 maxtmp.4 midi.4 \ - mii.4 mfi.4 mpi.4 mpu.4 mtd.4 mtdphy.4 multicast.4 mtio.4 ne.4 \ + maestro.4 malo.4 maxds.4 maxtmp.4 midi.4 mii.4 mfi.4 \ + moscom.4 mpi.4 mpu.4 mtd.4 mtdphy.4 multicast.4 mtio.4 ne.4 \ neo.4 netintro.4 nfe.4 nge.4 nmea.4 noct.4 nofn.4 nsclpcsio.4 \ nsgphy.4 nsphy.4 nsphyter.4 null.4 nviic.4 ohci.4 opl.4 options.4 \ onewire.4 oosiop.4 osiop.4 owid.4 owtemp.4 \ diff --git a/share/man/man4/moscom.4 b/share/man/man4/moscom.4 new file mode 100644 index 00000000000..24e966244c8 --- /dev/null +++ b/share/man/man4/moscom.4 @@ -0,0 +1,53 @@ +.\" $OpenBSD: moscom.4,v 1.1 2006/10/26 04:14:09 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 October 26, 2006 +.Dt MOSCOM 4 +.Os +.Sh NAME +.Nm moscom +.Nd MosChip Semiconductor MCS7703 based USB serial adapters driver +.Sh SYNOPSIS +.Cd "moscom* at uhub?" +.Cd "ucom* at moscom?" +.Sh DESCRIPTION +The +.Nm +driver supports MosChip Semiconductor MCS7703 based serial adapters. +.Pp +The following devices should work with the +.Nm +driver: +.Bd -literal -offset indent +Syba SY-USB-S +.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.1 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Jonathan Gray +.Aq jsg@openbsd.org . diff --git a/share/man/man4/usb.4 b/share/man/man4/usb.4 index ddb6ab595df..6fda8b0d449 100644 --- a/share/man/man4/usb.4 +++ b/share/man/man4/usb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: usb.4,v 1.75 2006/10/22 07:12:49 jmc Exp $ +.\" $OpenBSD: usb.4,v 1.76 2006/10/26 04:14:09 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 USB IEEE 802.11b/g wireless network device .El .Ss Serial and parallel interfaces .Bl -tag -width 12n -offset ind -compact +.It Xr moscom 4 +MosChip Semiconductor MCS7703 based serial adapters .It Xr uark 4 Arkmicro Technologies ARK3116 based serial adapters .It Xr ubsa 4 |