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