1.\" 2.\" Copyright (c) 1990, 1991 Regents of the University of California. 3.\" All rights reserved. 4.\" 5.\" Redistribution and use in source and binary forms, with or without 6.\" modification, are permitted provided that the following conditions 7.\" are met: 8.\" 1. Redistributions of source code must retain the above copyright 9.\" notice, this list of conditions and the following disclaimer. 10.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" notice, this list of conditions and the following disclaimer in the 12.\" documentation and/or other materials provided with the distribution. 13.\" 3. All advertising materials mentioning features or use of this software 14.\" must display the following acknowledgement: 15.\" This product includes software developed by Christopher G. Demetriou. 16.\" 3. The name of the author may not be used to endorse or promote products 17.\" derived from this software without specific prior written permission 18.\" 19.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 20.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 21.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 22.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 23.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 24.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 25.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 26.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 27.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 28.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 29.\" 30.\" $Id: autoconf.4,v 1.1 1995/08/18 15:10:06 chopps Exp $ 31.\" 32.Dd 33.Dt AUTOCONF 4 amiga 34.Os 35.Sh NAME 36.Nm autoconf 37.Nd diagnostics from the autoconfiguration code 38.Sh DESCRIPTION 39When 40.Tn NetBSD 41bootstraps it probes the innards of the machine 42on which it is running 43and locates controllers, drives, and other devices, printing out 44what it finds on the console. This procedure is driven by a system 45configuration table which is processed by 46.Xr config 8 47and compiled into each kernel. 48Devices which exist in the machine but are not configured into the 49kernel are not detected. 50.Sh DIAGNOSTICS 51.Bl -diag 52.It CPU class not configured. 53You tried to boot 54.Tn NetBSD 55on a class of 56.Tn CPU 57type which it doesn't 58(or at least this compiled version of 59.Tn NetBSD 60doesn't) understand. 61.Pp 62.It %s at mainbus0. 63An Amiga internal device 64.Ql %s 65was configured 66.Pp not configured. 67If this line follows the 68.Qlfd0 at fdc0 69configuration line, this diagnostic 70indicates that a second floppy drive was detected, but was not configured 71into the kernel. 72.Pp 73.It zbus0 at mainbus0 [mem 0x%x-0x%x]. 74The kernel is configuring AutoConfigured expansion boards. If any Zorro 75II memory was detected, the virtual address of the space reserved for 76DMA bounce buffers is printed. 77.Pp 78.It %s at zbus0: rom 0x%x man/prod %d/%d. 79A Zorro expansion board was configured. 80.Ql Rom 0x%0x 81is the physical address the board was configured at. 82.Ql Man/prod &d/%d 83is the manufacturer/product codes. 84.Pp 85.It %s at zbus0: rom 0x%x man/prod %d/%d not configured. 86A Zorro expansion board located at 87.Ql rom 0x%0x 88with a manufacturer/product code 89.Ql %d/%d 90was found that is not configured into the kernel. 91.El 92.Sh SEE ALSO 93.Xr intro 4 , 94.Xr boot 8 , 95.Xr config 8 96