Merge branch 'vendor/TNFTP'
[dragonfly.git] / share / man / man4 / moscom.4
1 .\" $OpenBSD: moscom.4,v 1.2 2006/10/26 19:42:36 jmc Exp $
2 .\" $DragonFly: src/share/man/man4/moscom.4,v 1.2 2007/11/12 19:04:00 swildner Exp $
3 .\"
4 .\" Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org>
5 .\"
6 .\" Permission to use, copy, modify, and distribute this software for any
7 .\" purpose with or without fee is hereby granted, provided that the above
8 .\" copyright notice and this permission notice appear in all copies.
9 .\"
10 .\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11 .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12 .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13 .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 .\"
18 .Dd November 11, 2007
19 .Dt MOSCOM 4
20 .Os
21 .Sh NAME
22 .Nm moscom
23 .Nd MosChip Semiconductor MCS7703 based USB serial adapter
24 .Sh SYNOPSIS
25 To compile this driver into the kernel,
26 place the following lines in your
27 kernel configuration file:
28 .Bd -ragged -offset indent
29 .Cd "device moscom"
30 .Cd "device ucom"
31 .Ed
32 .Pp
33 Alternatively, to load the driver as a
34 module at boot time, place the following line in
35 .Xr loader.conf 5 :
36 .Bd -literal -offset indent
37 moscom_load="YES"
38 .Ed
39 .Sh DESCRIPTION
40 The
41 .Nm
42 driver supports MosChip Semiconductor MCS7703 based serial adapters.
43 .Pp
44 The following devices should work with the
45 .Nm
46 driver:
47 .Bd -literal -offset indent
48 Syba SY-USB-S
49 .Ed
50 .Sh SEE ALSO
51 .Xr tty 4 ,
52 .Xr ucom 4 ,
53 .Xr usb 4
54 .Sh HISTORY
55 The
56 .Nm
57 device driver first appeared in
58 .Ox 4.1
59 and was imported into
60 .Dx 1.11 .
61 .Sh AUTHORS
62 .An -nosplit
63 The
64 .Nm
65 driver was written by
66 .An Jonathan Gray
67 .Aq jsg@openbsd.org .