No empty .Rs/.Re
[netbsd-mini2440.git] / share / man / man4 / man4.hp300 / autoconf.4
blob1153e7e23a5d3471649f2e72b8ee1c40a3b92cae
1 .\"     $NetBSD: autoconf.4,v 1.9 2003/11/16 10:13:12 wiz Exp $
2 .\"
3 .\" Copyright (c) 1990, 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: @(#)autoconf.4    8.1 (Berkeley) 6/9/93
31 .\"
32 .Dd November 15, 2003
33 .Dt AUTOCONF 4 hp300
34 .Os
35 .Sh NAME
36 .Nm autoconf
37 .Nd diagnostics from the autoconfiguration code
38 .Sh DESCRIPTION
39 When
40 .Nx
41 bootstraps it probes the innards of the machine
42 on which it is running
43 and locates controllers, drives, and other devices, printing out
44 what it finds on the console.  This procedure is driven by a system
45 configuration table which is processed by
46 .Xr config 1
47 and compiled into each kernel.
48 .Pp
49 Autoconfiguration on the
50 .Tn HP300 Ns s
51 is similar to that on the
52 .Tn VAX ,
53 the primary difference is in the naming conventions.
54 On the
55 .Tn HP300 ,
56 if devices exist which are not configured they will be ignored;
57 if devices exist of unsupported type they will be ignored.
58 .Pp
59 Normally, the system uses the disk from which it was loaded as the root
60 filesystem.
61 If that is not possible,
62 a generic system will use
63 .Sq Li rd0
64 if it exists.
65 If such a system is booted with the
66 .Dv RB_ASKNAME
67 option (see
68 .Xr reboot 2 ) ,
69 then the name of the root device is read from the console terminal at boot
70 time, and any available device may be used.
71 .Sh DIAGNOSTICS
72 .Bl -diag
73 .It CPU type not configured.
74 You tried to boot
75 .Nx
76 on a
77 .Tn CPU
78 type which it doesn't
79 (or at least this compiled version of
80 .Nx
81 doesn't) understand.
82 .Pp
83 .It hpibbus%d at sc%d, ipl %d.
85 .Tn HP-IB
86 was found at sc%d (the select code)
87 with ipl%d (interrupt priority level).
88 .Nx
89 will call it hpibbus%d.
90 .Pp
91 .It %s%d: %s.
92 .It %s%d at hpibbus%d, slave %d.
94 .Tn HP-IB
95 disk or tape controller was found.
96 For disks
97 .Ql %s%d
98 will look like
99 .Sq Li rd0 ,
100 for tapes like
101 .Sq Li ct0 .
103 .Ql %s
104 in the first line will be a product type like ``7945A'' or ``9144''.
105 The slave number comes from the address select switches on the drive.
107 .It grf0 csr 0x560000
108 .It grf%d at sc%d
109 A bit mapped display was found either at the ``internal'' address (first case)
110 or at some ``external'' select code (second case).
111 If it exists, the internal display will always be unit 0.
113 .It %s%d at sc%d, ipl %d flags %d
114 Another peripheral controller was found at the indicated select code
115 and with indicated interrupt priority level.
116 .Ql %s
117 will be one of
118 .Xr com 4
119 (single-port serial interfaces),
120 .Xr dcm 4
121 (four-port serial interfaces), or
122 .Xr le 4
123 .Pf ( Tn LAN
124 cards).
125 The slave number comes from the address select switches on the interface card.
127 .Sh SEE ALSO
128 .Xr config 1 ,
129 .Xr intro 4 ,
130 .Xr boot 8
132 .%T 4.3BSD for the HP300
133 .%O in the distribution documentation package