]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - share/man/man4/uark.4
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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 .\" $FreeBSD$
18 .\"
19 .Dd November 15, 2006
20 .Dt UARK 4
21 .Os
22 .Sh NAME
23 .Nm uark
24 .Nd Arkmicro Technologies ARK3116 based USB serial adapter
25 .Sh SYNOPSIS
26 To compile this driver into the kernel,
27 place the following lines in your
28 kernel configuration file:
29 .Bd -ragged -offset indent
30 .Cd "device uark"
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 .Sh HARDWARE
44 The 
45 .Nm
46 driver supports the following adapters:
47 .Pp
48 .Bl -bullet -compact
49 .It
50 HL USB-RS232
51 .It
52 HugePine USB-UART
53 .It
54 KQ-U8A Data Cable
55 .It
56 Skymaster USB to RS232
57 .El
58 .Sh SEE ALSO
59 .Xr tty 4 ,
60 .Xr ucom 4 ,
61 .Xr usb 4
62 .Sh HISTORY
63 The
64 .Nm
65 device driver first appeared in
66 .Ox 4.0 .
67 The first
68 .Fx
69 release to include it was
70 .Fx 7.0 .
71 .Sh AUTHORS
72 .An -nosplit
73 The
74 .Nm
75 driver was written by
76 .An Jonathan Gray
77 .Aq jsg@openbsd.org .
78 .Sh CAVEATS
79 Setting hardware flow control is not currently supported.
80 It is not yet known how to ask the hardware to send a break.
81 .Pp
82 Arkmicro Technologies do not reply to requests of documentation
83 for their products.