No empty .Rs/.Re
[netbsd-mini2440.git] / share / man / man4 / man4.vax / rl.4
blob15221f397a17258c2b46a1e72e0fe56e4b321e8e
1 .\"     $NetBSD: rl.4,v 1.6 2009/04/11 21:53:01 joerg Exp $
2 .\"
3 .\" Copyright (c) 1980, 1991, 1993
4 .\"     The Regents of the University of California.  All rights reserved.
5 .\"
6 .\" Redistribution and use in source and binary forms, with or without
7 .\" modification, are permitted provided that the following conditions
8 .\" are met:
9 .\" 1. Redistributions of source code must retain the above copyright
10 .\"    notice, this list of conditions and the following disclaimer.
11 .\" 2. Redistributions in binary form must reproduce the above copyright
12 .\"    notice, this list of conditions and the following disclaimer in the
13 .\"    documentation and/or other materials provided with the distribution.
14 .\" 3. Neither the name of the University nor the names of its contributors
15 .\"    may be used to endorse or promote products derived from this software
16 .\"    without specific prior written permission.
17 .\"
18 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
19 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
22 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28 .\" SUCH DAMAGE.
29 .\"
30 .\"     from: @(#)hk.4  8.1 (Berkeley) 6/5/93
31 .\"
32 .Dd April 22, 2000
33 .Dt RL 4 vax
34 .Os
35 .Sh NAME
36 .Nm rl
37 .Nd
38 .Tn RL11 Ns / Tn RL01
39 and
40 .Tn RL02
41 disk interface
42 .Sh SYNOPSIS
43 .Cd "rlc0 at uba? csr 0177440"
44 .Cd "rl0 at rlc0 drive 0"
45 .Cd "rl* at rlc? drive ?"
46 .Sh DESCRIPTION
47 The
48 .Nm rl
49 driver
50 is a typical block-device disk driver; block device
51 .Tn I/O
53 described in
54 .Xr physio 4 .
55 .Pp
56 The script
57 .Xr MAKEDEV 8
58 should be used to create the special files; if a special file
59 needs to be created by hand consult
60 .Xr mknod 8 .
61 .Sh FILES
62 .Bl -tag -width /dev/rrl[0-7][a-h] -compact
63 .It Pa /dev/rl[0-7][a-h]
64 block files
65 .It Pa /dev/rrl[0-7][a-h]
66 raw files
67 .El
68 .Sh DIAGNOSTICS
69 .Bl -diag
70 .It "rl%d: operation incomplete"
71 The current command to the disk did not complete within the timeout period.
72 This may be due to hardware failure or a heavily loaded UNIBUS.
73 .It "rl%d: read data CRC"
74 The controller detected a CRC error on data read from the disk.
75 Probably a bad disk pack.
76 .It "rl%d: header CRC"
77 The controller detected a CRC error on header data read from the disk.
78 Probably a bad disk pack.
79 .It "rl%d: data late"
80 The controller was not able to transfer data over the bus fast enough to
81 not overflow/underflow the internal FIFO, probably because a heavily
82 loaded UNIBUS or mis-ordered UNIBUS devices.
83 .It "rl%d: header not found"
84 The requested sector was not found before the timer expired.
85 If this error is the only error then it may indicate a software bug.
86 .It "rl%d: non-existent memory"
87 The controller tried to do DMA to/from a non-mapped address.
88 This is a software bug.
89 .It "rl%d: memory parity error"
90 The host memory data sent had a parity error.
91 This is a hardware failure.
92 .El
93 .Sh SEE ALSO
94 .Xr hp 4 ,
95 .Xr uda 4 ,
96 .Xr up 4 ,
97 .Xr syslogd 8
98 .Sh HISTORY
99 The
101 driver has been around nearly forever.
103 A complete new
105 driver showed up in
106 .Nx 1.5 .
107 .Sh BUGS
108 Error handling is less than optimal.
110 Seeks should be interleaved between multiple disks.