summaryrefslogtreecommitdiff
path: root/static/freebsd/man4/uark.4 3.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/freebsd/man4/uark.4 3.html')
-rw-r--r--static/freebsd/man4/uark.4 3.html97
1 files changed, 0 insertions, 97 deletions
diff --git a/static/freebsd/man4/uark.4 3.html b/static/freebsd/man4/uark.4 3.html
deleted file mode 100644
index bb5f018c..00000000
--- a/static/freebsd/man4/uark.4 3.html
+++ /dev/null
@@ -1,97 +0,0 @@
-<table class="head">
- <tr>
- <td class="head-ltitle">UARK(4)</td>
- <td class="head-vol">Device Drivers Manual</td>
- <td class="head-rtitle">UARK(4)</td>
- </tr>
-</table>
-<div class="manual-text">
-<section class="Sh">
-<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<p class="Pp"><code class="Nm">uark</code> &#x2014; <span class="Nd">Arkmicro
- Technologies ARK3116 based USB serial adapter</span></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<p class="Pp">To compile this driver into the kernel, place the following lines
- in your kernel configuration file:</p>
-<div class="Bd Pp Bd-indent"><code class="Cd">device usb</code>
-<br/>
-<code class="Cd">device ucom</code>
-<br/>
-<code class="Cd">device uark</code></div>
-<p class="Pp">Alternatively, to load the driver as a module at boot time, place
- the following line in <a class="Xr">loader.conf(5)</a>:</p>
-<div class="Bd Pp Bd-indent Li">
-<pre>uark_load=&quot;YES&quot;</pre>
-</div>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<p class="Pp">The <code class="Nm">uark</code> driver supports Arkmicro
- Technologies ARK3116 based serial adapters.</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="HARDWARE"><a class="permalink" href="#HARDWARE">HARDWARE</a></h1>
-<p class="Pp">The <code class="Nm">uark</code> driver supports the following
- adapters:</p>
-<p class="Pp"></p>
-<ul class="Bl-bullet Bl-compact">
- <li>HL USB-RS232</li>
- <li>HugePine USB-UART</li>
- <li>KQ-U8A Data Cable</li>
- <li>Skymaster USB to RS232</li>
-</ul>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="FILES"><a class="permalink" href="#FILES">FILES</a></h1>
-<dl class="Bl-tag Bl-compact">
- <dt><span class="Pa">/dev/ttyU*</span></dt>
- <dd>for callin ports</dd>
- <dt><span class="Pa">/dev/ttyU*.init</span></dt>
- <dd style="width: auto;">&#x00A0;</dd>
- <dt><span class="Pa">/dev/ttyU*.lock</span></dt>
- <dd>corresponding callin initial-state and lock-state devices
- <p class="Pp"></p>
- </dd>
- <dt><span class="Pa">/dev/cuaU*</span></dt>
- <dd>for callout ports</dd>
- <dt><span class="Pa">/dev/cuaU*.init</span></dt>
- <dd style="width: auto;">&#x00A0;</dd>
- <dt><span class="Pa">/dev/cuaU*.lock</span></dt>
- <dd>corresponding callout initial-state and lock-state devices</dd>
-</dl>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
- ALSO</a></h1>
-<p class="Pp"><a class="Xr">tty(4)</a>, <a class="Xr">ucom(4)</a>,
- <a class="Xr">usb(4)</a></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
-<p class="Pp">The <code class="Nm">uark</code> device driver first appeared in
- <span class="Ux">OpenBSD 4.0</span>. The first
- <span class="Ux">FreeBSD</span> release to include it was
- <span class="Ux">FreeBSD 7.0</span>.</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1>
-<p class="Pp">The <code class="Nm">uark</code> driver was written by
- <span class="An">Jonathan Gray</span>
- &lt;<a class="Mt" href="mailto:jsg@openbsd.org">jsg@openbsd.org</a>&gt;.</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="CAVEATS"><a class="permalink" href="#CAVEATS">CAVEATS</a></h1>
-<p class="Pp">Setting hardware flow control is not currently supported. It is
- not yet known how to ask the hardware to send a break.</p>
-<p class="Pp">Arkmicro Technologies do not reply to requests of documentation
- for their products.</p>
-</section>
-</div>
-<table class="foot">
- <tr>
- <td class="foot-date">April 26, 2017</td>
- <td class="foot-os">FreeBSD 15.0</td>
- </tr>
-</table>