diff options
Diffstat (limited to 'static/netbsd/man4/man4.sparc')
31 files changed, 0 insertions, 2032 deletions
diff --git a/static/netbsd/man4/man4.sparc/apc.4 4.html b/static/netbsd/man4/man4.sparc/apc.4 4.html deleted file mode 100644 index 8981559e..00000000 --- a/static/netbsd/man4/man4.sparc/apc.4 4.html +++ /dev/null @@ -1,41 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">APC(4)</td> - <td class="head-vol">Device Drivers Manual (sparc)</td> - <td class="head-rtitle">APC(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">apc</code> — <span class="Nd">Aurora - personality chip device 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">apc0 at sbus0 slot 15 offset 0xa000000</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">apc</code> driver provides support for the - power management functions of the Aurora Personality Chip found in - SPARCstation 4 and SPARCstation 5 systems, and also emulated by QEMU. The - driver will idle the emulator when the emulated CPUs are idle.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="NOTES"><a class="permalink" href="#NOTES">NOTES</a></h1> -<p class="Pp">The driver does not support controlling the fan speed nor the - convenience power outlet.</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">sbus(4)</a></p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">May 5, 2025</td> - <td class="foot-os">NetBSD 10.1</td> - </tr> -</table> diff --git a/static/netbsd/man4/man4.sparc/audioamd.4 4.html b/static/netbsd/man4/man4.sparc/audioamd.4 4.html deleted file mode 100644 index 034c1afd..00000000 --- a/static/netbsd/man4/man4.sparc/audioamd.4 4.html +++ /dev/null @@ -1,42 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">AUDIOAMD(4)</td> - <td class="head-vol">Device Drivers Manual (sparc)</td> - <td class="head-rtitle">AUDIOAMD(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">audioamd</code> — - <span class="Nd">baseboard audio device 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">audioamd0 at mainbus0</code> - <br/> - <code class="Cd">audioamd0 at obio0</code> - <br/> - <code class="Cd">audioamd0 at sbus0 slot ? offset ?</code> - <br/> - <code class="Cd">audio* at audioamd0</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">audioamd</code> driver provides support for - the baseboard audio found on sun4c and sun4m systems. The baseboard audio - driver is based on the AMD 79c30 ISDN and audio interface. The interface is - only capable of playing and recording 8kHz mu-law audio.</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">audio(4)</a>, <a class="Xr">sbus(4)</a></p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">January 31, 2020</td> - <td class="foot-os">NetBSD 10.1</td> - </tr> -</table> diff --git a/static/netbsd/man4/man4.sparc/autoconf.4 4.html b/static/netbsd/man4/man4.sparc/autoconf.4 4.html deleted file mode 100644 index fcf1ddd9..00000000 --- a/static/netbsd/man4/man4.sparc/autoconf.4 4.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 (sparc)</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 class not configured.</dt> - <dd>You tried to boot <span class="Ux">NetBSD</span> on a class 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">sparc/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.sparc/auxreg.4 3.html b/static/netbsd/man4/man4.sparc/auxreg.4 3.html deleted file mode 100644 index ae45bbea..00000000 --- a/static/netbsd/man4/man4.sparc/auxreg.4 3.html +++ /dev/null @@ -1,46 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">AUXREG(4)</td> - <td class="head-vol">Device Drivers Manual (sparc)</td> - <td class="head-rtitle">AUXREG(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">auxreg</code> — <span class="Nd">Sun SPARC - auxiliary register</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">auxreg0 at mainbus0 # sun4c</code> - <br/> - <code class="Cd">auxreg0 at obio0 # sun4m</code> - <br/> - <code class="Cd">options BLINK</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">auxreg</code> device contains controls for - the front panel LED and various status bits for the SPARC - <a class="Xr">sparc/fdc(4)</a> floppy controller.</p> -<p class="Pp"><code class="Cd">options BLINK</code> Force the front panel LED to - blink.</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">sparc/fdc(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">auxreg</code> appeared in - <span class="Ux">NetBSD 1.0</span>.</p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">February 24, 2006</td> - <td class="foot-os">NetBSD 10.1</td> - </tr> -</table> diff --git a/static/netbsd/man4/man4.sparc/bpp.4 4.html b/static/netbsd/man4/man4.sparc/bpp.4 4.html deleted file mode 100644 index 1ee22204..00000000 --- a/static/netbsd/man4/man4.sparc/bpp.4 4.html +++ /dev/null @@ -1,35 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">BPP(4)</td> - <td class="head-vol">Device Drivers Manual (sparc)</td> - <td class="head-rtitle">BPP(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">bpp</code> — <span class="Nd">parallel - port 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">bpp0 at sbus?</code></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> -<p class="Pp">This driver provides access to parallel ports.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="FILES"><a class="permalink" href="#FILES">FILES</a></h1> -<dl class="Bl-tag Bl-compact"> - <dt><span class="Pa">/dev/bpp</span></dt> - <dd style="width: auto;"> </dd> -</dl> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">November 28, 2002</td> - <td class="foot-os">NetBSD 10.1</td> - </tr> -</table> diff --git a/static/netbsd/man4/man4.sparc/bwtwo.4 4.html b/static/netbsd/man4/man4.sparc/bwtwo.4 4.html deleted file mode 100644 index 865e7acf..00000000 --- a/static/netbsd/man4/man4.sparc/bwtwo.4 4.html +++ /dev/null @@ -1,36 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">BWTWO(4)</td> - <td class="head-vol">Device Drivers Manual (sparc)</td> - <td class="head-rtitle">BWTWO(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">bwtwo</code> — <span class="Nd">Sun - monochromatic frame buffer</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">bwtwo* at sbus? slot ? offset ?</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">bwtwo</code> is a memory based black and - white frame buffer. It supports the minimal ioctl's needed to run - <a class="Xr">Xorg(1)</a>.</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">sparc/cgsix(4)</a>, - <a class="Xr">sparc/cgthree(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.sparc/cgeight.4 4.html b/static/netbsd/man4/man4.sparc/cgeight.4 4.html deleted file mode 100644 index 09fc21ee..00000000 --- a/static/netbsd/man4/man4.sparc/cgeight.4 4.html +++ /dev/null @@ -1,44 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">CGEIGHT(4)</td> - <td class="head-vol">Device Drivers Manual (sparc)</td> - <td class="head-rtitle">CGEIGHT(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">cgeight</code> — <span class="Nd">Sun - 24-bit color frame buffer</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">cgeight0 at obio0 addr 0xfb300000 level 4</code> - (sun4/300) - <br/> - <code class="Cd">cgeight0 at obio0 addr 0x0b300000 level 4</code> - (sun4/100)</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">cgeight</code> is a memory based color frame - buffer. Its pixel memory can be mapped into a user process address space by - using the <a class="Xr">mmap(2)</a> system call. The - <code class="Nm">cgeight</code> driver supports the minimal ioctl's needed - to run <a class="Xr">Xorg(1)</a>.</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">sparc/bwtwo(4)</a>, - <a class="Xr">sparc/cgfour(4)</a>, <a class="Xr">sparc/cgsix(4)</a>, - <a class="Xr">sparc/cgthree(4)</a>, <a class="Xr">sparc/cgtwo(4)</a>, - <a class="Xr">sparc/tcx(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.sparc/cgfour.4 4.html b/static/netbsd/man4/man4.sparc/cgfour.4 4.html deleted file mode 100644 index 027f52fc..00000000 --- a/static/netbsd/man4/man4.sparc/cgfour.4 4.html +++ /dev/null @@ -1,44 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">CGFOUR(4)</td> - <td class="head-vol">Device Drivers Manual (sparc)</td> - <td class="head-rtitle">CGFOUR(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">cgfour</code> — <span class="Nd">Sun 8-bit - color frame buffer</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">cgfour0 at obio0 addr 0xfb300000 level 4</code> - (sun4/300) - <br/> - <code class="Cd">cgfour0 at obio0 addr 0x0b300000 level 4</code> - (sun4/100)</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">cgfour</code> is a memory based color frame - buffer with overlay plane. Its pixel memory and control planes can be mapped - into a user process address space by using the <a class="Xr">mmap(2)</a> - system call. The <code class="Nm">cgfour</code> driver supports the minimal - ioctl's needed to run <a class="Xr">Xorg(1)</a>.</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">sparc/bwtwo(4)</a>, - <a class="Xr">sparc/cgeight(4)</a>, <a class="Xr">sparc/cgsix(4)</a>, - <a class="Xr">sparc/cgthree(4)</a>, <a class="Xr">sparc/cgtwo(4)</a>, - <a class="Xr">sparc/tcx(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.sparc/cgfourteen.4 4.html b/static/netbsd/man4/man4.sparc/cgfourteen.4 4.html deleted file mode 100644 index fcae0785..00000000 --- a/static/netbsd/man4/man4.sparc/cgfourteen.4 4.html +++ /dev/null @@ -1,45 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">CGFOURTEEN(4)</td> - <td class="head-vol">Device Drivers Manual (sparc)</td> - <td class="head-rtitle">CGFOURTEEN(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">cgfourteen</code> — <span class="Nd">Sun - accelerated 8/24-bit color frame buffer</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">cgfourteen* at obio?</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">cgfourteen</code> is a memory based color - frame buffer, with graphics acceleration and overlay capabilities. Its pixel - memory can be mapped into a user process address space by using the - <a class="Xr">mmap(2)</a> system call. The - <code class="Nm">cgfourteen</code> driver supports the minimal ioctl's - needed to run <a class="Xr">Xorg(1)</a>.</p> -<p class="Pp">The driver operates by default in - <a class="Xr">sparc/cgthree(4)</a> emulation mode, i.e. in 8-bit - unaccelerated mode. This emulation does include support for the hardware - cursor present on the <code class="Nm">cgfourteen</code>, however.</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">sparc/bwtwo(4)</a>, - <a class="Xr">sparc/cgeight(4)</a>, <a class="Xr">sparc/cgfour(4)</a>, - <a class="Xr">sparc/cgsix(4)</a>, <a class="Xr">sparc/cgthree(4)</a>, - <a class="Xr">sparc/cgtwo(4)</a>, <a class="Xr">sparc/tcx(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.sparc/cgsix.4 4.html b/static/netbsd/man4/man4.sparc/cgsix.4 4.html deleted file mode 100644 index 2b6dca0b..00000000 --- a/static/netbsd/man4/man4.sparc/cgsix.4 4.html +++ /dev/null @@ -1,142 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">CGSIX(4)</td> - <td class="head-vol">Device Drivers Manual (sparc)</td> - <td class="head-rtitle">CGSIX(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">cgsix</code> — <span class="Nd">Sun - accelerated 8-bit color frame buffer</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">cgsix* at sbus? slot ? offset ?</code> - (sun4c/sun4m) - <br/> - <code class="Cd">cgsix0 at obio0 addr 0xfb000000 level 4</code> (sun4/300) - <br/> - <code class="Cd">cgsix0 at obio0 addr 0x0b000000 level 4</code> (sun4/100)</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">cgsix</code> is a memory based color frame - buffer. It supports the minimal ioctl's needed to run - <a class="Xr">X(7)</a>.</p> -<p class="Pp">There are several versions of the <code class="Nm">cgsix</code> - board. The Sun part numbers and board types are:</p> -<p class="Pp"></p> -<dl class="Bl-tag Bl-compact"> - <dt>501-1374, 501-1532</dt> - <dd>P4 GX</dd> - <dt>501-1505</dt> - <dd>P4 GX with 3/80 backpanel</dd> - <dt>501-1481, 501-1645</dt> - <dd>Sbus double-width GX</dd> - <dt>501-1672, 501-1996</dt> - <dd>Sbus GX</dd> - <dt>501-1717, 501-2018, 501-2039</dt> - <dd>Sbus GX+</dd> - <dt>501-2325, 501-2922</dt> - <dd>Sbus TGX</dd> - <dt>501-2253, 501-2955</dt> - <dd>Sbus TGX+</dd> -</dl> -<p class="Pp">There are also on-board ‘GX’ cards in the - ‘SPARCstation IPX’ and ‘SPARCstation LX’ - machines.</p> -<p class="Pp">The ‘GX’ and ‘TGX’ cards have 1Mb of - on-board memory and support a maximum graphics resolution of 1152x900. The - ‘GX+’ cards have 4Mb of on-board memory and support a maximum - resolution of 1280x1024. The ‘TGX+’ cards have 4Mb of on-board - memory and support a maximum resolution of 1600x1280. The - ‘TGX’ (Turbo GX) cards are faster than the ‘GX’ - cards.</p> -<p class="Pp">The number of supported resolutions varies by card type. All cards - support a resolution of 1152x900 at 66Hz. All but the P4 and double-width - cards support a resolution of 1152x900 at 76Hz. The cards default to a - resolution dependent on the attached monitor (usually 1152x900).</p> -<p class="Pp">It is only possible to change the resolution of a - <code class="Nm">cgsix</code> card from the PROM before the operating system - is loaded. For the primary card, this can be done using the - ‘output-device’ PROM field. For example, for a - ‘TGX+’ card, the following PROM command will set the - resolution to 1280x1024 at 76Hz:</p> -<div class="Bd Pp Bd-indent Li"> -<pre>setenv output-device screen:r1280x1024x76</pre> -</div> -<p class="Pp">For secondary cards, a different method must be used to set the - resolution. For a machine with OpenBoot 2.x or 3.x, and assuming a - ‘TGX’ card at Sbus slot 1, the following PROM commands will - set the resolution to 1024x768 at 60Hz:</p> -<div class="Bd Pp Bd-indent Li"> -<pre>nvedit -probe-all -" /iommu/sbus/cgsix@1" select-dev -r1024x768x60 -" /iommu/sbus/cgsix@1" " set-resolution" execute-device-method -device-end -install-console -banner -^C -nvstore -setenv use-nvramrc? true -reset</pre> -</div> -<p class="Pp">For Sun4c machines, the device-path above would be:</p> -<div class="Bd Pp Bd-indent Li"> -<pre>" /sbus/cgsix@1"</pre> -</div> -<p class="Pp">For Sun-4 and Sun-3 systems, it is only possible to change PROM - fields by altering byte values. For these systems, it is probably easier to - use the <a class="Xr">eeprom(8)</a> command to set the - <var class="Va">scrsize</var> field to the desired resolution.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="EXAMPLES"><a class="permalink" href="#EXAMPLES">EXAMPLES</a></h1> -<p class="Pp"><code class="Cd">cgsix0 at obio0 addr 0xfb000000 level 4: - cgsix/p4, 1152 x 900, rev 1</code> <code class="Cd">cgsix0 at sbus0 slot 0 - offset 0x0 level 9: SUNW,501-2325, 1152 x 900, rev 11</code> - <code class="Cd">cgsix0 at sbus0 slot 0 offset 0x0 level 9: SUNW,501-2253, - 1280 x 1024, rev 11</code></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">sparc/bwtwo(4)</a>, - <a class="Xr">sparc/cgeight(4)</a>, <a class="Xr">sparc/cgfour(4)</a>, - <a class="Xr">sparc/cgfourteen(4)</a>, <a class="Xr">sparc/cgthree(4)</a>, - <a class="Xr">sparc/cgtwo(4)</a>, <a class="Xr">sparc/tcx(4)</a>, - <a class="Xr">eeprom(8)</a></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="BUGS"><a class="permalink" href="#BUGS">BUGS</a></h1> -<p class="Pp">The double-width ‘GX’ and the ‘GX+’ - cards are not compatible with UltraSPARC machines.</p> -<p class="Pp">On Sun-4 systems using a P4 GX card as console, the - <var class="Va">console</var> field in the PROM must be set to - <var class="Va">p4opt</var>, otherwise the card will not be recognised as - the console output device.</p> -<p class="Pp">Several firmware revisions on <code class="Nm">cgsix</code> boards - have a terminal emulation bug that shows up when using the screen control - sequences for inserting blank lines near the bottom end of the screen (i.e., - the control sequences produced by the termcap ‘al’ and - ‘AL’ capabilities found in the <a class="Xr">terminfo(5)</a> - database). The most likely occasion for triggering this bug is to use a - full-screen editor such as <a class="Xr">vi(1)</a> on the workstation's - console.</p> -<p class="Pp">To work around this you can set your <code class="Ev">TERM</code> - environment variable to the ‘sun-cgsix’ terminal definition - which is the same as the ‘sun’ entry, except that the - ‘al’ and ‘AL’ capabilities have been removed (at - the cost of making the scrolling of the screen slower).</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.sparc/cgthree.4 4.html b/static/netbsd/man4/man4.sparc/cgthree.4 4.html deleted file mode 100644 index 9bdbec5f..00000000 --- a/static/netbsd/man4/man4.sparc/cgthree.4 4.html +++ /dev/null @@ -1,41 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">CGTHREE(4)</td> - <td class="head-vol">Device Drivers Manual (sparc)</td> - <td class="head-rtitle">CGTHREE(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">cgthree</code> — <span class="Nd">Sun - 8-bit color frame buffer</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">cgthree* at sbus? slot ? offset ?</code> - <br/> - <code class="Cd">cgthree* at obio0 slot ? offset ?</code> (some sun4m - models)</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">cgthree</code> is a memory based color frame - buffer. It supports the minimal ioctl's needed to run - <a class="Xr">Xorg(1)</a>.</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">sparc/bwtwo(4)</a>, - <a class="Xr">sparc/cgeight(4)</a>, <a class="Xr">sparc/cgfour(4)</a>, - <a class="Xr">sparc/cgsix(4)</a>, <a class="Xr">sparc/cgtwo(4)</a>, - <a class="Xr">sparc/tcx(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.sparc/cgtwo.4 4.html b/static/netbsd/man4/man4.sparc/cgtwo.4 4.html deleted file mode 100644 index b35d38ac..00000000 --- a/static/netbsd/man4/man4.sparc/cgtwo.4 4.html +++ /dev/null @@ -1,41 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">CGTWO(4)</td> - <td class="head-vol">Device Drivers Manual (sparc)</td> - <td class="head-rtitle">CGTWO(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">cgtwo</code> — <span class="Nd">Sun 8-bit - color frame buffer</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">cgtwo* at vmes0 addr 0xff400000 level 4 vect - 0xa8</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">cgtwo</code> is a memory based color frame - buffer. Its control pixel memory can be mapped into a user process address - space by using the <a class="Xr">mmap(2)</a> system call. The - <code class="Nm">cgtwo</code> driver supports the minimal ioctl's needed to - run <a class="Xr">Xorg(1)</a>.</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">sparc/bwtwo(4)</a>, - <a class="Xr">sparc/cgeight(4)</a>, <a class="Xr">sparc/cgfour(4)</a>, - <a class="Xr">sparc/cgsix(4)</a>, <a class="Xr">sparc/cgthree(4)</a>, - <a class="Xr">sparc/tcx(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.sparc/clock.4 4.html b/static/netbsd/man4/man4.sparc/clock.4 4.html deleted file mode 100644 index 0530ad5d..00000000 --- a/static/netbsd/man4/man4.sparc/clock.4 4.html +++ /dev/null @@ -1,69 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">CLOCK(4)</td> - <td class="head-vol">Device Drivers Manual (sparc)</td> - <td class="head-rtitle">CLOCK(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">clock</code>, <code class="Nm">oclock</code> - — <span class="Nd">Clock driver for Sun SPARC computers</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">clock0 at mainbus0 # sun4c</code> - <br/> - <code class="Cd">clock0 at obio0 # sun4m</code> - <br/> - <code class="Cd">clock0 at obio0 addr 0xf2000000 # sun4/300</code></p> -<p class="Pp"> - <br/> - <code class="Cd">ooclock0 at obio0 addr 0xf3000000 # sun4/200</code> - <br/> - <code class="Cd">ooclock0 at obio0 addr 0x03000000 # sun4/100</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">clock</code> device contains common timer, - clock and eeprom routines for the <span class="Ux">NetBSD</span> kernel.</p> -<p class="Pp">All system use the timer interrupt to drive the hard clock. The - second interrupt is used to drive statistics clock, except sun4/100 and - sun4/200 machines, which don't have a spare timer device.</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">clock</code> driver provides support for the - following chips:</p> -<p class="Pp"></p> -<div class="Bd-indent"> -<dl class="Bl-tag Bl-compact"> - <dt>Dallas DS1287A</dt> - <dd style="width: auto;"> </dd> - <dt>Intersil 7170</dt> - <dd style="width: auto;"> </dd> - <dt>Mostek Mk48T02</dt> - <dd style="width: auto;"> </dd> - <dt>Mostek Mk48T08</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">sparc/timer(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">clock</code> appeared in - <span class="Ux">NetBSD 1.0</span>.</p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">February 24, 2006</td> - <td class="foot-os">NetBSD 10.1</td> - </tr> -</table> diff --git a/static/netbsd/man4/man4.sparc/dbri.4 4.html b/static/netbsd/man4/man4.sparc/dbri.4 4.html deleted file mode 100644 index c0ee7a86..00000000 --- a/static/netbsd/man4/man4.sparc/dbri.4 4.html +++ /dev/null @@ -1,37 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">DBRI(4)</td> - <td class="head-vol">Device Drivers Manual (sparc)</td> - <td class="head-rtitle">DBRI(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">dbri</code> — <span class="Nd">SUNW,DBRI - audio device 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">dbri* at sbus? slot ? offset ?</code> - <br/> - <code class="Cd">audio* at audiobus?</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">dbri</code> driver provides support for the - audio part of DBRI ISDN controllers found in various sun4m class machines. - It works with both onboard codecs and external speakerboxes.</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">audio(4)</a>, <a class="Xr">sbus(4)</a></p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">July 16, 2005</td> - <td class="foot-os">NetBSD 10.1</td> - </tr> -</table> diff --git a/static/netbsd/man4/man4.sparc/fd.4 4.html b/static/netbsd/man4/man4.sparc/fd.4 4.html deleted file mode 100644 index ec56534c..00000000 --- a/static/netbsd/man4/man4.sparc/fd.4 4.html +++ /dev/null @@ -1,110 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">FD(4)</td> - <td class="head-vol">Device Drivers Manual (sparc)</td> - <td class="head-rtitle">FD(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">fd</code>, <code class="Nm">fdc</code> — - <span class="Nd">Sun SPARCstation i82072 or i82077 floppy 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">fdc0 at mainbus0</code> (sun4c) - <br/> - <code class="Cd">fdc0 at obio0</code> (sun4m) - <br/> - <code class="Cd">fd* at fdc0</code></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> -<p class="Pp">This is the driver for the built-in floppy disk drive run by the - Intel i82072 or i82077 controller chip found on the SPARCstation desktop - systems, and other SPARC systems.</p> -<p class="Pp">Bits [0-3] of the minor device number of the special files - referring to this device encode the floppy density as follows:</p> -<div class="Bd-indent"> -<dl class="Bl-tag"> - <dt>0</dt> - <dd>3.5'' 1.44MB floppy diskettes.</dd> - <dt>1</dt> - <dd>3.5'' 720KB floppy diskettes.</dd> - <dt>2</dt> - <dd>3.5'' 360KB floppy diskettes.</dd> - <dt>3</dt> - <dd>3.5'' 1.2MB/NEC Japanese format floppy diskettes.</dd> -</dl> -</div> -</section> -<section class="Sh"> -<h1 class="Sh" id="FORMATTING"><a class="permalink" href="#FORMATTING">FORMATTING</a></h1> -<p class="Pp">The driver supports floppy disk formatting using the interfaces in - <code class="In"><<a class="In">sys/fdio.h</a>></code>:</p> -<p class="Pp"></p> -<dl class="Bl-tag Bl-compact"> - <dt id="FDIOCGETFORMAT"><a class="permalink" href="#FDIOCGETFORMAT"><code class="Dv">FDIOCGETFORMAT</code></a> - <var class="Fa">struct fdformat_parms</var></dt> - <dd>Fetch current formatting parameters. This gets the default parameters for - the open device if no parameters have been set during the session. - <p class="Pp"></p> - </dd> - <dt id="FDIOCSETFORMAT"><a class="permalink" href="#FDIOCSETFORMAT"><code class="Dv">FDIOCSETFORMAT</code></a> - <var class="Fa">struct fdformat_parms</var></dt> - <dd>Set formatting parameters. The driver saves this state and it persists - while the device is open. - <p class="Pp"></p> - </dd> - <dt id="FDIOCFORMAT_TRACK"><a class="permalink" href="#FDIOCFORMAT_TRACK"><code class="Dv">FDIOCFORMAT_TRACK</code></a> - <var class="Fa">struct fdformat_cmd</var></dt> - <dd>Format a track on the medium. If this call returns - <code class="Er">EINVAL</code>, the track formatting parameters were out - of range for the medium. If it returns <code class="Er">EIO</code>, there - was a medium error while formatting the track. - <p class="Pp"></p> - </dd> - <dt id="FDIOCSETOPTS"><a class="permalink" href="#FDIOCSETOPTS"><code class="Dv">FDIOCSETOPTS</code></a> - <var class="Fa">int</var></dt> - <dd>Set driver options which persist until the device is closed. The options - should be the logical OR of the desired values below: - <p class="Pp"></p> - <dl class="Bl-tag Bl-compact"> - <dt id="FDOPT_NORETRY"><a class="permalink" href="#FDOPT_NORETRY"><code class="Dv">FDOPT_NORETRY</code></a></dt> - <dd>Do not retry operations on failure</dd> - <dt id="FDOPT_SILENT"><a class="permalink" href="#FDOPT_SILENT"><code class="Dv">FDOPT_SILENT</code></a></dt> - <dd>Do not print error messages to the console</dd> - </dl> - <p class="Pp"></p> - </dd> - <dt id="FDIOCGETOPTS"><a class="permalink" href="#FDIOCGETOPTS"><code class="Dv">FDIOCGETOPTS</code></a> - <var class="Fa">int</var></dt> - <dd>Fetch drive options.</dd> -</dl> -<p class="Pp">A typical use of the formatting facilities would be to open the - device, call <code class="Dv">FDIOCGETFORMAT</code> to fetch the current - format parameters, perhaps change a parameter or two, display the formatting - details to the user, and then call <code class="Dv">FDIOCSETFORMAT</code> - followed by a series of calls to - <code class="Dv">FDIOCFORMAT_TRACK</code>.</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">eject(1)</a>, - <a class="Xr">sparc/fdformat(1)</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">fd</code> formatting support appeared in - <span class="Ux">NetBSD 1.3</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.sparc/ie.4 4.html b/static/netbsd/man4/man4.sparc/ie.4 4.html deleted file mode 100644 index b3987224..00000000 --- a/static/netbsd/man4/man4.sparc/ie.4 4.html +++ /dev/null @@ -1,57 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">IE(4)</td> - <td class="head-vol">Device Drivers Manual (sparc)</td> - <td class="head-rtitle">IE(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">ie</code> — <span class="Nd">SPARC Intel - 82586 ethernet interface</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">ie0 at obio0 addr 0xf6000000 level 6 </code> - (sun4/200 on-board) - <br/> - <code class="Cd">ie0 at obio0 addr 0x06000000 level 6 </code> (sun4/100 - on-board) - <br/> - <code class="Cd">ie1 at vmes0 addr 0xffe88000 level 5 vect 0x75</code> (VME) - <br/> - <code class="Cd">ie2 at vmes0 addr 0xff31ff02 level 5 vect 0x76</code> (VME) - <br/> - <code class="Cd">ie3 at vmes0 addr 0xff35ff02 level 5 vect 0x77</code> (VME) - <br/> - <code class="Cd">ie4 at vmes0 addr 0xff2dff02 level 5 vect 0x7c</code> - (VME)</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">ie</code> interface provides access to the 10 - Mb/s Ethernet network via the Intel 82586 Ethernet chip set. The - <code class="Nm">ie</code> is found as an on-board interface on Sun 4/100 - and 4/200 workstations. The <code class="Nm">ie</code> also exists as a VME - card.</p> -<p class="Pp">Each of the host's network addresses is specified at boot time - with an <code class="Dv">SIOCSIFADDR</code> <a class="Xr">ioctl(2)</a>. The - <code class="Nm">ie</code> interface employs the address resolution protocol - described in <a class="Xr">arp(4)</a> to dynamically map between Internet - and Ethernet addresses on the local network.</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">arp(4)</a>, <a class="Xr">ifmedia(4)</a>, - <a class="Xr">inet(4)</a>, <a class="Xr">sparc/intro(4)</a>, - <a class="Xr">ifconfig(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.sparc/intro.4 3.html b/static/netbsd/man4/man4.sparc/intro.4 3.html deleted file mode 100644 index b4e15380..00000000 --- a/static/netbsd/man4/man4.sparc/intro.4 3.html +++ /dev/null @@ -1,257 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">INTRO(4)</td> - <td class="head-vol">Device Drivers Manual (sparc)</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 sparc 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 SPARC - 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">sparc/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">cd(4)</a>, - <a class="Xr">ch(4)</a>, <a class="Xr">le(4)</a>, <a class="Xr">scsi(4)</a>, - <a class="Xr">sd(4)</a>, <a class="Xr">sparc/autoconf(4)</a>, - <a class="Xr">sparc/bwtwo(4)</a>, <a class="Xr">sparc/cgeight(4)</a>, - <a class="Xr">sparc/cgfour(4)</a>, <a class="Xr">sparc/cgfourteen(4)</a>, - <a class="Xr">sparc/cgsix(4)</a>, <a class="Xr">sparc/cgthree(4)</a>, - <a class="Xr">sparc/cgtwo(4)</a>, <a class="Xr">sparc/fd(4)</a>, - <a class="Xr">sparc/kbd(4)</a>, <a class="Xr">sparc/magma(4)</a>, - <a class="Xr">sparc/mem(4)</a>, <a class="Xr">sparc/ms(4)</a>, - <a class="Xr">sparc/openprom(4)</a>, <a class="Xr">sparc/tcx(4)</a>, - <a class="Xr">ss(4)</a>, <a class="Xr">st(4)</a>, - <a class="Xr">uk(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 Sun SPARC system architectures and models are - supported:</p> -<dl class="Bl-tag"> - <dt>sun4</dt> - <dd>first generation SPARC systems on VMEbus: - <br/> - Sun 4/100 series (14.28 MHz) - <br/> - Sun 4/200 series (16.67 MHz) - <br/> - Sun 4/300 series (25 MHz)</dd> - <dt>sun4c</dt> - <dd>desktop SPARC systems with Sbus: - <br/> - SPARCstation 1 (20 MHz) - <br/> - SPARCstation 1+ (25 MHz) - <br/> - SPARCstation 2 (40 MHz) - <br/> - SPARCstation SLC (20 MHz) - <br/> - SPARCstation ELC (33 MHz) - <br/> - SPARCstation IPC (25 MHz) - <br/> - SPARCstation IPX (40 MHz).</dd> - <dt>sun4m</dt> - <dd>desktop SPARC systems with Mbus for CPUs, and Sbus: - <br/> - SPARCclassic (50 MHz microSPARC I) - <br/> - SPARCstation LX (50 MHz microSPARC I) - <br/> - SPARCstation 4 (70 MHz microSPARC II) - <br/> - SPARCstation 5 (70, 85, 110 MHz microSPARC II) - <br/> - SPARCstation 5 (170 MHz TurboSPARC) - <br/> - SPARCstation 10M (36 MHz SuperSPARC I) - <br/> - SPARCstation 20M (50 MHz SuperSPARC I) - <br/> - SPARCstation 10 (Mbus modules) - <br/> - SPARCstation 20 (Mbus modules)</dd> -</dl> -<p class="Pp">The SPARCstation 2 and IPX can be upgraded with a Weitek PowerUP - CPU that is clock-doubled (i.e. internally it runs at 80 MHz). - <span class="Ux">NetBSD</span> supports this configuration.</p> -<p class="Pp">Hardware level clones of these systems from other manufacturers - will likely work (e.g. Xerox, Tatung, Axil, Cycle); other systems which have - a SPARC CPU but do not use Sun's hardware architecture (e.g. Solbourne) will - likely not work.</p> -<p class="Pp">The sun4m architecture with Mbus modules for the CPUs is supported - with the following modules with only one CPU:</p> -<dl class="Bl-tag"> - <dt>SM41</dt> - <dd>40 MHz SuperSPARC I with 1MB SuperCACHE</dd> - <dt>SM51</dt> - <dd>50 MHz SuperSPARC I with 1MB SuperCACHE</dd> - <dt>SM61</dt> - <dd>60 MHz SuperSPARC I with 1MB SuperCACHE</dd> - <dt>SM71</dt> - <dd>75 MHz SuperSPARC II with 1MB SuperCACHE</dd> - <dt>SM81</dt> - <dd>85 MHz SuperSPARC II with 1MB SuperCACHE</dd> - <dt>HS11</dt> - <dd>100 MHz Ross Technology hyperSPARC</dd> - <dt>HS21</dt> - <dd>125 MHz Ross Technology hyperSPARC</dd> - <dt>M151</dt> - <dd>150 MHz Ross Technology hyperSPARC</dd> -</dl> -<p class="Pp">This list is not exhaustive; <span class="Ux">NetBSD</span> is - continuously being improved, and may well run on Mbus CPU modules not listed - here.</p> -<p class="Pp">There is also some support for Sun JavaStation computers based on - the microSPARC CPU.</p> -<p class="Pp"><span class="Ux">NetBSD</span> does not yet properly support - multiprocessor systems, but will run on one processor of a multiprocessor - system.</p> -<p class="Pp">The Sun 4/400 series, and sun4d (SPARCcenter 1000, 1000E, and - 2000) are not supported.</p> -<p class="Pp">The sun4u (UltraSPARC 64-bit) architectures are supported by - <span class="Ux">NetBSD</span>/sparc64.</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> -<dl class="Bl-tag"> - <dt>audio</dt> - <dd>AMD 79C30 obio (sun4c) and dbri (sun4m) audio controller</dd> - <dt>bpp</dt> - <dd>Bi-directional Parallel port</dd> - <dt>bwtwo</dt> - <dd>black and white obio frame buffer</dd> - <dt>cgeight</dt> - <dd>24 bit VMEbus color frame buffer</dd> - <dt>cgfour</dt> - <dd>8 bit obio (sun4 P4 bus) color graphics frame buffer</dd> - <dt>cgfourteen</dt> - <dd>24 bit Sbus color frame buffer</dd> - <dt>cgsix</dt> - <dd>8 bit obio (sun4c & sun4m), Sbus color graphics frame buffer</dd> - <dt>cgthree</dt> - <dd>8 bit VMEbus, Sbus, and obio (sun4m) color graphics frame buffer</dd> - <dt>cgtwo</dt> - <dd>8 bit VMEbus color frame buffer</dd> - <dt>dbri</dt> - <dd>Dual Basic Rate Interface (BRI) ISDN (SPARC LX & SPARCstation 10) - (only the audio component is supported)</dd> - <dt>eeprom</dt> - <dd>Sun non-volatile configuration RAM driver</dd> - <dt>esp</dt> - <dd>NCR53C90 ESP100 (Sun 4/300), ESP100A (sun4c), ESP200 (sun4m) SCSI - controller - <br/> - FSBE/S (X1053A, part # 501-2015) Fast SCSI-2/Buffered Ethernet Sbus - controller</dd> - <dt>fd</dt> - <dd>Intel 82072 obio (sun4c) or Intel 82077 obio (sun4m) floppy disk drive - controller</dd> - <dt>ie</dt> - <dd>Intel 82586 Ethernet controller (Sun 4/100)</dd> - <dt>isp</dt> - <dd>Qlogic ISP Sbus SCSI controller</dd> - <dt>kbd</dt> - <dd>Sun type 2, type 3, type 4, and type 5 keyboards (on zs)</dd> - <dt>le/lebuffer</dt> - <dd>AMD 7990 LANCE Ethernet controller (Sun 4/200, 4/300, sun4c, sun4m, - Sbus)</dd> - <dt>magma</dt> - <dd>Magma Sp Serial/Parallel board device driver</dd> - <dt>ms</dt> - <dd>Sun mouse (on zs)</dd> - <dt>openprom</dt> - <dd>Sun Open boot PROM (what became IEEE 1275) configuration driver</dd> - <dt>power</dt> - <dd>sun4m power management; the <a class="Xr">halt(8)</a> and - <a class="Xr">shutdown(8)</a> commands can use it to power down the - system.</dd> - <dt>si</dt> - <dd>NCR5380 "SCSI-2" VMEbus (Sun 4/200, Sun 4/400) SCSI - controller</dd> - <dt>sw</dt> - <dd>NCR5380 obio (Sun 4/100) "SCSI Weird" SCSI controller</dd> - <dt>tcx</dt> - <dd>8 or 24 bit Sbus color graphics frame buffer</dd> - <dt>xd</dt> - <dd>Xylogics 753/7053 VMEbus SMD disk controller</dd> - <dt>xy</dt> - <dd>Xylogics 450/451 VMEbus SMD disk controller</dd> - <dt>zs</dt> - <dd>Zilog 8530 serial controller</dd> -</dl> -</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> -<dl class="Bl-tag"> - <dt>dbri</dt> - <dd>Dual Basic Rate Interface (BRI) ISDN (SPARC LX & SPARCstation 10)</dd> -</dl> -</section> -<section class="Sh"> -<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1> -<p class="Pp">This sparc <code class="Nm">intro</code> appeared in - <span class="Ux">NetBSD 1.3</span>. Large chunks of text carefully recycled - (shamelessly appropriated) from <span class="Ux">NetBSD</span>/pmax - <code class="Nm">intro</code>.</p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">September 22, 2020</td> - <td class="foot-os">NetBSD 10.1</td> - </tr> -</table> diff --git a/static/netbsd/man4/man4.sparc/kbd.4 3.html b/static/netbsd/man4/man4.sparc/kbd.4 3.html deleted file mode 100644 index 602de745..00000000 --- a/static/netbsd/man4/man4.sparc/kbd.4 3.html +++ /dev/null @@ -1,127 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">KBD(4)</td> - <td class="head-vol">Device Drivers Manual (sparc)</td> - <td class="head-rtitle">KBD(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">kbd</code> — <span class="Nd">Sun - workstation keyboard</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">pseudo-device kbd</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">kbd</code> driver provides an interface to - the workstation console keyboard. The Sun "type 2", "type - 3", "type 4", and "type 5" keyboards are supported. - The "type 5" keyboard is treated as if it were a "type - 4". All types generate keycodes encoding the key identity and motion - (up or down) as the keys are pressed and released. The - <code class="Nm">kbd</code> driver either passes the keycodes to an - application as they come in (e.g.) <a class="Xr">Xorg(1)</a>, or translates - them into ASCII characters first according to a set of built-in tables.</p> -<p class="Pp">If the <code class="Nm">kbd</code> is configured as the device to - be used for system console input (see <a class="Xr">sparc/openprom(4)</a>), - it will be internally connected to the <span class="Pa">/dev/console</span> - device special file, which can be used as a <a class="Xr">tty(4)</a> - device.</p> -<p class="Pp">The device special file <span class="Pa">/dev/kbd</span> is used - to get direct access to the keyboard input stream.</p> -<p class="Pp">The following ioctl's are supported (mostly just enough to keep - the <a class="Xr">Xorg(1)</a> server going):</p> -<dl class="Bl-tag"> - <dt>KIOCTRANS</dt> - <dd>Set translation mode. The argument is of type <var class="Fa">int *</var>, - the only value supported is <code class="Dv">TR_UNTRANS_EVENT</code>.</dd> - <dt>KIOCGTRANS</dt> - <dd>Get translation mode. The argument is of type <var class="Fa">int *</var>. - <code class="Dv">TR_UNTRANS_EVENT</code> is always returned.</dd> - <dt>KIOCGETKEY</dt> - <dd>Fill in old-style key station translation. The argument is of type - <var class="Fa">struct okiockey *</var>.</dd> - <dt>KIOCCMD</dt> - <dd>Send a command to the keyboard. The argument is of type - <var class="Fa">int *</var>, and can have one of the following values: - <dl class="Bl-tag"> - <dt>KBD_CMD_BELL</dt> - <dd>Start the keyboard beeper.</dd> - <dt>KBD_CMD_NOBELL</dt> - <dd>Stop the keyboard beeper.</dd> - <dt>KBD_CMD_CLICK</dt> - <dd>Instruct the keyboard to make extra noise when touching keys.</dd> - <dt>KBD_CMD_NOCLICK</dt> - <dd>Instruct the keyboard to stop making extra noise when touching - keys.</dd> - </dl> - </dd> - <dt>KIOCTYPE</dt> - <dd>Get keyboard type. The argument is of type <var class="Fa">int *</var>, in - which one of the values <code class="Dv">KB_SUN2</code>, - <code class="Dv">KB_SUN3</code> or <code class="Dv">KB_SUN4</code> will be - returned.</dd> - <dt>KIOCSDIRECT</dt> - <dd>Route the keyboard input stream through the SunOS compatible event module. - The argument is of type <var class="Fa">int *</var>, a non-zero value will - put the driver into "event" mode, while a value of zero will - make it return to "ASCII translation" mode.</dd> - <dt>KIOCSKEY</dt> - <dd>Set key station translation. The argument is of type - <var class="Fa">struct kiockey *</var> (see - <span class="Pa">/usr/include/machine/kbio.h</span> <span class="No">for - more details</span>).</dd> - <dt>KIOCGKEY</dt> - <dd>Get key station translation. The argument is of type - <var class="Fa">struct kiockey *</var>.</dd> - <dt>KIOCLAYOUT</dt> - <dd>Get keyboard layout (“type 4” only). The argument is of type - <var class="Fa">int *</var>, in which the uninterpreted result of the - <code class="Dv">KBD_CMD_GLAYOUT</code> keyboard command is returned (on - <code class="Dv">KB_SUN4</code> type keyboards this will be the setting of - a DIP switch bank).</dd> - <dt>KIOCSLED</dt> - <dd>Set LED state (“type 4” only). The argument is of type - <var class="Fa">char *</var>, and is the inclusive OR of the following - flags: - <p class="Pp"></p> - <dl class="Bl-tag Bl-compact"> - <dt>LED_NUM_LOCK</dt> - <dd style="width: auto;"> </dd> - <dt>LED_COMPOSE</dt> - <dd style="width: auto;"> </dd> - <dt>LED_SCROLL_LOCK</dt> - <dd style="width: auto;"> </dd> - <dt>LED_CAPS_LOCK</dt> - <dd style="width: auto;"> </dd> - </dl> - <p class="Pp">Each of these flags turn on the LED in the obvious key.</p> - </dd> - <dt>KIOCGLED</dt> - <dd>Get LED state (“type 4” only). The argument is of type - <var class="Fa">char *</var>, in which the current LED state is - returned.</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">sparc/ms(4)</a></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="BUGS"><a class="permalink" href="#BUGS">BUGS</a></h1> -<p class="Pp"><code class="Nm">kbd</code> is hardwired to the built-in - <a class="permalink" href="#zs1"><i class="Em" id="zs1">zs1</i></a> serial - port at 1200 bps.</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.sparc/magma.4 4.html b/static/netbsd/man4/man4.sparc/magma.4 4.html deleted file mode 100644 index bef693c3..00000000 --- a/static/netbsd/man4/man4.sparc/magma.4 4.html +++ /dev/null @@ -1,115 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">MAGMA(4)</td> - <td class="head-vol">Device Drivers Manual (sparc)</td> - <td class="head-rtitle">MAGMA(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">magma</code> — <span class="Nd">Magma Sp - Serial/Parallel board device 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">magma* at sbus? slot ? offset ?</code> - <br/> - <code class="Cd">mtty* at magma?</code> - <br/> - <code class="Cd">mbpp* at magma?</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">magma</code> driver provides an interface to - Magma LC2+1Sp, 2+1Sp, 4+1Sp, 8+2Sp, 4Sp, 8Sp, 12Sp, 16Sp, 1P and 2P boards. - These boards are based around the Cirrus Logic CD1400 serial/parallel - communications engine and the Cirrus Logic CD1190 parallel communications - engine.</p> -<p class="Pp">The device minor numbers for this driver are encoded as - follows:</p> -<div class="Bd Pp Li"> -<pre> +---+---+---+---+---+---+---+---+ - | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 | - +---+---+---+---+---+---+---+---+ - | | | | | | | | - | | | | +---+---+---+---> port number - | | | | - | | | +-------------------> dial-out (on tty ports) - | | | - | | +-----------------------> unused - | | - +---+---------------------------> card number</pre> -</div> -<p class="Pp">Up to four cards are supported in the system.</p> -<p class="Pp">All tty ports have full automatic hardware (RTS/CTS) flow control - available and a 12 byte FIFO on the chip in each direction so errors should - be minimal.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="FILES"><a class="permalink" href="#FILES">FILES</a></h1> -<dl class="Bl-tag Bl-compact"> - <dt><span class="Pa">/dev/tty[0-3][0-a]</span></dt> - <dd>Serial ports</dd> - <dt><span class="Pa">/dev/bpp[0-3][0-1]</span></dt> - <dd>Parallel ports</dd> -</dl> -</section> -<section class="Sh"> -<h1 class="Sh" id="DIAGNOSTICS"><a class="permalink" href="#DIAGNOSTICS">DIAGNOSTICS</a></h1> -<dl class="Bl-diag"> - <dt>mtty%d%x: ring buffer overflow</dt> - <dd>Incoming characters have been discarded due to a buffer overflow. This is - caused by the process in control of the device not reading characters fast - enough. - <p class="Pp">If need be you can make the ring buffer bigger by changing the - <code class="Dv">MAGMA_RBUF_SIZE</code> #define to something bigger, but - it should be a multiple of two.</p> - </dd> - <dt>mtty%d%x: fifo overflow</dt> - <dd>Incoming characters have been discarded due to a CD1400 channel overrun. - This is caused by interrupts not being serviced sufficiently quickly to - prevent the 12 byte receive FIFO on a serial channel from overflowing. - <p class="Pp">Reducing the value of either the - <code class="Dv">MTTY_RX_FIFO_THRESHOLD</code> or - <code class="Dv">MTTY_RX_DTR_THRESHOLD</code> #define's to something - smaller may help slow machines avoid this problem.</p> - </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">read(2)</a>, <a class="Xr">termios(4)</a>, - <a class="Xr">tty(4)</a></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1> -<p class="Pp">The driver was loosely based upon the <a class="Xr">cy(4)</a> - Cyclades Cyclom device driver written by Andrew Herbert and Timo Rossi.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1> -<p class="Pp">The driver was written by <span class="An">Iain - Hibbert</span>.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="TO_DO"><a class="permalink" href="#TO_DO">TO DO</a></h1> -<p class="Pp">CD1190 parallel support.</p> -<p class="Pp">"bpp" input.</p> -<p class="Pp">Dial-out (cua) devices are not yet supported.</p> -<p class="Pp">"mdmbuf" is unsupported (see <a class="Xr">tty(4)</a> - and <a class="Xr">termios(4)</a>).</p> -<p class="Pp">Automatic XON/XOFF handshaking could be implemented fairly - easily.</p> -<p class="Pp">It would be good if the tty port waited for the FIFO to empty - before allowing a close, so that I could turn off the channel interrupts at - that time. It can be done.</p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">April 21, 1998</td> - <td class="foot-os">NetBSD 10.1</td> - </tr> -</table> diff --git a/static/netbsd/man4/man4.sparc/mem.4 4.html b/static/netbsd/man4/man4.sparc/mem.4 4.html deleted file mode 100644 index 31936847..00000000 --- a/static/netbsd/man4/man4.sparc/mem.4 4.html +++ /dev/null @@ -1,53 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">MEM(4)</td> - <td class="head-vol">Device Drivers Manual (sparc)</td> - <td class="head-rtitle">MEM(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">mem</code>, <code class="Nm">kmem</code> — - <span class="Nd">Sun main memory access driver</span></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> -<p class="Pp">The file <span class="Pa">/dev/mem</span> is an interface to the - physical memory of the computer. Byte offsets in this file are interpreted - as physical memory addresses. Reading and writing this file is equivalent to - reading and writing memory itself. An error will be returned if an attempt - is made to reference an offset outside of - <span class="Pa">/dev/mem</span>.</p> -<p class="Pp">Kernel virtual memory is accessed via the file - <span class="Pa">/dev/kmem</span> in the same manner as - <span class="Pa">/dev/mem</span>. Only kernel virtual addresses that are - currently mapped to memory are allowed.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="SPARC"><a class="permalink" href="#SPARC">SPARC</a></h1> -<p class="Pp">On the SPARC, physical memory may be discontiguous; kernel virtual - memory begins at <code class="Li">0xf0000000</code>.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="FILES"><a class="permalink" href="#FILES">FILES</a></h1> -<dl class="Bl-tag Bl-compact"> - <dt><span class="Pa">/dev/mem</span></dt> - <dd style="width: auto;"> </dd> - <dt><span class="Pa">/dev/kmem</span></dt> - <dd style="width: auto;"> </dd> -</dl> -</section> -<section class="Sh"> -<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1> -<p class="Pp">The files <code class="Nm">mem</code> and - <code class="Nm">kmem</code> appeared in <span class="Ux">Version 6 - AT&T UNIX</span>.</p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">June 5, 1993</td> - <td class="foot-os">NetBSD 10.1</td> - </tr> -</table> diff --git a/static/netbsd/man4/man4.sparc/ms.4 4.html b/static/netbsd/man4/man4.sparc/ms.4 4.html deleted file mode 100644 index 53c5ff5f..00000000 --- a/static/netbsd/man4/man4.sparc/ms.4 4.html +++ /dev/null @@ -1,72 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">MS(4)</td> - <td class="head-vol">Device Drivers Manual (sparc)</td> - <td class="head-rtitle">MS(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">ms</code> — <span class="Nd">Sun - workstation mouse 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">pseudo-device mouse</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">ms</code> driver provides an interface to the - workstation console mouse. This Mouse Systems three-button device produces - five-byte blobs of the form:</p> -<div class="Bd Pp Bd-indent Li"> -<pre>b dx dy dx dy</pre> -</div> -<p class="Pp">where “b” is the button state, encoded as - <code class="Li">0x80|(~buttons)</code> -- there are three buttons (4=left, - 2=middle, 1=right) -- and “dx” and “dy” are X - and Y delta values, none of which are in the range - [<code class="Li">0x80..0x87</code>].</p> -<p class="Pp">The device special file <span class="Pa">/dev/mouse</span> is used - to get direct access to the mouse input stream. The following ioctl's are - supported (mostly just enough to keep the <a class="Xr">Xorg(1)</a> server - going):</p> -<dl class="Bl-tag"> - <dt id="VUIDSFORMAT"><a class="permalink" href="#VUIDSFORMAT"><code class="Dv">VUIDSFORMAT</code></a></dt> - <dd>Set translation mode. The argument is of type <var class="Fa">int *</var>, - the only value supported is <code class="Dv">VUID_FIRM_EVENT</code>.</dd> - <dt id="VUIDGFORMAT"><a class="permalink" href="#VUIDGFORMAT"><code class="Dv">VUIDGFORMAT</code></a></dt> - <dd>Get translation mode. The argument is of type <var class="Fa">int *</var>. - <code class="Dv">VUID_FIRM_EVENT</code> is always returned.</dd> -</dl> -<section class="Ss"> -<h2 class="Ss" id="OPTIONS"><a class="permalink" href="#OPTIONS">OPTIONS</a></h2> -<p class="Pp">The mouse driver can be configured using the following kernel - configuration file options.</p> -<dl class="Bl-tag"> - <dt><code class="Cd">options SUN_MS_BPS=integer</code></dt> - <dd>This option causes the kernel to communicate with the mouse using the - serial baud rate <var class="Va">integer</var>. It is useful for mice - which do not communicate at 1200 baud.</dd> -</dl> -</section> -</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">sparc/kbd(4)</a></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="BUGS"><a class="permalink" href="#BUGS">BUGS</a></h1> -<p class="Pp"><code class="Nm">ms</code> is hardwired to the built-in - <a class="permalink" href="#zs1"><i class="Em" id="zs1">zs1</i></a> serial - port.</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.sparc/nell.4 4.html b/static/netbsd/man4/man4.sparc/nell.4 4.html deleted file mode 100644 index b2246cf9..00000000 --- a/static/netbsd/man4/man4.sparc/nell.4 4.html +++ /dev/null @@ -1,49 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">NELL(4)</td> - <td class="head-vol">Device Drivers Manual (sparc)</td> - <td class="head-rtitle">NELL(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">nell</code> — <span class="Nd">sbus pcmcia - bridge</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">nell* at sbus? slot ? offset ? flags 0</code> - <br/> - <code class="Cd">pcmcia* at nell? controller ? socket ?</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">nell</code> is a pcmcia bridge for the sbus. - It is also known as STP4020, the name of the chipset used to implement it, - and has SUN part number 501-2367.</p> -<p class="Pp">The firmware assigns two interrupt levels to the nell, but the - driver only needs a single interrupt. Depending on distribution of interrupt - levels on your machine you might prefer the driver to use either the first - (use flags value 0) or the second (use flags value 1).</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="KERNEL_THREAD"><a class="permalink" href="#KERNEL_THREAD">KERNEL - THREAD</a></h1> -<p class="Pp">Each <code class="Nm">nell</code> instance creates a kernel - thread, named like the instance. This thread is used to watch for card - insertions and removals, and handling the attachment and initialization of - the card's driver.</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">pcmcia(4)</a>, <a class="Xr">sbus(4)</a></p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">October 19, 2025</td> - <td class="foot-os">NetBSD 10.1</td> - </tr> -</table> diff --git a/static/netbsd/man4/man4.sparc/openprom.4 3.html b/static/netbsd/man4/man4.sparc/openprom.4 3.html deleted file mode 100644 index 29e4bf9b..00000000 --- a/static/netbsd/man4/man4.sparc/openprom.4 3.html +++ /dev/null @@ -1,109 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">OPENPROM(4)</td> - <td class="head-vol">Device Drivers Manual (sparc)</td> - <td class="head-rtitle">OPENPROM(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">openprom</code> — <span class="Nd">Sun - OPENPROM and EEPROM interface</span></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> -<p class="Pp"><code class="In">#include - <<a class="In">machine/openpromio.h</a>></code></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> -<p class="Pp">The file <code class="Nm">/dev/openprom</code> is an interface to - the SPARC OPENPROM, including the EEPROM area. This interface is highly - stylized; ioctls are used for all operations. These ioctls refer to - “nodes”, which are simply “magic” integer values - describing data areas. Occasionally the number 0 may be used or returned - instead, as described below. A special distinguished “options” - node holds the EEPROM settings.</p> -<p class="Pp">The calls that take and/or return a node use a pointer to an - <code class="Li">int</code> variable for this purpose; others use a pointer - to an <code class="Li">struct opiocdesc</code> descriptor, which contains a - node and two counted strings. The first string comprises the fields - <code class="Li">op_namelen</code> (an <code class="Li">int</code>) and - <code class="Li">op_name</code> (a <code class="Li">char *</code>), giving - the name of a field. The second string comprises the fields - <code class="Li">op_buflen</code> and <code class="Li">op_buf</code>, used - analogously. These two counted strings work in a - “value-result” fashion. At entry to the ioctl, the counts are - expected to reflect the buffer size; on return, the counts are updated to - reflect the buffer contents.</p> -<p class="Pp">The following ioctls are supported:</p> -<dl class="Bl-tag"> - <dt id="OPIOCGETOPTNODE"><a class="permalink" href="#OPIOCGETOPTNODE"><code class="Dv">OPIOCGETOPTNODE</code></a></dt> - <dd>Takes nothing, and fills in the options node number.</dd> - <dt>OPIOCGETNEXT</dt> - <dd>Takes a node number and returns the number of the following node. The node - following the last node is number 0; the node following number 0 is the - first node.</dd> - <dt id="OPIOCGETCHILD"><a class="permalink" href="#OPIOCGETCHILD"><code class="Dv">OPIOCGETCHILD</code></a></dt> - <dd>Takes a node number and returns the number of the first - “child” of that node. This child may have siblings; these - can be discovered by using <code class="Dv">OPIOCGETNEXT</code>.</dd> - <dt id="OPIOCGET"><a class="permalink" href="#OPIOCGET"><code class="Dv">OPIOCGET</code></a></dt> - <dd>Fills in the value of the named property for the given node. If no such - property is associated with that node, the value length is set to -1. If - the named property exists but has no value, the value length is set to - 0.</dd> - <dt id="OPIOCSET"><a class="permalink" href="#OPIOCSET"><code class="Dv">OPIOCSET</code></a></dt> - <dd>Writes the given value under the given name. The OPENPROM may refuse this - operation; in this case <code class="Dv">EINVAL</code> is returned.</dd> - <dt id="OPIOCNEXTPROP"><a class="permalink" href="#OPIOCNEXTPROP"><code class="Dv">OPIOCNEXTPROP</code></a></dt> - <dd>Finds the property whose name follows the given name in OPENPROM internal - order. The resulting name is returned in the value field. If the named - property is the last, the “next” name is the empty string. - As with <code class="Dv">OPIOCGETNEXT</code>, the next name after the - empty string is the first name.</dd> -</dl> -</section> -<section class="Sh"> -<h1 class="Sh" id="FILES"><a class="permalink" href="#FILES">FILES</a></h1> -<p class="Pp"><span class="Pa">/dev/openprom</span></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="ERRORS"><a class="permalink" href="#ERRORS">ERRORS</a></h1> -<p class="Pp">The following may result in rejection of an operation:</p> -<dl class="Bl-tag"> - <dt id="EINVAL">[<a class="permalink" href="#EINVAL"><code class="Er">EINVAL</code></a>]</dt> - <dd>The given node number is not zero and does not correspond to any valid - node, or is zero where zero is not allowed.</dd> - <dt id="EBADF">[<a class="permalink" href="#EBADF"><code class="Er">EBADF</code></a>]</dt> - <dd>The requested operation requires permissions not specified at the call to - <code class="Fn">open</code>().</dd> - <dt id="ENAMETOOLONG">[<a class="permalink" href="#ENAMETOOLONG"><code class="Er">ENAMETOOLONG</code></a>]</dt> - <dd>The given name or value field exceeds the maximum allowed length (8191 - bytes).</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">ioctl(2)</a></p> -<p class="Pp"><a class="Lk" href="http://www.openfirmware.org/1275/">IEEE 1275 - Open Firmware</a></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="BUGS"><a class="permalink" href="#BUGS">BUGS</a></h1> -<p class="Pp">Due to limitations within the <code class="Nm">openprom</code> - itself, these functions run at elevated priority and may adversely affect - system performance.</p> -<p class="Pp">The Sun <code class="Nm">openprom</code> is what became the Open - Firmware (IEEE 1275) standard for processor and system independent boot - firmware.</p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">June 5, 1993</td> - <td class="foot-os">NetBSD 10.1</td> - </tr> -</table> diff --git a/static/netbsd/man4/man4.sparc/pnozz.4 4.html b/static/netbsd/man4/man4.sparc/pnozz.4 4.html deleted file mode 100644 index 61ccde45..00000000 --- a/static/netbsd/man4/man4.sparc/pnozz.4 4.html +++ /dev/null @@ -1,51 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">PNOZZ(4)</td> - <td class="head-vol">Device Drivers Manual (sparc)</td> - <td class="head-rtitle">PNOZZ(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">pnozz</code> — <span class="Nd">Weitek - Power9100 accelerated frame buffer</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">pnozz0 at sbus? slot ? offset ?</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">pnozz</code> is a color frame buffer with - graphics acceleration, embedded in the Tadpole SPARCbook 3GS, 3GX, 3TX, and - 3XP laptops. It is based on the Weitek Power9100 video processor and an IBM - RGB525 RAMDAC.</p> -<p class="Pp">If the <a class="Xr">sparc/tctrl(4)</a> device is also configured, - the <code class="Nm">pnozz</code> will be powered down when the lid of the - laptop is closed or the screen is blanked.</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">sbus(4)</a>, <a class="Xr">sparc/intro(4)</a>, - <a class="Xr">sparc/tctrl(4)</a></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1> -<p class="Pp">Support for the <code class="Nm">pnozz</code> first appeared in - <span class="Ux">NetBSD 1.6</span>.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="BUGS"><a class="permalink" href="#BUGS">BUGS</a></h1> -<p class="Pp">There is currently no way to switch back and forth from the - onboard display to the external connector. It is not possible to change - resolutions or color depth.</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.sparc/tctrl.4 3.html b/static/netbsd/man4/man4.sparc/tctrl.4 3.html deleted file mode 100644 index dddb0103..00000000 --- a/static/netbsd/man4/man4.sparc/tctrl.4 3.html +++ /dev/null @@ -1,43 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">TCTRL(4)</td> - <td class="head-vol">Device Drivers Manual (sparc)</td> - <td class="head-rtitle">TCTRL(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">tctrl</code> — <span class="Nd">Tadpole - Microcontroller Interface</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">tctrl0 at obio0</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">tctrl</code> driver provides control over - many functions on the Tadpole SPARCbook 3 series laptops, via their TS102 - chip. The microcontroller is used to power the TFT display down when the - laptop lid is closed and when the screen is blanked by the - <a class="Xr">sparc/pnozz(4)</a> driver. The <code class="Nm">tctrl</code> - is also used to power the laptop off when the <a class="Xr">reboot(2)</a> - system call is used with the <var class="Ar">RB_POWERDOWN</var> flag is set. - Power button events are forwarded to <a class="Xr">powerd(8)</a>. The PCMCIA - part of the controller is supported by <a class="Xr">sparc/tslot(4)</a>.</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">reboot(2)</a>, <a class="Xr">sparc/intro(4)</a>, - <a class="Xr">sparc/pnozz(4)</a>, <a class="Xr">sparc/tslot(4)</a>, - <a class="Xr">powerd(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.sparc/tcx.4 4.html b/static/netbsd/man4/man4.sparc/tcx.4 4.html deleted file mode 100644 index 8736b9de..00000000 --- a/static/netbsd/man4/man4.sparc/tcx.4 4.html +++ /dev/null @@ -1,42 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">TCX(4)</td> - <td class="head-vol">Device Drivers Manual (sparc)</td> - <td class="head-rtitle">TCX(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">tcx</code> — <span class="Nd">Sun - accelerated 8/24-bit color frame buffer</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">tcx* at sbus? slot ? offset ?</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">tcx</code> is a memory based color frame - buffer, with graphics acceleration and overlay capabilities. Its control - registers, colour lookup table and pixel memory can be mapped into a user - process address space by using the <a class="Xr">mmap(2)</a> system call. - The <code class="Nm">tcx</code> driver supports the minimal ioctl's needed - to run <a class="Xr">Xorg(1)</a>, and can be operated in - <a class="Xr">sparc/cgthree(4)</a> emulation mode.</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">sparc/bwtwo(4)</a>, - <a class="Xr">sparc/cgeight(4)</a>, <a class="Xr">sparc/cgfour(4)</a>, - <a class="Xr">sparc/cgsix(4)</a>, <a class="Xr">sparc/cgthree(4)</a>, - <a class="Xr">sparc/cgtwo(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.sparc/timer.4 4.html b/static/netbsd/man4/man4.sparc/timer.4 4.html deleted file mode 100644 index bfe15cff..00000000 --- a/static/netbsd/man4/man4.sparc/timer.4 4.html +++ /dev/null @@ -1,45 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">TIMER(4)</td> - <td class="head-vol">Device Drivers Manual (sparc)</td> - <td class="head-rtitle">TIMER(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">timer</code> — <span class="Nd">Timer - driver for Sun SPARC computers</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">timer0 at mainbus0 # sun4c</code> - <br/> - <code class="Cd">timer0 at obio0 # sun4m</code> - <br/> - <code class="Cd">timer0 at obio0 addr 0xef000000 # sun4/300</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">timer</code> device is used to generate - clocks for the <span class="Ux">NetBSD</span> kernel.</p> -<p class="Pp">The hardclock is provided by the timer register and the statistics - clock by CPU counter registers.</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">sparc/clock(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">timer</code> appeared in - <span class="Ux">NetBSD 1.0</span>.</p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">February 24, 2006</td> - <td class="foot-os">NetBSD 10.1</td> - </tr> -</table> diff --git a/static/netbsd/man4/man4.sparc/tslot.4 4.html b/static/netbsd/man4/man4.sparc/tslot.4 4.html deleted file mode 100644 index 726f5007..00000000 --- a/static/netbsd/man4/man4.sparc/tslot.4 4.html +++ /dev/null @@ -1,51 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">TSLOT(4)</td> - <td class="head-vol">Device Drivers Manual (sparc)</td> - <td class="head-rtitle">TSLOT(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">tslot</code> — <span class="Nd">sbus - pcmcia bridge</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">tslot* at sbus? slot ? offset ?</code> - <br/> - <code class="Cd">pcmcia* at tslot? controller ? socket ?</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">tslot</code> is a driver for the PCMCIA part of - the TS102 chip found in Tadpole SPARCbooks. The microcontroller interface is - supported by <a class="Xr">sparc/tctrl(4)</a>.</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="KERNEL_THREAD"><a class="permalink" href="#KERNEL_THREAD">KERNEL - THREAD</a></h1> -<p class="Pp">Each <code class="Nm">tslot</code> instance creates a kernel - thread, named like the instance. This thread is used to watch for card - insertions and removals, and handling the attachment and initialization of - the card's driver.</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">pcmcia(4)</a>, <a class="Xr">sbus(4)</a>, - <a class="Xr">sparc/tctrl(4)</a></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="BUGS"><a class="permalink" href="#BUGS">BUGS</a></h1> -<p class="Pp">Inserting two cards with different requirements, like voltage, may - cause one of them not to function correctly.</p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">June 11, 2021</td> - <td class="foot-os">NetBSD 10.1</td> - </tr> -</table> diff --git a/static/netbsd/man4/man4.sparc/xd.4 4.html b/static/netbsd/man4/man4.sparc/xd.4 4.html deleted file mode 100644 index 33bf921b..00000000 --- a/static/netbsd/man4/man4.sparc/xd.4 4.html +++ /dev/null @@ -1,54 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">XD(4)</td> - <td class="head-vol">Device Drivers Manual (sparc)</td> - <td class="head-rtitle">XD(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">xd</code> — <span class="Nd">Xylogics 753 - or 7053 VME SMD 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">xdc0 at vmel0 addr 0xffffee80 level 3 vect - 0x44</code> (sun4) - <br/> - <code class="Cd">xdc1 at vmel0 addr 0xffffee90 level 3 vect 0x45</code> (sun4) - <br/> - <code class="Cd">xdc2 at vmel0 addr 0xffffeea0 level 3 vect 0x46</code> (sun4) - <br/> - <code class="Cd">xdc3 at vmel0 addr 0xffffeeb0 level 3 vect 0x47</code> (sun4) - <br/> - <code class="Cd">xd* at xdc? drive ? </code> (sun4)</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">xd</code> is a Xylogics 753 or 7053 SMD disk - controller found on sun4 systems with the VME bus. The Xylogics 753 and 7053 - are programmed the same way, but are different sizes. The 753 is a 6U VME - card, while the 7053 is a 9U VME card.</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">sparc/intro(4)</a>, - <a class="Xr">sparc/xy(4)</a></p> -<p class="Pp"><a class="Lk" href="http://www.bitsavers.org/pdf/xylogics/">Xylogics - manuals (scanned)</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">xd</code> driver first appeared in - <span class="Ux">NetBSD 1.1</span> and was written by - <span class="An">Charles D. Cranor</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.sparc/xy.4 4.html b/static/netbsd/man4/man4.sparc/xy.4 4.html deleted file mode 100644 index 9905663b..00000000 --- a/static/netbsd/man4/man4.sparc/xy.4 4.html +++ /dev/null @@ -1,48 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">XY(4)</td> - <td class="head-vol">Device Drivers Manual (sparc)</td> - <td class="head-rtitle">XY(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">xy</code> — <span class="Nd">Xylogics 450 - or 451 VME SMD 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">xyc0 at vmes0 addr 0xffffee40 level 3 vect - 0x48</code> (sun4) - <br/> - <code class="Cd">xyc1 at vmes0 addr 0xffffee48 level 3 vect 0x49</code> (sun4) - <br/> - <code class="Cd">xy* at xyc? drive ? </code> (sun4)</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">xy</code> is a Xylogics 450/451 SMD disk - controller found on sun4 systems with the VME bus.</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">sparc/intro(4)</a>, - <a class="Xr">sparc/xd(4)</a></p> -<p class="Pp"><a class="Lk" href="http://www.bitsavers.org/pdf/xylogics/">Xylogics - manuals (scanned)</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">xy</code> driver first appeared in - <span class="Ux">NetBSD 1.1</span> and was written by - <span class="An">Charles D. Cranor</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.sparc/zx.4 4.html b/static/netbsd/man4/man4.sparc/zx.4 4.html deleted file mode 100644 index bb003b3c..00000000 --- a/static/netbsd/man4/man4.sparc/zx.4 4.html +++ /dev/null @@ -1,41 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">ZX(4)</td> - <td class="head-vol">Device Drivers Manual (sparc)</td> - <td class="head-rtitle">ZX(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">zx</code> — <span class="Nd">Sun ZX / Leo - frame buffer 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">zx* at sbus? slot ? offset ?</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">zx</code> is a memory based color frame - buffer, with graphics acceleration and overlay capabilities. Its control - registers, colour lookup table and pixel memory can be mapped into a user - process address space by using the <a class="Xr">mmap(2)</a> system call. - The <code class="Nm">zx</code> driver supports the minimal ioctl's needed to - run <a class="Xr">X(7)</a>.</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">sparc/bwtwo(4)</a>, - <a class="Xr">sparc/cgeight(4)</a>, <a class="Xr">sparc/cgfour(4)</a>, - <a class="Xr">sparc/cgsix(4)</a>, <a class="Xr">sparc/cgthree(4)</a>, - <a class="Xr">sparc/cgtwo(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> |
