summaryrefslogtreecommitdiff
path: root/static/netbsd/man4/pckbd.4 4.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/netbsd/man4/pckbd.4 4.html')
-rw-r--r--static/netbsd/man4/pckbd.4 4.html66
1 files changed, 0 insertions, 66 deletions
diff --git a/static/netbsd/man4/pckbd.4 4.html b/static/netbsd/man4/pckbd.4 4.html
deleted file mode 100644
index 5964b96f..00000000
--- a/static/netbsd/man4/pckbd.4 4.html
+++ /dev/null
@@ -1,66 +0,0 @@
-<table class="head">
- <tr>
- <td class="head-ltitle">PCKBD(4)</td>
- <td class="head-vol">Device Drivers Manual</td>
- <td class="head-rtitle">PCKBD(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">pckbd</code> &#x2014; <span class="Nd">PC
- keyboard driver for wscons</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">pckbc* at isa?</code>
- <br/>
- <code class="Cd">pckbd* at pckbc?</code>
- <br/>
- <code class="Cd">wskbd* at pckbd? console ?</code>
- <br/>
- <code class="Cd">options PCKBD_LAYOUT=XXX</code></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<p class="Pp">This driver supports PC/AT keyboards within the
- <a class="Xr">wscons(4)</a> console framework. It doesn't provide direct
- device driver entry points but makes its functions available via the
- internal <a class="Xr">wskbd(4)</a> interface.</p>
-<p class="Pp">The <code class="Nm">pckbd</code> driver supports a number of
- different key mappings which can be chosen from with the kernel option
- <code class="Li">PCKBD_LAYOUT</code> at compile time or with the utility
- <a class="Xr">wsconsctl(8)</a> (variable: &#x201C;encoding&#x201D;) at
- runtime. Other mappings can be used if the whole keymap is replaced by means
- of <a class="Xr">wsconsctl(8)</a>.</p>
-<p class="Pp">Because PC keyboard hardware doesn't contain a beeper, requests
- for &#x201C;keyboard beeps&#x201D; cannot be handled directly. On alpha and
- i386 a helper device attached to the <a class="Xr">pcppi(4)</a> driver
- allows the use of the standard ISA speaker for this purpose. On acorn32,
- <a class="Xr">acorn32/vidcaudio(4)</a> performs this function.</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="EXAMPLES"><a class="permalink" href="#EXAMPLES">EXAMPLES</a></h1>
-<p class="Pp">To set a German keyboard layout without &#x201C;dead
- accents&#x201D; and sending an ESC character before the key symbol if the
- ALT key is pressed simultaneously, use <code class="Ic">wsconsctl</code>
- <code class="Fl">-w</code> <var class="Ar">encoding=de.nodead.metaesc</var>.
- To set it at kernel build time, add</p>
-<div class="Bd Bd-indent"><code class="Cd">options
- PCKBD_LAYOUT=&quot;(KB_DE</code> | <code class="Cd">KB_NODEAD</code> |
- <code class="Cd">KB_METAESC)&quot;</code></div>
-to the kernel configuration file.
-</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">isa(4)</a>, <a class="Xr">pcppi(4)</a>,
- <a class="Xr">wskbd(4)</a>, <a class="Xr">wsconsctl(8)</a></p>
-</section>
-</div>
-<table class="foot">
- <tr>
- <td class="foot-date">July 13, 2020</td>
- <td class="foot-os">NetBSD 10.1</td>
- </tr>
-</table>