blob: 68a1138a99c6d689b445ed062359804c04d51766 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
<table class="head">
<tr>
<td class="head-ltitle">AUTOCONF(4)</td>
<td class="head-vol">Device Drivers Manual (pmax)</td>
<td class="head-rtitle">AUTOCONF(4)</td>
</tr>
</table>
<div class="manual-text">
<section class="Sh">
<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
<p class="Pp"><code class="Nm">autoconf</code> —
<span class="Nd">diagnostics from the autoconfiguration code</span></p>
</section>
<section class="Sh">
<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
<p class="Pp">When <span class="Ux">NetBSD</span> bootstraps it probes the
innards of the machine on which it is running and locates controllers,
drives, and other devices, printing out what it finds on the console. This
procedure is driven by a system configuration table which is processed by
<a class="Xr">config(1)</a> and compiled into each kernel. Devices which
exist in the machine but are not configured into the kernel are not
detected.</p>
</section>
<section class="Sh">
<h1 class="Sh" id="DIAGNOSTICS"><a class="permalink" href="#DIAGNOSTICS">DIAGNOSTICS</a></h1>
<dl class="Bl-diag">
<dt>CPU type (0x%x) not supported.</dt>
<dd>You tried to boot <span class="Ux">NetBSD</span> on a type of CPU type
which it doesn't (or at least this compiled version of
<span class="Ux">NetBSD</span> doesn't) understand.</dd>
</dl>
</section>
<section class="Sh">
<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
ALSO</a></h1>
<p class="Pp"><a class="Xr">config(1)</a>, <a class="Xr">pmax/intro(4)</a>,
<a class="Xr">boot(8)</a></p>
</section>
</div>
<table class="foot">
<tr>
<td class="foot-date">February 17, 2017</td>
<td class="foot-os">NetBSD 10.1</td>
</tr>
</table>
|