Use normal date, we don't support $.
[dragonfly.git] / share / man / man4 / uark.4
1 .\"     $DragonFly: src/share/man/man4/uark.4,v 1.3 2007/12/22 19:24:32 swildner 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 .Bd -literal -offset indent
48 HL USB-RS232
49 HugePine USB-UART
50 KQ-U8A Data Cable
51 Skymaster USB to RS232
52 .Ed
53 .Sh SEE ALSO
54 .Xr tty 4 ,
55 .Xr ucom 4 ,
56 .Xr usb 4
57 .Sh HISTORY
58 The
59 .Nm
60 device driver first appeared in
61 .Ox 4.0
62 and was imported into
63 .Dx 1.11 .
64 .Sh AUTHORS
65 .An -nosplit
66 The
67 .Nm
68 driver was written by
69 .An Jonathan Gray
70 .Aq jsg@openbsd.org .
71 .Sh CAVEATS
72 Setting hardware flow control is not currently supported.
73 It is not yet known how to ask the hardware to send a break.
74 .Pp
75 Arkmicro Technologies do not reply to requests of documentation
76 for their products.