summaryrefslogtreecommitdiff
path: root/static/netbsd/man4/irframetty.4 4.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/netbsd/man4/irframetty.4 4.html')
-rw-r--r--static/netbsd/man4/irframetty.4 4.html59
1 files changed, 0 insertions, 59 deletions
diff --git a/static/netbsd/man4/irframetty.4 4.html b/static/netbsd/man4/irframetty.4 4.html
deleted file mode 100644
index 608be92a..00000000
--- a/static/netbsd/man4/irframetty.4 4.html
+++ /dev/null
@@ -1,59 +0,0 @@
-<table class="head">
- <tr>
- <td class="head-ltitle">IRFRAMETTY(4)</td>
- <td class="head-vol">Device Drivers Manual</td>
- <td class="head-rtitle">IRFRAMETTY(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">irframetty</code> &#x2014; <span class="Nd">IrDA
- frame over serial line driver</span></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<p class="Pp"><code class="Cd">pseudo-device irframetty</code></p>
-<p class="Pp">
- <br/>
- <code class="In">#include &lt;<a class="In">dev/irdaio.h</a>&gt;</code></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<p class="Pp">The <code class="Nm">irframetty</code> driver provides a
- <a class="Xr">tty(4)</a> line discipline to send and receive IrDA frames
- over a serial line via an IrDA dongle.</p>
-<p class="Pp">Access to the frames is via the <a class="Xr">irframe(4)</a>
- driver.</p>
-<p class="Pp">Different dongles require different handling. The connected dongle
- type can be set with <a class="Xr">ioctl(2)</a> calls:</p>
-<dl class="Bl-tag">
- <dt id="IRFRAMETTY_SET_DONGLE"><a class="permalink" href="#IRFRAMETTY_SET_DONGLE"><code class="Dv">IRFRAMETTY_SET_DONGLE</code></a>
- <var class="Fa">(int)</var></dt>
- <dd>Set the dongle type. See the include file for possible dongles.</dd>
- <dt id="IRFRAMETTY_GET_DONGLE"><a class="permalink" href="#IRFRAMETTY_GET_DONGLE"><code class="Dv">IRFRAMETTY_GET_DONGLE</code></a>
- <var class="Fa">(int)</var></dt>
- <dd>Get the dongle type.</dd>
- <dt id="IRFRAMETTY_GET_DEVICE"><a class="permalink" href="#IRFRAMETTY_GET_DEVICE"><code class="Dv">IRFRAMETTY_GET_DEVICE</code></a>
- <var class="Fa">(int)</var></dt>
- <dd>Get the number of the <a class="Xr">irframe(4)</a> device that must be
- used to access the frames.</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">irframe(4)</a>, <a class="Xr">irdaattach(8)</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">irframetty</code> driver appeared in
- <span class="Ux">NetBSD 1.6</span>.</p>
-</section>
-</div>
-<table class="foot">
- <tr>
- <td class="foot-date">December 3, 2001</td>
- <td class="foot-os">NetBSD 10.1</td>
- </tr>
-</table>