diff options
Diffstat (limited to 'static/netbsd/man4/man4.pmax')
| -rw-r--r-- | static/netbsd/man4/man4.pmax/asc.4 3.html | 53 | ||||
| -rw-r--r-- | static/netbsd/man4/man4.pmax/autoconf.4 3.html | 45 | ||||
| -rw-r--r-- | static/netbsd/man4/man4.pmax/ibus.4 3.html | 53 | ||||
| -rw-r--r-- | static/netbsd/man4/man4.pmax/intro.4 2.html | 175 | ||||
| -rw-r--r-- | static/netbsd/man4/man4.pmax/pm.4 3.html | 42 | ||||
| -rw-r--r-- | static/netbsd/man4/man4.pmax/sii.4 3.html | 52 | ||||
| -rw-r--r-- | static/netbsd/man4/man4.pmax/xcfb.4 3.html | 41 |
7 files changed, 0 insertions, 461 deletions
diff --git a/static/netbsd/man4/man4.pmax/asc.4 3.html b/static/netbsd/man4/man4.pmax/asc.4 3.html deleted file mode 100644 index d123fc8a..00000000 --- a/static/netbsd/man4/man4.pmax/asc.4 3.html +++ /dev/null @@ -1,53 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">ASC(4)</td> - <td class="head-vol">Device Drivers Manual (pmax)</td> - <td class="head-rtitle">ASC(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">asc</code> — <span class="Nd">TURBOchannel - single-channel SCSI adapter</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">asc* at ioasic? offset ?</code> - <br/> - <code class="Cd">asc* at tc? slot ? offset ?</code> - <br/> - <code class="Cd">asc* at tcds? chip?</code> - <br/> - <code class="Cd">scsibus* at asc?</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">asc</code> driver provides support for the - NCR 53c94-based SCSI host adapter on the DECstation 5000 series, and for the - PMAZ-AA and related TURBOchannel SCSI-adapter option boards. The - <code class="Nm">asc</code> is a medium-performance implementation of the - SCSI-I common command set supporting synchronous and asynchronous SCSI - devices. The driver provides no support for targets with multiple Logical - Unit Numbers (LUNs).</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">cd(4)</a>, <a class="Xr">ch(4)</a>, - <a class="Xr">ioasic(4)</a>, <a class="Xr">pmax/intro(4)</a>, - <a class="Xr">scsi(4)</a>, <a class="Xr">sd(4)</a>, <a class="Xr">st(4)</a>, - <a class="Xr">tc(4)</a>, <a class="Xr">tcds(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">asc</code> driver first appeared in - <span class="Ux">4.4BSD</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> diff --git a/static/netbsd/man4/man4.pmax/autoconf.4 3.html b/static/netbsd/man4/man4.pmax/autoconf.4 3.html deleted file mode 100644 index 68a1138a..00000000 --- a/static/netbsd/man4/man4.pmax/autoconf.4 3.html +++ /dev/null @@ -1,45 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">AUTOCONF(4)</td> - <td class="head-vol">Device Drivers Manual (pmax)</td> - <td class="head-rtitle">AUTOCONF(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">autoconf</code> — - <span class="Nd">diagnostics from the autoconfiguration code</span></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> -<p class="Pp">When <span class="Ux">NetBSD</span> bootstraps it probes the - innards of the machine on which it is running and locates controllers, - drives, and other devices, printing out what it finds on the console. This - procedure is driven by a system configuration table which is processed by - <a class="Xr">config(1)</a> and compiled into each kernel. Devices which - exist in the machine but are not configured into the kernel are not - detected.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="DIAGNOSTICS"><a class="permalink" href="#DIAGNOSTICS">DIAGNOSTICS</a></h1> -<dl class="Bl-diag"> - <dt>CPU type (0x%x) not supported.</dt> - <dd>You tried to boot <span class="Ux">NetBSD</span> on a type of CPU type - which it doesn't (or at least this compiled version of - <span class="Ux">NetBSD</span> doesn't) understand.</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">config(1)</a>, <a class="Xr">pmax/intro(4)</a>, - <a class="Xr">boot(8)</a></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> diff --git a/static/netbsd/man4/man4.pmax/ibus.4 3.html b/static/netbsd/man4/man4.pmax/ibus.4 3.html deleted file mode 100644 index 3ef3b8d6..00000000 --- a/static/netbsd/man4/man4.pmax/ibus.4 3.html +++ /dev/null @@ -1,53 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">IBUS(4)</td> - <td class="head-vol">Device Drivers Manual (pmax)</td> - <td class="head-rtitle">IBUS(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">ibus</code> — <span class="Nd">pmax - internal I/O space 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">ibus0 at mainbus0</code> - <br/> - <code class="Cd">ibus0 at tc? slot ? offset ?</code></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> -<p class="Pp"><code class="Nm">ibus</code> is a virtual device corresponding to - the pmax internal I/O space found on DEC 2100, 3100, 5100 and 5000/200 - systems.</p> -<p class="Pp">Internal I/O space spans the pmax physical address space, and is - mapped permanently in the kernel virtual space at the very early time of the - kernel startup procedure.</p> -<p class="Pp"><code class="Nm">ibus</code> driver manages the internal I/O space - of pmax.</p> -<ul class="Bl-bullet Bd-indent"> - <li>Address range management to avoid confliction of address space of which - devices probe by touching hardware port is difficult.</li> - <li>Interrupt vector management.</li> - <li><a class="Xr">bus_space(9)</a> and <a class="Xr">bus_dma(9)</a> - implementation.</li> - <li>Other utility functions.</li> -</ul> -<p class="Pp"><code class="Nm">ibus</code> is always required to run the - <span class="Ux">NetBSD</span> kernel.</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">pmax/intro(4)</a>, <a class="Xr">bus_dma(9)</a>, - <a class="Xr">bus_space(9)</a></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> diff --git a/static/netbsd/man4/man4.pmax/intro.4 2.html b/static/netbsd/man4/man4.pmax/intro.4 2.html deleted file mode 100644 index 6b307c90..00000000 --- a/static/netbsd/man4/man4.pmax/intro.4 2.html +++ /dev/null @@ -1,175 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">INTRO(4)</td> - <td class="head-vol">Device Drivers Manual (pmax)</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 pmax 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 on the pmax - (MIPS-based DECstation/DECsystem) platform. 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">pmax/autoconf(4)</a>. A list of the supported devices is given - below.</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">pmax/autoconf(4)</a></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="SUPPORTED_SYSTEMS"><a class="permalink" href="#SUPPORTED_SYSTEMS">SUPPORTED - SYSTEMS</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>DECstation 2100 and 3100</dt> - <dd>also known as "PMIN" and "PMAX". The 2100 and 3100 - differ only in CPU clock speed.</dd> - <dt>DECsystem 5100</dt> - <dd>also known as "MIPSMATE".</dd> - <dt>DECstation 5000/200</dt> - <dd>also known as "3MAX". The 5000/200 has a 25 MHz R3000 and is the - first-generation TURBOchannel platform.</dd> - <dt>DECstation 5000/1xx</dt> - <dd>also known as "3MIN" or "kmin". The 5000/1xx comes in - 20 MHz, 25 MHz, and 33 MHz versions and is numbered appropriately. Two - 12.5 MHz TURBOchannel slots are provided.</dd> - <dt>DECstation 5000/xx</dt> - <dd>also known as "Personal DECstation" or "MAXINE". The - 5000/xx comes in 20 MHz, 25 MHz, and 33 MHz variants. A baseboard 1024x786 - framebuffer, and two 12.5 MHz TURBOchannel slots are provided.</dd> - <dt>DECstation 5000/240 and DECsystem 5900</dt> - <dd>also known as "3MAXPLUS". These systems have a 40 MHz R3400 CPU - and three 25 MHz TURBOchannel slots. The 5900 is an expanded-cabinet - version of the 5000/240.</dd> -</dl> -</div> -<p class="Pp">TURBOchannel systems (except the 5000/200) can be upgraded to an - R4000 or R4400 CPU by upgrading the CPU daughterboard.</p> -<p class="Pp">The Qbus-based DECsystem 5400 and 5500 are not supported.</p> -<p class="Pp">The multi-processor XMI-bus DECsystem 5800 is not supported.</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> -<p class="Pp"></p> -<div class="Bd-indent"> -<dl class="Bl-tag Bl-compact"> - <dt>asc</dt> - <dd>NCR 53c94-based SCSI interface, either on DECstation 5000-series baseboard - or PMAZ-AA SCSI option card.</dd> - <dt>bba</dt> - <dd>baseboard audio on 5000/xx systems.</dd> - <dt>dz</dt> - <dd>serial driver for DEC custom four-port serial device (dc7085 DZ-11 clone) - on the baseboard of DECstation 2100/3100, 5100, and 5000/200 systems.</dd> - <dt>zsc</dt> - <dd>serial driver for Zilog SCC asynchronous/synchronous devices on the - baseboard of DECstation 5000-series systems (excluding 5000/200).</dd> - <dt>le</dt> - <dd>Ethernet driver for baseboard or TURBOchannel option cards.</dd> - <dt>ioasic</dt> - <dd>Adaptor for the baseboard IO ASIC on second-generation TURBOchannel - machines. An ioasic must be configured on a 5000/1xx, 5000/xx, and - 5000/240 if support for baseboard devices or the TURBOchannel bus is - desired.</dd> - <dt>wsdisplay</dt> - <dd>Pseudo-device driver supporting glass-tty console emulation on DEC - framebuffers, DEC mice, and LK-201 family keyboards.</dd> - <dt>sii</dt> - <dd>DEC custom SCSI adaptor on DECstation 2100, 3100, and 5100.</dd> - <dt>pm</dt> - <dd>DECstation 2100/3100 baseboard framebuffer</dd> - <dt>tc</dt> - <dd>Adaptor for the TURBOchannel I/O expansion bus. This must be included if - any TURBOchannel option cards are supported, or for the baseboard Ethernet - and SCSI devices on a 5000/200.</dd> - <dt>cfb</dt> - <dd>PMAG-B TURBOchannel 1024x876 unaccelerated 2-D framebuffer.</dd> - <dt>sfb</dt> - <dd>PMAGB-BA TURBOchannel 1280x1024 accelerated framebuffer.</dd> - <dt>mfb</dt> - <dd>PMAG-AA TURBOchannel 1280x1024 mono/greyscale unaccelerated - framebuffer.</dd> - <dt>tfb</dt> - <dd>PMAG-JA and PMAG-RO TURBOchannel 1280x1024 unaccelerated framebuffer.</dd> - <dt>px</dt> - <dd>PMAG-C TURBOchannel 2-D accelerated graphics board.</dd> - <dt>pxg</dt> - <dd>PMAG-D, E and F TURBOchannel 2-D/3-D accelerated graphics boards.</dd> -</dl> -</div> -</section> -<section class="Sh"> -<h1 class="Sh" id="UNSUPPORTED_DEVICES"><a class="permalink" href="#UNSUPPORTED_DEVICES">UNSUPPORTED - DEVICES</a></h1> -<p class="Pp">The following devices are not supported, due to unavailability of - either documentation or sample hardware:</p> -<p class="Pp"></p> -<div class="Bd-indent"> -<dl class="Bl-tag Bl-compact"> - <dt>LoFi</dt> - <dd>DEC Western Research Labs audio card</dd> -</dl> -</div> -<p class="Pp">The floppy-disk drive on the MAXINE baseboard is currently not - supported.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1> -<p class="Pp">This pmax <code class="Nm">intro</code> appeared in - <span class="Ux">NetBSD 1.2</span>.</p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">July 28, 2017</td> - <td class="foot-os">NetBSD 10.1</td> - </tr> -</table> diff --git a/static/netbsd/man4/man4.pmax/pm.4 3.html b/static/netbsd/man4/man4.pmax/pm.4 3.html deleted file mode 100644 index ba944712..00000000 --- a/static/netbsd/man4/man4.pmax/pm.4 3.html +++ /dev/null @@ -1,42 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">PM(4)</td> - <td class="head-vol">Device Drivers Manual (pmax)</td> - <td class="head-rtitle">PM(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">pm</code> — <span class="Nd">DECstation - 2100/3100 baseboard framebuffer</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">pm* at ibus? addr ?</code> - <br/> - <code class="Cd">wsdisplay* at pm?</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">pm</code> driver provides support for the - 2100/3100 baseboard framebuffer. It can operate as either a monochrome - framebuffer (with memory part number VFB01) or an 8 bpp colour framebuffer - (with memory part number VFB02). Both provide 16x16 hardware sprite - cursor.</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">cfb(4)</a>, <a class="Xr">mfb(4)</a>, - <a class="Xr">pmax/xcfb(4)</a>, <a class="Xr">px(4)</a>, - <a class="Xr">pxg(4)</a>, <a class="Xr">sfb(4)</a>, <a class="Xr">tc(4)</a>, - <a class="Xr">tfb(4)</a>, <a class="Xr">wscons(4)</a></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> diff --git a/static/netbsd/man4/man4.pmax/sii.4 3.html b/static/netbsd/man4/man4.pmax/sii.4 3.html deleted file mode 100644 index 7076f288..00000000 --- a/static/netbsd/man4/man4.pmax/sii.4 3.html +++ /dev/null @@ -1,52 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">SII(4)</td> - <td class="head-vol">Device Drivers Manual (pmax)</td> - <td class="head-rtitle">SII(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">sii</code> — <span class="Nd">SII SCSI - adaptor</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">sii* at ibus0 addr ?</code> - <br/> - <code class="Cd">scsibus* at sii?</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">sii</code> driver provides support for the - DEC SII SCSI adaptor ASIC used in the DECstation 2100, 3100, and 5100.</p> -<p class="Pp">The <code class="Nm">sii</code> is a medium-performance - implementation of the SCSI-I common command set supporting synchronous and - asynchronous SCSI devices.</p> -<p class="Pp">The SII cabling is unusual: the bulkhead connector is very similar - to a standard submicro wide SCSI-II connector, but has the other gender.</p> -<p class="Pp">The <code class="Nm">sii</code> chip only supports DMA to or from - a fixed window in memory. The driver uses this "window" area as a - bounce buffer, copying data to and from the DMA region.</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">cd(4)</a>, <a class="Xr">ch(4)</a>, - <a class="Xr">pmax/ibus(4)</a>, <a class="Xr">pmax/intro(4)</a>, - <a class="Xr">scsi(4)</a>, <a class="Xr">sd(4)</a>, - <a class="Xr">st(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">sii</code> driver first appeared in - <span class="Ux">4.4BSD</span>.</p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">July 28, 2017</td> - <td class="foot-os">NetBSD 10.1</td> - </tr> -</table> diff --git a/static/netbsd/man4/man4.pmax/xcfb.4 3.html b/static/netbsd/man4/man4.pmax/xcfb.4 3.html deleted file mode 100644 index 4533b533..00000000 --- a/static/netbsd/man4/man4.pmax/xcfb.4 3.html +++ /dev/null @@ -1,41 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">XCFB(4)</td> - <td class="head-vol">Device Drivers Manual (pmax)</td> - <td class="head-rtitle">XCFB(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">xcfb</code> — <span class="Nd">DECstation - 5000/xx PMAG-DV colour framebuffer</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">xcfb* at tc? slot ? offset ?</code> - <br/> - <code class="Cd">wsdisplay* at xcfb?</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">xcfb</code> driver provides support for the - PMAG-DV framebuffer found on the DECstation 5000/xx baseboard. It is an 8 - bpp colour framebuffer capable of running at a resolution of 1024-by-768 at - 66 Hz.</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">cfb(4)</a>, <a class="Xr">mfb(4)</a>, - <a class="Xr">pmax/pm(4)</a>, <a class="Xr">px(4)</a>, - <a class="Xr">pxg(4)</a>, <a class="Xr">sfb(4)</a>, <a class="Xr">tc(4)</a>, - <a class="Xr">tfb(4)</a>, <a class="Xr">wscons(4)</a></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> |
