diff options
Diffstat (limited to 'static/netbsd/man4/man4.amiga/efa.4 3.html')
| -rw-r--r-- | static/netbsd/man4/man4.amiga/efa.4 3.html | 106 |
1 files changed, 0 insertions, 106 deletions
diff --git a/static/netbsd/man4/man4.amiga/efa.4 3.html b/static/netbsd/man4/man4.amiga/efa.4 3.html deleted file mode 100644 index 35787b17..00000000 --- a/static/netbsd/man4/man4.amiga/efa.4 3.html +++ /dev/null @@ -1,106 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">EFA(4)</td> - <td class="head-vol">Device Drivers Manual (amiga)</td> - <td class="head-rtitle">EFA(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">efa</code> — <span class="Nd">ELBOX - FastATA 1200 IDE disk controller 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">efa0 at mainbus0</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">efa</code> driver provides support for the - FastATA 1200 family of IDE controllers and provides the interface with the - hardware for the <a class="Xr">ata(4)</a> driver. PIO modes 0, 3, 4 and 5 - are supported.</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">efa</code> driver supports the following - hardware:</p> -<div class="Bd-indent"> -<dl class="Bl-tag"> - <dt id="ELBOX"><a class="permalink" href="#ELBOX"><i class="Em">ELBOX FastATA - 1200 Mk-III</i></a></dt> - <dd style="width: auto;"> </dd> - <dt id="ELBOX~2"><a class="permalink" href="#ELBOX~2"><i class="Em">ELBOX - FastATA 1200 Mk-IV</i></a></dt> - <dd style="width: auto;"> </dd> - <dt id="ELBOX~3"><a class="permalink" href="#ELBOX~3"><i class="Em">ELBOX - FastATA 1200 Mk-IV CF/SATA</i></a></dt> - <dd style="width: auto;"> </dd> -</dl> -</div> -</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">ata(4)</a>, <a class="Xr">wdc(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">efa</code> device first appeared in - <span class="Ux">NetBSD 6.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">efa</code> driver was written by - <span class="An">Radoslaw Kujawa</span> - <<a class="Mt" href="mailto:radoslaw.kujawa@gmail.com">radoslaw.kujawa@gmail.com</a>>.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="CAVEATS"><a class="permalink" href="#CAVEATS">CAVEATS</a></h1> -<p class="Pp">Older versions of FastATA 1200 are NOT supported:</p> -<div class="Bd-indent"> -<dl class="Bl-tag"> - <dt id="ELBOX~4"><a class="permalink" href="#ELBOX~4"><i class="Em">ELBOX - FastATA 1200 Mk-I</i></a></dt> - <dd style="width: auto;"> </dd> - <dt id="ELBOX~5"><a class="permalink" href="#ELBOX~5"><i class="Em">ELBOX - FastATA 1200 Lite</i></a></dt> - <dd style="width: auto;"> </dd> - <dt id="ELBOX~6"><a class="permalink" href="#ELBOX~6"><i class="Em">ELBOX - FastATA 1200 GOLD</i></a></dt> - <dd style="width: auto;"> </dd> - <dt id="ELBOX~7"><a class="permalink" href="#ELBOX~7"><i class="Em">ELBOX - FastATA 1200 Mk-II</i></a></dt> - <dd style="width: auto;"> </dd> -</dl> -</div> -<p class="Pp">These devices do not generate hardware interrupts and need to be - driven in non-standard polling mode. Code needed to support it is present in - driver but does not work correctly.</p> -<p class="Pp">Some of the above devices were also marketed under PowerFlyer and - Winner brands.</p> -<p class="Pp">The onboard Gayle IDE controller can not be used when FastATA is - installed and therefore, the <code class="Nm">efa</code> driver will not - coexist with <a class="Xr">wdc(4)</a> driver attached to - <a class="Xr">mainbus(4)</a>. Both <code class="Nm">efa</code> and - <a class="Xr">wdc(4)</a> can be enabled in the same kernel, but only one - will attach (depending on the return value of probe function in the - <code class="Nm">efa</code> driver).</p> -<p class="Pp">DMA modes are not supported, this is a hardware limitation.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="BUGS"><a class="permalink" href="#BUGS">BUGS</a></h1> -<p class="Pp">Performance is worse than with official AmigaOS driver from - ELBOX.</p> -<p class="Pp">Disks partitioned in split mode, which is specific to official - AmigaOS FastATA driver, are not recognized in - <span class="Ux">NetBSD</span>.</p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">April 13, 2012</td> - <td class="foot-os">NetBSD 10.1</td> - </tr> -</table> |
