diff options
Diffstat (limited to 'static/netbsd/man4/man4.mvme68k/intro.4 3.html')
| -rw-r--r-- | static/netbsd/man4/man4.mvme68k/intro.4 3.html | 113 |
1 files changed, 0 insertions, 113 deletions
diff --git a/static/netbsd/man4/man4.mvme68k/intro.4 3.html b/static/netbsd/man4/man4.mvme68k/intro.4 3.html deleted file mode 100644 index 337d5293..00000000 --- a/static/netbsd/man4/man4.mvme68k/intro.4 3.html +++ /dev/null @@ -1,113 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">INTRO(4)</td> - <td class="head-vol">Device Drivers Manual (mvme68k)</td> - <td class="head-rtitle">INTRO(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">intro</code> — - <span class="Nd">introduction to mvme68k special files and hardware - support</span></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> -<p class="Pp">This section describes the special files, related driver - functions, and networking support available in the system. In this part of - the manual, the SYNOPSIS section of each configurable device gives a sample - specification for use in constructing a system description for the - <a class="Xr">config(1)</a> program. The DIAGNOSTICS section lists messages - which may appear on the console and/or in the system error log - <span class="Pa">/var/log/messages</span> due to errors in device operation; - see <a class="Xr">syslogd(8)</a> for more information.</p> -<p class="Pp">This section contains both devices which may be configured into - the system and network related information. The networking support is - introduced in <a class="Xr">netintro(4)</a>.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="MVME68K_DEVICE_SUPPORT"><a class="permalink" href="#MVME68K_DEVICE_SUPPORT">MVME68K - DEVICE SUPPORT</a></h1> -<p class="Pp">This section describes the hardware supported on the Motorola - MVME68K series of single board computers . Software support for these - devices comes in two forms. A hardware device may be supported with a - character or block - <a class="permalink" href="#device"><i class="Em" id="device">device - driver</i></a>, or it may be used within the networking subsystem and have a - <a class="permalink" href="#network"><i class="Em" id="network">network - interface driver</i></a>. Block and character devices are accessed through - files in the file system of a special type; see <a class="Xr">mknod(8)</a>. - Network interfaces are indirectly accessed through the interprocess - communication facilities provided by the system; see - <a class="Xr">socket(2)</a>.</p> -<p class="Pp">A hardware device is identified to the system at configuration - time and the appropriate device or network interface driver is then compiled - into the system. When the resultant system is booted, the autoconfiguration - facilities in the system probe for the device and, if found, enable the - software support for it. If a device does not respond at autoconfiguration - time it is not accessible at any time afterwards. To enable a device which - did not autoconfigure, the system will have to be rebooted.</p> -<p class="Pp">The autoconfiguration system is described in - <a class="Xr">mvme68k/autoconf(4)</a>. A list of the supported devices is - given below.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="LIST_OF_DEVICES"><a class="permalink" href="#LIST_OF_DEVICES">LIST - OF DEVICES</a></h1> -<p class="Pp">The devices listed below are supported in this incarnation of the - system. Devices are indicated by their functional interface. Not all - supported devices are listed.</p> -<div class="Bd-indent"> -<dl class="Bl-tag Bl-compact"> - <dt id="clmpcc"><a class="permalink" href="#clmpcc"><i class="Em">clmpcc</i></a></dt> - <dd>Cirrus Logic CD2401 four channel Communications controller</dd> - <dt id="clock"><a class="permalink" href="#clock"><i class="Em">clock</i></a></dt> - <dd>Hardware counter/timer clock driver</dd> - <dt id="ie"><a class="permalink" href="#ie"><i class="Em">ie</i></a></dt> - <dd>Intel 82596-based Ethernet interface</dd> - <dt id="kmem"><a class="permalink" href="#kmem"><i class="Em">kmem</i></a></dt> - <dd>kernel virtual memory</dd> - <dt id="le"><a class="permalink" href="#le"><i class="Em">le</i></a></dt> - <dd>AMD Lance-based Ethernet interface</dd> - <dt id="lpt"><a class="permalink" href="#lpt"><i class="Em">lpt</i></a></dt> - <dd>Onboard parallel printer interface</dd> - <dt id="mem"><a class="permalink" href="#mem"><i class="Em">mem</i></a></dt> - <dd>physical memory</dd> - <dt id="mcchip"><a class="permalink" href="#mcchip"><i class="Em">mcchip</i></a></dt> - <dd>MVME162 and MVME172 MCChip (similar to PCCchip2)</dd> - <dt id="ncrsc"><a class="permalink" href="#ncrsc"><i class="Em">ncrsc</i></a></dt> - <dd>NCR 53c710 SCSI I/O Processor</dd> - <dt id="pcc"><a class="permalink" href="#pcc"><i class="Em">pcc</i></a></dt> - <dd>MVME147 PCC Chip</dd> - <dt id="pcctwo"><a class="permalink" href="#pcctwo"><i class="Em">pcctwo</i></a></dt> - <dd>MVME167 and MVME177 PCCchip2</dd> - <dt id="vmepcc"><a class="permalink" href="#vmepcc"><i class="Em">vmepcc</i></a></dt> - <dd>MVME147 VMEbus interface chip</dd> - <dt id="vmetwo"><a class="permalink" href="#vmetwo"><i class="Em">vmetwo</i></a></dt> - <dd>MVME1[67]x Enhanced VMEbus interface chip</dd> - <dt id="wdsc"><a class="permalink" href="#wdsc"><i class="Em">wdsc</i></a></dt> - <dd>WD33c93 SCSI Bus Interface Controller</dd> - <dt id="zsc"><a class="permalink" href="#zsc"><i class="Em">zsc</i></a></dt> - <dd>Zilog Z8530 Dual-port Serial Interface on MVME147 and MVME162</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">config(1)</a>, - <a class="Xr">mvme68k/autoconf(4)</a></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1> -<p class="Pp">The mvme68k <code class="Nm">intro</code> man page first appeared - in <span class="Ux">NetBSD 1.5</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> |
