blob: 7a7395196065b96c7948abf554e04e80692ff110 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
<table class="head">
<tr>
<td class="head-ltitle">PCPPI(4)</td>
<td class="head-vol">Device Drivers Manual</td>
<td class="head-rtitle">PCPPI(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">pcppi</code> — <span class="Nd">PC (ISA)
control 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">pcppi* at acpi?</code>
<br/>
<code class="Cd">pcppi* at isa?</code>
<br/>
<code class="Cd">isabeep* at pcppi?</code> (alpha only)
<br/>
<code class="Cd">sysbeep* at pcppi?</code> (i386 only)
<br/>
<code class="Cd">spkr0 at pcppi?</code>
<br/>
<code class="Cd">midi* at pcppi?</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">pcppi</code> driver handles resource
allocation and device attachment for the ports related to the ISA speaker in
the traditional PC/AT “design”. These are the “system
control port” (which was implemented by the 8255 “PPI”
in the XT, hence the name of this driver) at IO address 0x61.</p>
<p class="Pp">When associated with an <a class="Xr">attimer(4)</a> device, it is
possible to change the pitch of the sounds emitted through
<code class="Nm">pcppi</code>.</p>
<p class="Pp">The <code class="Nm">pcppi</code> driver provides its child
devices with the ability to output simple tones through the PC speaker. The
<a class="Xr">speaker(4)</a> and <a class="Xr">midi(4)</a> devices use this
to synthesize sounds. The <a class="Xr">isabeep(4)</a> and
<a class="Xr">sysbeep(4)</a> devices are helpers which the
<a class="Xr">pckbd(4)</a> driver uses as a substitute for a
“keyboard beep”, because the PC keyboard hardware doesn't
provide this.</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">acpi(4)</a>, <a class="Xr">attimer(4)</a>,
<a class="Xr">isa(4)</a>, <a class="Xr">midi(4)</a>,
<a class="Xr">pckbd(4)</a>, <a class="Xr">speaker(4)</a></p>
</section>
</div>
<table class="foot">
<tr>
<td class="foot-date">March 22, 2005</td>
<td class="foot-os">NetBSD 10.1</td>
</tr>
</table>
|