autoconf.4
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 4 代码 · 共 133 行
4
133 行
.\" SCCSID: @(#)autoconf.4 3.1 11/24/87.TH autoconf 4 VAX.SH Nameautoconf \- diagnostics from the autoconfiguration code.SH Description.NXR "autoconf keyword".NXB "configuration file (syslog)"When ULTRIX bootstraps, it probes the machine it is runningon and locates controllers, drives, and other devices, printing outwhat it finds on the console. This procedure is driven by a systemconfiguration table, which is processed by.MS config 8and compiled into each kernel..PPDevices in NEXUS slots are normally noted, thus memory controllers,UNIBUS, MASSBUS, and VAXBI adapters will be seen. Devices that are not supported and that are found in NEXUS slots are noted also..PPVAXBI devices are located by a deterministic procedure,because VAXBI space can be probed completely. Existing devices are notedon the console if they are not configured, or if they areunsupported devices..PPMASSBUS devices are located by a deterministic procedure, becauseMASSBUS space is completely probeable. If devices exist thatare not configured, they will be silently ignored; if devices exist ofunsupported type they will be noted..PPUNIBUS devices are located by probing to see if their control-statusregisters respond. If not, they are silently ignored. If the controlstatus register responds but the device cannot be made to interrupt,a diagnostic warning will be printed on the console and the devicewill not be available to the system. .PP.SH Diagnostics.NXB "configuration file (syslog)" "diagnostics".IP "\fBNo configure routine for cpu type %d\fR" 5An attempt was madeto boot ULTRIX on a CPU type that it does not (or at least this compiled version of ULTRIX does not) understand..IP "\fBmba%d at address 0x%x\fR"A MASSBUS adapter was found ataddress 0x%x. ULTRIX will call it mba%d..IP "\fB%d mba's not configured\fR"More MASSBUS adapters were found onthe machine than were declared in the machine configuration; the excessMASSBUS adapters will not be accessible..IP "\fBuba%d at address 0x%x\fR"A UNIBUS adapter was found ataddress 0x%d. ULTRIX will call it uba%d..IP "\fBdr32 unsupported at address 0x%d\fR"A DR32 interface was found at address 0x%d, for which ULTRIX does not have a driver..IP "\fBmcr%d at address 0x%x\fR"A memory controller was found ataddress 0x%d. ULTRIX will call it mcr%d..IP "\fB5 mcr's unsupported at address 0x%d\fR"ULTRIX supports only four memory controllers per CPU..IP "\fBmpm unsupported at address 0x%x\fR"Multiport memory is unsupported in the sense that ULTRIX does not know how to poll it for ECC errors..IP "\fB%s%d at mba%d drive %d\fR"A tape formatter or a disk was foundon the MASSBUS; for disks %s%d will look like ``hp0'', for tape formatters like ``ht1''. The drive number comes from the unit plug on the driveor in the TM formatter (\fBnot\fR on the tape drive; see below)..IP "\fB%s%d at %s%d slave %d\fR (for MASSBUS devices)"A tape slave was found on the tape formatter at the indicated drive number (on the front of the tape drive).ULTRIX will call the device, for example, \fBtu0\fR.For example, ``tu0 at ht0 slave 0'',where \fBtu0\fR is the name for the tape device and \fBht0\fR is the name for the formatter. .IP "\fB%s%d at %s%d slave %d\fR (for UNIBUS and VAXBI devices)"Which would look like ``ra0 at uq0 slave 0'',where \fBra0\fR is the name of a disk drive and \fBuq0\fR is the nameof the port protocol..IP "\fB%s%d at uba%d csr %o vec %o ipl %x\fR"The device %s%d, e.g. dz0was found on uba%d at control-status register address %o and withdevice vector %o. The device interrupted at priority level %x..IP "\fB%s%d at uba%d csr %o zero vector\fR"The device did not presenta valid interrupt vector, rather presented 0 (a passive release condition)to the adapter..IP "\fB%s%d at uba%d csr %o didn't interrupt\fR"The device did not interrupt, possibly because it is broken, hung, or not the kind of device it is advertised to be..IP "\fB%s%d at %s%d csr %o vec %o ipl %x\fR (for UNIBUS and VAXBI controllers)"The port %s%d, for example, uq0was found on controller %s%d at control status register address %o and with controller interrupt vector %o. The controller interrupted at priority level %x..IP "\fB%s%d at %s%d csr %o zero vector\fR (for UNIBUS and VAXBI controllers)"The port did not presenta valid interrupt vector, rather presented 0 (a passive release condition)to the adapter..IP "\fB%s%d at %s%d csr %o didn't interrupt\fR (for UNIBUS andVAXBI controllers)"The port did not interrupt, possibly because it is broken, hung, or not the kind of port it is advertised to be..IP "\fBnbia%d at address %x\fR"An nbia adapter was found at a NEXUS..IP "\fBvaxbi%d at address %x\fR"A VAXBI number was found starting ataddress %x..IP "\fB%s%d at vaxbi%d node %d\fRThe device, controller, or adapter%s%d was found on vaxbi%d at node%d..IP "\fBvaxbi%x node%d, unsupported device type 0x%x\fR"On a vaxbi%x atnode%d there is a device with type number 0x%x that isunsupported by this release of ULTRIX..IP "\fB%s at vaxbi%d node%d option not configured!\fR"A supported VAXBIdevice %s, found at vaxbi%d node%d was not configured into thesystem. The device %s will not be seen by the system. To usedevice %s, configure the system with the device included in theconfiguration file..IP "\fB%s at vaxbi%d node%d failed to initialize!\fR"The device did notinitialize, possibly because it was broken.\fBci%d - local port %d is initialized, ram/eeprom = %d/%d.\fR The ci adapter whose local portnumber is %d initialized successfully. The ram/eeprom revision level is %d%d..IP "\fBhsc%d at ci%d (mscp) node #\fR"The ci%d (mscp) node number is the physical ci node number of hsc%d..NXE "configuration file (syslog)" "diagnostics".SH See Alsointro(4), config(8).NXE "configuration file (syslog)"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?