summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2002-10-01 21:01:36 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2002-10-01 21:01:36 +0000
commit37c435b3577743a5847c962d15412c18c8413e4d (patch)
treec20a0108f657b2604b40c800613d83f1dfe1562f /share/man
parentfd7d6fe92708e199d2a7993bea3843f2bf25dc55 (diff)
Last minute cleaning:
- add autoconf(4) boring template - remove console(4) obviously stolen from hp300 and thus full of lies (graphics console? on mvme68k? hello?) - .Xr and .Cd police - intro(4) nutrition - mvme68k is not a .Tn as far as I know ok deraadt@
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/man4.mvme68k/Makefile4
-rw-r--r--share/man/man4/man4.mvme68k/autoconf.4 (renamed from share/man/man4/man4.mvme68k/console.4)68
-rw-r--r--share/man/man4/man4.mvme68k/ie.414
-rw-r--r--share/man/man4/man4.mvme68k/intro.437
-rw-r--r--share/man/man4/man4.mvme68k/le.422
-rw-r--r--share/man/man4/man4.mvme68k/mem.45
-rw-r--r--share/man/man4/man4.mvme68k/ssh.48
7 files changed, 84 insertions, 74 deletions
diff --git a/share/man/man4/man4.mvme68k/Makefile b/share/man/man4/man4.mvme68k/Makefile
index 58328e293f4..c371f1e1361 100644
--- a/share/man/man4/man4.mvme68k/Makefile
+++ b/share/man/man4/man4.mvme68k/Makefile
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.5 2001/12/17 00:25:41 deraadt Exp $
+# $OpenBSD: Makefile,v 1.6 2002/10/01 21:01:35 miod Exp $
# from: @(#)Makefile 8.2 (Berkeley) 2/16/94
-MAN= console.4 intro.4 le.4 ie.4 mem.4 ssh.4
+MAN= autoconf.4 intro.4 le.4 ie.4 mem.4 ssh.4
MLINKS= mem.4 kmem.4
MANSUBDIR=mvme68k
diff --git a/share/man/man4/man4.mvme68k/console.4 b/share/man/man4/man4.mvme68k/autoconf.4
index 82bc1c7e463..33ca0a06ca2 100644
--- a/share/man/man4/man4.mvme68k/console.4
+++ b/share/man/man4/man4.mvme68k/autoconf.4
@@ -1,10 +1,8 @@
-.\" $OpenBSD: console.4,v 1.5 2000/03/02 14:46:47 todd Exp $
-.\" Copyright (c) 1990, 1991 The Regents of the University of California.
-.\" All rights reserved.
+.\" $OpenBSD: autoconf.4,v 1.1 2002/10/01 21:01:35 miod Exp $
+.\
+.\" Copyright (c) 1990, 1991, 1993
+.\" The Regents of the University of California. All rights reserved.
.\"
-.\" This code is derived from software contributed to Berkeley by
-.\" the Systems Programming Group of the University of Utah Computer
-.\" Science Department.
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
@@ -33,47 +31,27 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)cons.4 5.2 (Berkeley) 3/27/91
+.\" from: @(#)autoconf.4 8.1 (Berkeley) 6/9/93
.\"
-.Dd August 30, 1994
-.Dt CONSOLE 4 mvme68k
+.Dd June 9, 1993
+.Dt AUTOCONF 4 mvme68k
.Os
.Sh NAME
-.Nm console
-.Nd
-.Tn mvme68k
-console interface
+.Nm autoconf
+.Nd diagnostics from the autoconfiguration code
.Sh DESCRIPTION
-This release supports a
-.Dq virtual
-console device used for
-.Em kernel printf
-messages and accessed in user mode via
-.Pa /dev/console .
-It is virtual in the sense that it is attached to a hardware interface
-at boot time.
-Currently the choices are limited to:
-a bit-mapped display acting as an
-.Em internal terminal emulator
-.Dq Tn ITE ,
-the built-in serial interface
-.Xr ser 4 ,
-or a
-.Xr null 4
-console in that order.
-.Sh FILES
-.Bl -tag -width /dev/console
-.It Pa /dev/console
-.El
-.Sh HISTORY
-The
-.Nm
-device is
-.Ud
+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 SEE ALSO
-.Xr tty 4 ,
-.Xr reboot 8
-.Sh BUGS
-You should be able to specify potential console devices at
-.Xr config.new 8
-time.
+.Xr intro 4 ,
+.Xr boot_mvme68k 8 ,
+.Xr config 8
diff --git a/share/man/man4/man4.mvme68k/ie.4 b/share/man/man4/man4.mvme68k/ie.4
index 1b98f3d8902..4c9e975b68d 100644
--- a/share/man/man4/man4.mvme68k/ie.4
+++ b/share/man/man4/man4.mvme68k/ie.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ie.4,v 1.2 2001/12/17 10:25:29 mpech Exp $
+.\" $OpenBSD: ie.4,v 1.3 2002/10/01 21:01:35 miod Exp $
.\"
.\" Copyright (c) 1998 The OpenBSD Project
.\" All rights reserved.
@@ -8,10 +8,10 @@
.Os
.Sh NAME
.Nm ie
-.Nd Intel 82586 ethernet interface
+.Nd Intel 82586 Ethernet driver
.Sh SYNOPSIS
-.Cd "ie0 at mc0 offset 0x46000 ipl 1"
-.Cd "ie0 at pcctwo0 offset 0x46000 ipl 1"
+.Cd "ie0 at mc0 offset 0x46000 ipl 1" Pq "MVME162"
+.Cd "ie0 at pcctwo0 offset 0x46000 ipl 1" Pq "MVME167/177"
.Sh DESCRIPTION
The
.Nm
@@ -19,7 +19,6 @@ interface provides access to the 10 Mb/s Ethernet network via the
.Tn Intel
82586
Ethernet chip set.
-The
.Pp
Each of the host's network addresses
is specified at boot time with an
@@ -35,4 +34,7 @@ network.
.Xr arp 4 ,
.Xr inet 4 ,
.Xr intro 4 ,
-.Xr le 4
+.Xr le 4 ,
+.Xr netintro 4 ,
+.Xr hostname.if 5 ,
+.Xr ifconfig 8
diff --git a/share/man/man4/man4.mvme68k/intro.4 b/share/man/man4/man4.mvme68k/intro.4
index 8565945e2e2..9d4a86b95c1 100644
--- a/share/man/man4/man4.mvme68k/intro.4
+++ b/share/man/man4/man4.mvme68k/intro.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: intro.4,v 1.11 2002/03/29 22:46:00 jason Exp $
+.\" $OpenBSD: intro.4,v 1.12 2002/10/01 21:01:35 miod Exp $
.\" Copyright (c) 1990, 1991 Regents of the University of California.
.\" All rights reserved.
.\"
@@ -66,8 +66,7 @@ The networking support is introduced in
.Xr netintro 4 .
.Sh DEVICE SUPPORT
This section describes the hardware supported on the
-.Tn mvme68k
-platform.
+mvme68k platform.
Software support for these devices comes in two forms.
A hardware device may be supported with a character or block
.Em device driver ,
@@ -101,24 +100,50 @@ Pseudo-devices are not listed.
Devices are indicated by their functional interface.
Not all supported devices are listed.
.Pp
-.Bl -tag -width ssh(4) -compact -offset indent
+.Bl -tag -width pcctwo(4) -compact -offset indent
+.It Xr cl 4
+Cirrus Logic CL2400 serial controller.
+.It Xr flash 4
+MVME162 on-board flash memory.
.It Xr ie 4
Intel-based ethernet interface.
+.It Xr ipic 4
+MVME162
+.Tn Industry Pack
+ports.
.It Xr le 4
On board and MVME376 AMD 7990 Lance-based ethernet interface.
+.\" .It Xr lp 4
+.\" MVME147 printer interface.
+.It Xr mc 4
+MVME162 MCchip.
+.It Xr memc 4
+MVME1[67]x memory controller.
+.It Xr pcc 4
+MVME147 PCC chip.
+.It Xr pcctwo 4
+MVME1[67]7 PCC2 chip.
.It Xr ssh 4
NCR53710 low level SCSI adapter interface.
+.It Xr sram 4
+MVME162 static memory.
.It Xr vme 4
VME bus support.
.It Xr vs 4
MVME328 low level SCSI adapter interface.
+.It Xr wdsc 4
+WD33C93 SCSI adapter interface.
+.It Xr zs 4
+Zilog 8530 serial controller.
.El
.Sh SEE ALSO
.Xr autoconf 4 ,
+.Xr ie 4 ,
+.Xr le 4 ,
+.Xr ssh 4 ,
.Xr config 8
.Sh HISTORY
-The
-.Tn mvme68k
+The mvme68k
.Nm intro
first appeared in
.Ox 2.6 .
diff --git a/share/man/man4/man4.mvme68k/le.4 b/share/man/man4/man4.mvme68k/le.4
index a9b6e240bf6..ab78648a852 100644
--- a/share/man/man4/man4.mvme68k/le.4
+++ b/share/man/man4/man4.mvme68k/le.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: le.4,v 1.7 2001/11/13 13:54:26 mpech Exp $
+.\" $OpenBSD: le.4,v 1.8 2002/10/01 21:01:35 miod Exp $
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -44,8 +44,10 @@
.Nm le
.Nd Ethernet driver for AMD7990(LANCE)-based boards
.Sh SYNOPSIS
-.Cd "le* at pcc0 offset 0x1800 ipl 1"
-.Cd "le* at vmes0 addr 0xffff1200 ipl 1 vec 0x74 len 0x100"
+.Cd "le* at pcc0 offset 0x1800 ipl 1" Pq "onboard interface"
+.Cd "le* at vmes0 addr 0xffff1200 ipl 1 vec 0x74 len 0x100" Pq "MVME376"
+.Cd "le* at vmes0 addr 0xffff1400 ipl 1 vec 0x75 len 0x100" Pq "MVME376"
+.Cd "le* at vmes0 addr 0xffff1600 ipl 1 vec 0x76 len 0x100" Pq "MVME376"
.Sh DESCRIPTION
The
.Nm
@@ -69,20 +71,22 @@ network.
The
.Nm
interface supports the following mvme68k hardware:
-.Bl -tag -width "ON BOARD" -offset indent
-.It Em ON BOARD
-Motorola's MVME147 on board ethernet interface
+.Bl -tag -width "onboard" -offset indent
+.It Em onboard
+MVME147 onboard ethernet interface
.It Em MVME376
-Motorola's VME bus ethernet card
+MVME376 VMEbus ethernet card
.El
.Sh HISTORY
-The
-.Tn mvme68k
+The mvme68k
.Nm
interface first appeared in
.Ox 2.0
.Sh SEE ALSO
.Xr arp 4 ,
+.Xr ie 4 ,
.Xr inet 4 ,
.Xr intro 4 ,
+.Xr netintro 4 ,
+.Xr hostname.if 5 ,
.Xr ifconfig 8
diff --git a/share/man/man4/man4.mvme68k/mem.4 b/share/man/man4/man4.mvme68k/mem.4
index fc9886a6ef2..3865719e668 100644
--- a/share/man/man4/man4.mvme68k/mem.4
+++ b/share/man/man4/man4.mvme68k/mem.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mem.4,v 1.5 2000/04/27 00:35:58 deraadt Exp $
+.\" $OpenBSD: mem.4,v 1.6 2002/10/01 21:01:35 miod Exp $
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -61,8 +61,7 @@ in the same manner as
.Nm /dev/mem .
Only kernel virtual addresses that are currently mapped to memory are allowed.
.Pp
-On the
-.Tn mvme68k ,
+On the mvme68k,
physical memory may be discontiguous;
kernel virtual memory begins at
.Ad 0x00000000 .
diff --git a/share/man/man4/man4.mvme68k/ssh.4 b/share/man/man4/man4.mvme68k/ssh.4
index 35be3998802..bacf21d4372 100644
--- a/share/man/man4/man4.mvme68k/ssh.4
+++ b/share/man/man4/man4.mvme68k/ssh.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ssh.4,v 1.1 2001/12/17 00:25:41 deraadt Exp $
+.\" $OpenBSD: ssh.4,v 1.2 2002/10/01 21:01:35 miod Exp $
.\" $NetBSD: siop.4,v 1.3 2000/10/23 16:38:10 bouyer Exp $
.\"
.\" Copyright (c) 2000 Manuel Bouyer.
@@ -50,9 +50,11 @@ controller chips.
.Xr cd 4 ,
.Xr ch 4 ,
.Xr intro 4 ,
-.Xr mc 4 ,
-.Xr pcctwo 4 ,
+.\" .Xr mc 4 ,
+.\" .Xr pcctwo 4 ,
+.Xr scsi 4 ,
.Xr sd 4 ,
+.Xr ss 4 ,
.Xr st 4 ,
.Xr uk 4
.Pp