BSD 4_3_Tahoe release
[unix-history] / usr / src / man / man4 / vax / autoconf.4
CommitLineData
b7bb9be5
KM
1.\" Copyright (c) 1980 Regents of the University of California.
2.\" All rights reserved. The Berkeley software License Agreement
3.\" specifies the terms and conditions for redistribution.
4.\"
95f51977 5.\" @(#)autoconf.4 6.2 (Berkeley) 5/15/86
b7bb9be5 6.\"
95f51977 7.TH AUTOCONF 4 "May 15, 1986"
b7bb9be5
KM
8.UC 4
9.SH NAME
c55b6c87 10autoconf \- diagnostics from the autoconfiguration code
b7bb9be5 11.SH DESCRIPTION
b19b82fd
MK
12When UNIX bootstraps it probes the innards of the machine
13on which it is running
14and locates controllers, drives, and other devices, printing out
b7bb9be5
KM
15what it finds on the console. This procedure is driven by a system
16configuration table which is processed by
17.IR config (8)
18and compiled into each kernel.
19.PP
b19b82fd
MK
20On the VAX,
21devices in NEXUS slots are normally noted, thus memory controllers,
b7bb9be5
KM
22UNIBUS and MASSBUS adaptors. Devices which are not supported which
23are found in NEXUS slots are noted also.
b19b82fd 24The Q-bus on the MICROVAX is configured in the same way as the UNIBUS.
b7bb9be5
KM
25.PP
26MASSBUS devices are located by a very deterministic procedure since
c55b6c87 27MASSBUS space is completely probe-able. If devices exist which
b7bb9be5
KM
28are not configured they will be silently ignored; if devices exist of
29unsupported type they will be noted.
30.PP
31UNIBUS devices are located by probing to see if their control-status
32registers respond. If not, they are silently ignored. If the control
33status register responds but the device cannot be made to interrupt,
34a diagnostic warning will be printed on the console and the device
c55b6c87 35will not be available to the system.
b7bb9be5 36.PP
b19b82fd
MK
37Normally, the system uses the disk from which it was loaded as the root
38filesystem.
39If that is not possible,
40a generic system will pick its root device
b7bb9be5
KM
41as the ``best'' available device (MASSBUS disks are better than
42SMD UNIBUS disks are better than RK07's; the device must be drive 0
b19b82fd
MK
43to be considered).
44If such a system is booted with the RB_ASKNAME option (see
c55b6c87 45.IR reboot (2)),
b7bb9be5
KM
46then the name of the root device is read from the console terminal at boot
47time, and any available device may be used.
48.SH SEE ALSO
b19b82fd 49intro(4), boot(8), config(8)
b7bb9be5
KM
50.SH DIAGNOSTICS
51\fBcpu type %d not configured\fR. You tried to boot UNIX on a cpu
52type which it doesn't (or at least this compiled version of UNIX doesn't)
53understand.
54.PP
55\fBmba%d at tr%d\fR. A MASSBUS adapter was found in tr%d (the NEXUS
56slot number). UNIX will call it mba%d.
57.PP
58\fB%d mba's not configured\fR. More MASSBUS adapters were found on
59the machine than were declared in the machine configuration; the excess
60MASSBUS adapters will not be accessible.
61.PP
62\fBuba%d at tr%d\fR. A UNIBUS adapter was found in tr%d (the NEXUS
63slot number). UNIX will call it uba%d.
64.PP
65\fBdr32 unsupported (at tr %d)\fR. A DR32 interface was found in
66a NEXUS, for which UNIX does not have a driver.
67.PP
c55b6c87
KM
68\fBci unsupported (at tr %d)\fR. A CI interface was found in
69a NEXUS, for which UNIX does not have a driver.
70.PP
b7bb9be5
KM
71\fBmcr%d at tr%d\fR. A memory controller was found in tr%d (the NEXUS
72slot number). UNIX will call it mcr%d.
73.PP
74\fB5 mcr's unsupported\fR. UNIX supports only 4 memory controllers
75per cpu.
76.PP
77\fBmpm unsupported (at tr%d)\fR. Multi-port memory is unsupported
78in the sense that UNIX does not know how to poll it for ECC errors.
79.PP
80\fB%s%d at mba%d drive %d\fR. A tape formatter or a disk was found
81on the MASSBUS; for disks %s%d will look like ``hp0'', for tape formatters
c55b6c87 82like ``ht1''. The drive number comes from the unit plug on the drive
b7bb9be5
KM
83or in the TM formatter (\fBnot\fR on the tape drive; see below).
84.PP
85\fB%s%d at %s%d slave %d\fR. (For MASSBUS devices).
c55b6c87
KM
86Which would look like ``tu0 at ht0 slave 0'',
87where \fBtu0\fR is the name for the tape device and \fBht0\fR is the name
b7bb9be5
KM
88for the formatter. A tape slave was found on the tape formatter at the
89indicated drive number (on the front of the tape drive).
c55b6c87 90UNIX will call the device, e.g., \fBtu0\fR.
b7bb9be5
KM
91.PP
92\fB%s%d at uba%d csr %o vec %o ipl %x\fR. The device %s%d, e.g. dz0
93was found on uba%d at control-status register address %o and with
94device vector %o. The device interrupted at priority level %x.
95.PP
96\fB%s%d at uba%d csr %o zero vector\fR. The device did not present
97a valid interrupt vector, rather presented 0 (a passive release condition)
98to the adapter.
99.PP
100\fB%s%d at uba%d csr %o didn't interrupt\fR. The device did not interrupt,
101likely because it is broken, hung, or not the kind of device it is advertised
102to be.
103.PP
104\fB%s%d at %s%d slave %d\fR. (For UNIBUS devices).
105Which would look like ``up0 at sc0 slave 0'',
106where \fBup0\fR is the name of a disk drive and \fBsc0\fR is the name
107of the controller. Analogous to MASSBUS case.