diff options
Diffstat (limited to 'static/netbsd/man4/man4.sgimips/intro.4 3.html')
| -rw-r--r-- | static/netbsd/man4/man4.sgimips/intro.4 3.html | 140 |
1 files changed, 0 insertions, 140 deletions
diff --git a/static/netbsd/man4/man4.sgimips/intro.4 3.html b/static/netbsd/man4/man4.sgimips/intro.4 3.html deleted file mode 100644 index eb137960..00000000 --- a/static/netbsd/man4/man4.sgimips/intro.4 3.html +++ /dev/null @@ -1,140 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">INTRO(4)</td> - <td class="head-vol">Device Drivers Manual (sgimips)</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 sgimips 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="DEVICE_SUPPORT"><a class="permalink" href="#DEVICE_SUPPORT">DEVICE - SUPPORT</a></h1> -<p class="Pp">This section describes the hardware supported by - <span class="Ux">NetBSD</span>/sgimips. 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 must be rebooted.</p> -<p class="Pp">The autoconfiguration system is described in - <a class="Xr">autoconf(4)</a>. A list of the supported devices is given - below.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="HARDWARE"><a class="permalink" href="#HARDWARE">HARDWARE</a></h1> -<p class="Pp">The following systems are supported:</p> -<p class="Pp"></p> -<div class="Bd-indent"> -<dl class="Bl-tag Bl-compact"> - <dt>O2</dt> - <dd>IP32 (“Moosehead”)</dd> - <dt>Indy/Challenge S</dt> - <dd>IP24 (“Guinness”)</dd> - <dt>Indigo 2/Challenge M</dt> - <dd>IP22 (“Fullhouse”)</dd> - <dt>Indigo R4k</dt> - <dd>IP20 (“Blackjack”)</dd> - <dt>Indigo R3k</dt> - <dd>IP12 (“Hollywood”)</dd> - <dt>Personal Iris 4D/3x</dt> - <dd>IP12 (“Magnum”)</dd> -</dl> -</div> -</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> -<p class="Pp"></p> -<div class="Bd-indent"> -<dl class="Bl-tag Bl-compact"> - <dt>crime</dt> - <dd>found on the O2</dd> - <dt>dpclock</dt> - <dd>real-time clock</dd> - <dt>dsclock</dt> - <dd>real-time clock</dd> - <dt>gio</dt> - <dd>PCI-like bus</dd> - <dt>hpc</dt> - <dd>High performance Peripheral Controller</dd> - <dt>imc</dt> - <dd>Indigo R4k/Indy/Challenge S/Indigo2 bus arbiter</dd> - <dt>mace</dt> - <dd>found on the O2</dd> - <dt>mec</dt> - <dd>O2 MAC110 ethernet</dd> - <dt>newport</dt> - <dd>entry framebuffer on Indy and Indigo2</dd> - <dt>pic</dt> - <dd>Personal Iris 4D/3x and Indigo R3k bus arbiter</dd> - <dt>sq</dt> - <dd>SEEQ 8003/80C03 ethernet</dd> - <dt>tl</dt> - <dd>Set Engineering GIO 100baseTX Fast Ethernet</dd> - <dt>tlp</dt> - <dd>Phobos G130/G160 10/100 GIO Fast Ethernet</dd> - <dt>wdsc</dt> - <dd>WD33C93 SCSI interface</dd> -</dl> -</div> -<p class="Pp">PCI devices are supported through the <a class="Xr">pci(4)</a> bus - and associated device drivers.</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">config(1)</a>, <a class="Xr">autoconf(4)</a>, - <a class="Xr">sgimips/crime(4)</a>, <a class="Xr">sgimips/dpclock(4)</a>, - <a class="Xr">sgimips/dsclock(4)</a>, <a class="Xr">sgimips/gio(4)</a>, - <a class="Xr">sgimips/hpc(4)</a>, <a class="Xr">sgimips/imc(4)</a>, - <a class="Xr">sgimips/mace(4)</a>, <a class="Xr">sgimips/mec(4)</a>, - <a class="Xr">sgimips/newport(4)</a>, <a class="Xr">sgimips/pic(4)</a>, - <a class="Xr">sgimips/sq(4)</a>, <a class="Xr">sgimips/wdsc(4)</a>, - <a class="Xr">tlp(4)</a></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1> -<p class="Pp">This sgimips <code class="Nm">intro</code> appeared in - <span class="Ux">NetBSD 2.0</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> |
