diff options
Diffstat (limited to 'static/netbsd/man4/ioat.4 4.html')
| -rw-r--r-- | static/netbsd/man4/ioat.4 4.html | 72 |
1 files changed, 0 insertions, 72 deletions
diff --git a/static/netbsd/man4/ioat.4 4.html b/static/netbsd/man4/ioat.4 4.html deleted file mode 100644 index 7e0182bc..00000000 --- a/static/netbsd/man4/ioat.4 4.html +++ /dev/null @@ -1,72 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">IOAT(4)</td> - <td class="head-vol">Device Drivers Manual</td> - <td class="head-rtitle">IOAT(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">ioat</code> — - <span class="Nd">multiplexing serial communications interface</span></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> -<p class="Pp">For 6-port BOCA IOAT66 board:</p> -<p class="Pp"> - <br/> - <code class="Cd">ioat0 at isa? port 0x220 irq 5</code> - <br/> - <code class="Cd">com2 at ioat? slave ?</code> - <br/> - <code class="Cd">com3 at ioat? slave ?</code> - <br/> - <code class="Cd">com4 at ioat? slave ?</code> - <br/> - <code class="Cd">com5 at ioat? slave ?</code> - <br/> - <code class="Cd">com6 at ioat? slave ?</code> - <br/> - <code class="Cd">com7 at ioat? slave ?</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">ioat</code> driver provides support for BOCA - Research IOAT66 boards that multiplex together up to six EIA RS-232C (CCITT - V.28) communications interfaces.</p> -<p class="Pp">Each <code class="Nm">ioat</code> device is the master device for - up to six <code class="Nm">com</code> devices. The kernel configuration - specifies these <code class="Nm">com</code> devices as slave devices of the - <code class="Nm">ioat</code> device, as shown in the synopsis. The slave ID - given for each <code class="Nm">com</code> device determines which bit in - the interrupt multiplexing register is tested to find interrupts for that - device. The port specification for the <code class="Nm">ioat</code> device - is used to compute the base addresses for the <code class="Nm">com</code> - subdevices. The port for the interrupt multiplexing register is not - programmable.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="FILES"><a class="permalink" href="#FILES">FILES</a></h1> -<dl class="Bl-tag"> - <dt><span class="Pa">/dev/tty??</span></dt> - <dd style="width: auto;"> </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">com(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">ioat</code> driver was adapted from the boca - driver by Michael Richardson.</p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">January 24, 2000</td> - <td class="foot-os">NetBSD 10.1</td> - </tr> -</table> |
