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