summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2001-08-21 00:28:11 +0000
committerJason Wright <jason@cvs.openbsd.org>2001-08-21 00:28:11 +0000
commitc6d33649faab87d32a2b730347dc305252c5fcb8 (patch)
tree69c7ae9569982556988cb47f5a7e2f1843792522 /share
parent441b33c36f0acc48872d7a6dd36ff0bdd0919158 (diff)
add an autoconf page based on the one from i386
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/man4.sparc/Makefile5
-rw-r--r--share/man/man4/man4.sparc/autoconf.464
2 files changed, 67 insertions, 2 deletions
diff --git a/share/man/man4/man4.sparc/Makefile b/share/man/man4/man4.sparc/Makefile
index c0abe590df5..cb4692d0ae8 100644
--- a/share/man/man4/man4.sparc/Makefile
+++ b/share/man/man4/man4.sparc/Makefile
@@ -1,8 +1,9 @@
-# $OpenBSD: Makefile,v 1.21 2001/06/20 16:27:30 mpech Exp $
+# $OpenBSD: Makefile,v 1.22 2001/08/21 00:28:10 jason Exp $
# from: @(#)Makefile 8.2 (Berkeley) 2/16/94
MAN= intro.4
-MAN+= audioamd.4 audiocs.4 be.4 bwtwo.4 cgtwo.4 cgthree.4 cgfour.4 cgsix.4
+MAN+= audioamd.4 audiocs.4 autoconf.4 be.4 bwtwo.4
+MAN+= cgtwo.4 cgthree.4 cgfour.4 cgsix.4
MAN+= cgeight.4 cgfourteen.4 esp.4 fd.4 fga.4 hme.4 ie.4 kbd.4 le.4 led.4
MAN+= magma.4 mem.4 ms.4 openprom.4 pnozz.4 qe.4 qec.4 scf.4 si.4 spif.4
MAN+= sw.4 tctrl.4 tcx.4 xbox.4 xd.4 xy.4 zs.4
diff --git a/share/man/man4/man4.sparc/autoconf.4 b/share/man/man4/man4.sparc/autoconf.4
new file mode 100644
index 00000000000..8b13c9d6852
--- /dev/null
+++ b/share/man/man4/man4.sparc/autoconf.4
@@ -0,0 +1,64 @@
+.\" $OpenBSD: autoconf.4,v 1.1 2001/08/21 00:28:10 jason Exp $
+.\"
+.\" Copyright (c) 1994 Christopher G. Demetriou
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\" notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\" notice, this list of conditions and the following disclaimer in the
+.\" documentation and/or other materials provided with the distribution.
+.\" 3. All advertising materials mentioning features or use of this software
+.\" must display the following acknowledgement:
+.\" This product includes software developed by Christopher G. Demetriou.
+.\" 3. The name of the author may not be used to endorse or promote products
+.\" derived from this software without specific prior written permission
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+.\"
+.Dd August 19, 2001
+.Dt AUTOCONF 4 sparc
+.Os
+.Sh NAME
+.Nm autoconf
+.Nd diagnostics from the autoconfiguration code
+.Sh DESCRIPTION
+When
+.Ox
+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
+.Xr config 8
+and compiled into each kernel.
+Devices which exist in the machine but are not configured into the
+kernel are not detected.
+.Sh DIAGNOSTICS
+.Bl -diag
+.It CPU class not configured.
+You tried to boot
+.Ox
+on a class of
+.Tn CPU
+type which it doesn't
+(or at least this compiled version of
+.Ox
+doesn't) understand.
+.El
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr boot 8 ,
+.Xr config 8