Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4/man4.hp300 Sync device autoconf(9) messages i...
details: https://anonhg.NetBSD.org/src/rev/23e36369fe08
branches: trunk
changeset: 366829:23e36369fe08
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Fri Jun 17 16:43:52 2022 +0000
description:
Sync device autoconf(9) messages in DIAGNOSTICS with reality a bit.
Also pull some fixes from luna68k by wizd(8).
diffstat:
share/man/man4/man4.hp300/autoconf.4 | 52 +++++++++++++++++++++--------------
1 files changed, 31 insertions(+), 21 deletions(-)
diffs (97 lines):
diff -r 561b676795f3 -r 23e36369fe08 share/man/man4/man4.hp300/autoconf.4
--- a/share/man/man4/man4.hp300/autoconf.4 Fri Jun 17 16:10:10 2022 +0000
+++ b/share/man/man4/man4.hp300/autoconf.4 Fri Jun 17 16:43:52 2022 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: autoconf.4,v 1.11 2017/02/17 22:24:46 christos Exp $
+.\" $NetBSD: autoconf.4,v 1.12 2022/06/17 16:43:52 tsutsui Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" from: @(#)autoconf.4 8.1 (Berkeley) 6/9/93
.\"
-.Dd February 17, 2017
+.Dd June 17, 2022
.Dt AUTOCONF 4 hp300
.Os
.Sh NAME
@@ -41,7 +41,8 @@
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
+what it finds on the console.
+This procedure is driven by a system
configuration table which is processed by
.Xr config 1
and compiled into each kernel.
@@ -70,26 +71,26 @@
time, and any available device may be used.
.Sh DIAGNOSTICS
.Bl -diag
-.It CPU type not configured.
+.It SPU type not configured
You tried to boot
.Nx
-on a
-.Tn CPU
-type which it doesn't
+on an SPU type which it doesn't
(or at least this compiled version of
.Nx
doesn't) understand.
-.Pp
-.It hpibbus%d at sc%d, ipl %d.
+.It nhpib%d at intio0 addr 0x478000 ipl %d
+.It nhpib%d at dio0 scode %d ipl %d
+.It fhpib%d at dio0 scode %d ipl %d
+.It hpibbus%d at nhpib%d
+.It hpibbus%d at fhpib%d
An
.Tn HP-IB
-was found at sc%d (the select code)
-with ipl%d (interrupt priority level).
+was found at the internal bus or scode %d (the select code)
+with ipl %d (interrupt priority level).
.Nx
will call it hpibbus%d.
-.Pp
-.It %s%d: %s.
-.It %s%d at hpibbus%d, slave %d.
+.It %s%d at hpibbus%d slave %d punit %d
+.It %s%d: %s
An
.Tn HP-IB
disk or tape controller was found.
@@ -103,14 +104,23 @@
.Ql %s
in the first line will be a product type like ``7945A'' or ``9144''.
The slave number comes from the address select switches on the drive.
-.Pp
-.It grf0 csr 0x560000
-.It grf%d at sc%d
-A bit mapped display was found either at the ``internal'' address (first case)
-or at some ``external'' select code (second case).
+.It dvbox0 at intio0 addr 0x560000
+.It dvbox%d at dio0 scode %d
+.It gbox0 at intio0 addr 0x560000
+.It gbox%d at dio0 scode %d
+.It hyper%d at dio0 scode %d
+.It rbox0 at intio0 addr 0x560000
+.It rbox%d at dio0 scode %d
+.It topcat0 at intio0 addr 0x560000
+.It topcat%d at dio0 scode %d
+.It tvrx%d at dio0 scode %d
+.It gendiofb%d at dio0 scode %d
+.It sti%d at sgc0 slot %d
+A bit mapped display was found either at the ``internal'' address,
+at some ``external'' select code,
+or at some SGC bus slot.
If it exists, the internal display will always be unit 0.
-.Pp
-.It %s%d at sc%d, ipl %d flags %d
+.It %s%d at dio0 scode %d ipl %d
Another peripheral controller was found at the indicated select code
and with indicated interrupt priority level.
.Ql %s
Home |
Main Index |
Thread Index |
Old Index