Remove the meteor(4) driver.
[dragonfly.git] / share / man / man4 / uark.4
1 .\"     $DragonFly: src/share/man/man4/uark.4,v 1.4 2008/01/28 14:57:52 matthias Exp $
2 .\"     $OpenBSD: uark.4,v 1.3 2006/10/26 19:42:36 jmc 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 August 15, 2007
19 .Dt UARK 4
20 .Os
21 .Sh NAME
22 .Nm uark
23 .Nd Arkmicro Technologies ARK3116 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 uark"
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 uark_load="YES"
38 .Ed
39 .Sh DESCRIPTION
40 The
41 .Nm
42 driver supports Arkmicro Technologies ARK3116 based serial adapters.
43 .Pp
44 The following devices should work with the
45 .Nm
46 driver:
47 .Bl -bullet -compact
48 .It
49 HL USB-RS232
50 .It
51 HugePine USB-UART
52 .It
53 KQ-U8A Data Cable
54 .It
55 Skymaster USB to RS232
56 .El
57 .Sh SEE ALSO
58 .Xr tty 4 ,
59 .Xr ucom 4 ,
60 .Xr usb 4
61 .Sh HISTORY
62 The
63 .Nm
64 device driver first appeared in
65 .Ox 4.0
66 and was imported into
67 .Dx 1.11 .
68 .Sh AUTHORS
69 .An -nosplit
70 The
71 .Nm
72 driver was written by
73 .An Jonathan Gray
74 .Aq jsg@openbsd.org .
75 .Sh CAVEATS
76 Setting hardware flow control is not currently supported.
77 It is not yet known how to ask the hardware to send a break.
78 .Pp
79 Arkmicro Technologies do not reply to requests of documentation
80 for their products.