blob: 2d37588f71950d2791adccbd07c2afba107f5599 (
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
|
<table class="head">
<tr>
<td class="head-ltitle">CRL(4)</td>
<td class="head-vol">Device Drivers Manual (vax)</td>
<td class="head-rtitle">CRL(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">crl</code> — <span class="Nd">VAX-8600
<span class="No">console</span> RL02 interface</span></p>
</section>
<section class="Sh">
<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
<p class="Pp">This is a simple interface to the DEC RL02 disk unit which is part
of the console subsystem on the VAX-8600 and 8650. Access is given to the
entire RL02 disk; the pack format is the same as that of RL02 disks on other
controllers. As on other VAX console media, transfers are done a word at a
time using privileged registers (i.e., slowly).</p>
<p class="Pp">All I/O is raw; the seek addresses in raw transfers should be a
multiple of 512 bytes and a multiple of 512 bytes should be transferred, as
in other “raw” disk interfaces. (Although the sector size is
actually 256 bytes, the driver allows operations only on 512-byte
boundaries.)</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/crl</span></dt>
<dd style="width: auto;"> </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">arff(8)</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">crl</code> driver appeared in
<span class="Ux">4.3BSD</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>
|