diff options
Diffstat (limited to 'static/netbsd/man4/man4.vax/dmv.4 4.html')
| -rw-r--r-- | static/netbsd/man4/man4.vax/dmv.4 4.html | 93 |
1 files changed, 0 insertions, 93 deletions
diff --git a/static/netbsd/man4/man4.vax/dmv.4 4.html b/static/netbsd/man4/man4.vax/dmv.4 4.html deleted file mode 100644 index d36d3592..00000000 --- a/static/netbsd/man4/man4.vax/dmv.4 4.html +++ /dev/null @@ -1,93 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">DMV(4)</td> - <td class="head-vol">Device Drivers Manual (vax)</td> - <td class="head-rtitle">DMV(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">dmv</code> — <span class="Nd">DEC DMV-11 - point-to-point serial communications device</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">dmv0 at uba0 csr 167000 vector dmvrint - dmvxint</code></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> -<p class="Pp">NOTE: This driver has not been ported from - <span class="Ux">4.4BSD</span> yet.</p> -<p class="Pp">The <code class="Nm">dmv</code> interface provides access to a - point-to-point communications device which runs at up to 56 Kb/s. DMV-11s - communicate using the DEC DDCMP link layer protocol.</p> -<p class="Pp">The host's address must be specified with an - <code class="Dv">SIOCSIFADDR</code> <a class="Xr">ioctl(2)</a>, and the - destination address specified with a <code class="Dv">SIOCSIFDSTADDR</code> - <a class="Xr">ioctl(2)</a>, before the interface will transmit or receive - any packets.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="ROUTING"><a class="permalink" href="#ROUTING">ROUTING</a></h1> -<p class="Pp">The driver places a HOST entry in the kernel routing tables for - the address given in the <code class="Dv">SIOCSIFDSTADDR</code> - <a class="Xr">ioctl(2)</a>. To use the DMV as a link between local nets, the - route to the remote net must be added manually with the - <a class="Xr">route(8)</a> command, or by the use of the routing process - <a class="Xr">routed(8)</a> on each end of the link.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="DIAGNOSTICS"><a class="permalink" href="#DIAGNOSTICS">DIAGNOSTICS</a></h1> -<dl class="Bl-diag"> - <dt>dmvprobe: can't start device.</dt> - <dd></dd> - <dt>dmvprobe: device init failed, bsel4=%o, bsel6=%o.</dt> - <dd>The probe routine was unable to start the device.</dd> - <dt>dmvinit: dmv%d not running.</dt> - <dd></dd> - <dt>dmvrestart: can't start device.</dt> - <dd></dd> - <dt>dmv%d: device init failed, bsel4=%o, bsel6=%o.</dt> - <dd>The initialization/restart routine was unable to start the device.</dd> - <dt>dmv%d: far end on-line.</dt> - <dd>The other end of the connection has come online.</dd> - <dt>dmv%d: far end restart.</dt> - <dd>The other end of the line has restarted.</dd> - <dt id="dmvload">dmv%d: bad control %o.</dt> - <dd>A bad parameter was passed to the - <a class="permalink" href="#dmvload"><i class="Em">dmvload</i></a> - routine.</dd> - <dt>dmvxint: dmv%d bad rcv pkt addr 0x%x len 0x%x.</dt> - <dd>A bad packet was received.</dd> - <dt>dmv%d: bad packet address 0x%x.</dt> - <dd>An input packet was received which contained a type of address unknown to - the driver.</dd> - <dt>dmvxint: dmv%d unallocated packet 0x%x.</dt> - <dd>A protocol error has occurred with the board.</dd> - <dt>dmvoutput, dmv%d can't handle af%d.</dt> - <dd>A packet for an unsupported address family has been sent.</dd> - <dt>dmv%d: output timeout, bsel0=%b bsel2=%b.</dt> - <dd>A device timeout occurred.</dd> -</dl> -<p class="Pp">Numerous other device errors may be displayed.</p> -</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">inet(4)</a>, <a class="Xr">vax/dmc(4)</a>, - <a class="Xr">vax/intro(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">dmv</code> driver appeared in - <span class="Ux">4.3BSD-Tahoe</span>.</p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">February 17, 2017</td> - <td class="foot-os">NetBSD 10.1</td> - </tr> -</table> |
