1.\" 2.\" Copyright (c) 1997 Colin Wood 3.\" Copyright (c) 1995 Mark Brinicombe 4.\" Copyright (c) 1994 Christopher G. Demetriou 5.\" All rights reserved. 6.\" 7.\" Redistribution and use in source and binary forms, with or without 8.\" modification, are permitted provided that the following conditions 9.\" are met: 10.\" 1. Redistributions of source code must retain the above copyright 11.\" notice, this list of conditions and the following disclaimer. 12.\" 2. Redistributions in binary form must reproduce the above copyright 13.\" notice, this list of conditions and the following disclaimer in the 14.\" documentation and/or other materials provided with the distribution. 15.\" 3. All advertising materials mentioning features or use of this software 16.\" must display the following acknowledgement: 17.\" This product includes software developed by Christopher G. Demetriou. 18.\" 3. The name of the author may not be used to endorse or promote products 19.\" derived from this software without specific prior written permission 20.\" 21.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 22.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 23.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 24.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 25.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 26.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 27.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 28.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 29.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 30.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 31.\" 32.\" $NetBSD: autoconf.4,v 1.2 1997/10/13 11:23:30 lukem Exp $ 33.\" 34.Dd July 17, 1997 35.Dt AUTOCONF 4 mac68k 36.Os NetBSD 37.Sh NAME 38.Nm autoconf 39.Nd diagnostics from the autoconfiguration code 40.Sh DESCRIPTION 41When 42.Tn NetBSD 43bootstraps it probes the innards of the machine 44on which it is running 45and locates controllers, drives, and other devices, printing out 46what it finds on the console. This procedure is driven by a system 47configuration table which is processed by 48.Xr config 8 49and compiled into each kernel. 50Devices which exist in the machine but are not configured into the 51kernel are usually not detected. 52The exception to this is the case of 53.Tn NuBus 54expansion boards. 55All 56.Tn NuBus 57slots are probed, 58and information about any cards found is reported even if the card 59is not currently configured. 60.Sh DIAGNOSTICS 61.Bl -diag 62.\" 63.\" The following doesn't seem to happen on the mac68k port, but 64.\" keep here waiting until I know for sure --Colin 65.\" 66.\".It CPU class not configured. 67.\"You tried to boot 68.\".Tn NetBSD 69.\"on a class of 70.\".Tn CPU 71.\"type which it doesn't 72.\"(or at least this compiled version of 73.\".Tn NetBSD 74.\"doesn't) understand.a 75.It %s%d at obio0: %s. 76The system is configuring an onboard I/O controller. 77.It addr %x not configured. 78An onboard I/O controller was encountered that is not configured into the 79kernel. 80.It %s at nubus%d slot %x. 81The system is configuring a NuBus expansion card in slot %x. 82.It %s at nubus%d slot %x: %s (Vendor: %s, Part: %s Type: %x %x %x %x) not configured. 83A NuBus expansion card was encountered that is not configured into the 84kernel. 85.Sq Vendor 86is the manufacturer of the board, 87.Sq Part 88is the name of the board, and 89.Sq Type 90is the Apple-defined type. 91.It %s: channel %d not configured. 92A serial device channel was encountered that is not configured into the 93kernel. 94.It %s at %s not configured. 95A device which was configured into the kernel was unable to properly 96initialize itself. 97.El 98.Sh SEE ALSO 99.Xr intro 4 , 100.Xr boot 8 , 101.Xr config 8 102