All rights reserved. The Berkeley software License Agreement
specifies the terms and conditions for redistribution.
@(#)autoconf.4 4.1 (Berkeley) 05/15/85
Devices in NEXUS slots are normally noted, thus memory controllers, UNIBUS and MASSBUS adaptors. Devices which are not supported which are found in NEXUS slots are noted also.
MASSBUS devices are located by a very deterministic procedure since MASSBUS space is completely probable very easily. If devices exist which are not configured they will be silently ignored; if devices exist of unsupported type they will be noted.
UNIBUS devices are located by probing to see if their control-status registers respond. If not, they are silently ignored. If the control status register responds but the device cannot be made to interrupt, a diagnostic warning will be printed on the console and the device will not be available to the system. (A command attach (8) is planned to cause the device to be attached irregardless of its failure to interrupt, after the system is bootstrapped, for irksome devices. This is not in as of this writing, however.)
A generic system may be built which picks its root device at boot time as the ``best'' available device (MASSBUS disks are better than SMD UNIBUS disks are better than RK07's; the device must be drive 0 to be considered.) If such a system is booted with the RB_ASKNAME option of (see reboot (2V)), then the name of the root device is read from the console terminal at boot time, and any available device may be used.
mba%d at tr%d. A MASSBUS adapter was found in tr%d (the NEXUS slot number). UNIX will call it mba%d.
%d mba's not configured. More MASSBUS adapters were found on the machine than were declared in the machine configuration; the excess MASSBUS adapters will not be accessible.
uba%d at tr%d. A UNIBUS adapter was found in tr%d (the NEXUS slot number). UNIX will call it uba%d.
dr32 unsupported (at tr %d). A DR32 interface was found in a NEXUS, for which UNIX does not have a driver.
mcr%d at tr%d. A memory controller was found in tr%d (the NEXUS slot number). UNIX will call it mcr%d.
5 mcr's unsupported. UNIX supports only 4 memory controllers per cpu.
mpm unsupported (at tr%d). Multi-port memory is unsupported in the sense that UNIX does not know how to poll it for ECC errors.
%s%d at mba%d drive %d. A tape formatter or a disk was found on the MASSBUS; for disks %s%d will look like ``hp0'', for tape formatters like ``ht1'' or ``mt1''. The drive number comes from the unit plug on the drive or in the TM formatter (not on the tape drive; see below).
%s%d at %s%d slave %d. (For MASSBUS devices). Which would look like ``tu0 at ht0 slave 0'' or ``mu0 at mt0 slave 0'', where tu0 or mu0 is the name for the tape device and ht0 or mt0 is the name for the formatter. A tape slave was found on the tape formatter at the indicated drive number (on the front of the tape drive). UNIX will call the device, e.g., tu0 or mu0.
%s%d at uba%d csr %o vec %o ipl %x. The device %s%d, e.g. dz0 was found on uba%d at control-status register address %o and with device vector %o. The device interrupted at priority level %x.
%s%d at uba%d csr %o zero vector. The device did not present a valid interrupt vector, rather presented 0 (a passive release condition) to the adapter.
%s%d at uba%d csr %o didn't interrupt. The device did not interrupt, likely because it is broken, hung, or not the kind of device it is advertised to be.
%s%d at %s%d slave %d. (For UNIBUS devices). Which would look like ``up0 at sc0 slave 0'', where up0 is the name of a disk drive and sc0 is the name of the controller. Analogous to MASSBUS case.