summaryrefslogtreecommitdiff
path: root/share/man/man4/man4.mvme88k
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2003-09-02 21:33:17 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2003-09-02 21:33:17 +0000
commit0de243012752525de76862efe311aebbd284cce9 (patch)
tree22083a3950f5856d61de85d76764c65466d1635c /share/man/man4/man4.mvme88k
parentc4a744fb09822973000ce851860aae55310e4123 (diff)
More mvme88k manual pages, shamelessly cloned from mvme68k
Diffstat (limited to 'share/man/man4/man4.mvme88k')
-rw-r--r--share/man/man4/man4.mvme88k/Makefile6
-rw-r--r--share/man/man4/man4.mvme88k/autoconf.453
-rw-r--r--share/man/man4/man4.mvme88k/mem.479
3 files changed, 135 insertions, 3 deletions
diff --git a/share/man/man4/man4.mvme88k/Makefile b/share/man/man4/man4.mvme88k/Makefile
index 924acf450fd..274c5d2bc0a 100644
--- a/share/man/man4/man4.mvme88k/Makefile
+++ b/share/man/man4/man4.mvme88k/Makefile
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.1 2003/08/07 19:22:38 miod Exp $
+# $OpenBSD: Makefile,v 1.2 2003/09/02 21:33:13 miod Exp $
-# TODO: autoconf cl clock dart mem memc nvram sclock syscon vx
-MAN= bussw.4 ie.4 intro.4 pcctwo.4 ssh.4 ve.4 vme.4 vs.4
+# TODO: cl clock dart memc nvram sclock syscon vx
+MAN= autoconf.4 bussw.4 ie.4 intro.4 mem.4 pcctwo.4 ssh.4 ve.4 vme.4 vs.4
MANSUBDIR=mvme88k
.include <bsd.prog.mk>
diff --git a/share/man/man4/man4.mvme88k/autoconf.4 b/share/man/man4/man4.mvme88k/autoconf.4
new file mode 100644
index 00000000000..140f67463b9
--- /dev/null
+++ b/share/man/man4/man4.mvme88k/autoconf.4
@@ -0,0 +1,53 @@
+.\" $OpenBSD: autoconf.4,v 1.1 2003/09/02 21:33:13 miod Exp $
+.\
+.\" Copyright (c) 1990, 1991, 1993
+.\" The Regents of the University of California. 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. Neither the name of the University nor the names of its contributors
+.\" may be used to endorse or promote products derived from this software
+.\" without specific prior written permission.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``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 REGENTS OR CONTRIBUTORS 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.
+.\"
+.\" from: @(#)autoconf.4 8.1 (Berkeley) 6/9/93
+.\"
+.Dd September 2, 2003
+.Dt AUTOCONF 4 mvme88k
+.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 SEE ALSO
+.Xr intro 4 ,
+.Xr boot_mvme88k 8 ,
+.Xr config 8
diff --git a/share/man/man4/man4.mvme88k/mem.4 b/share/man/man4/man4.mvme88k/mem.4
new file mode 100644
index 00000000000..218a264c3b3
--- /dev/null
+++ b/share/man/man4/man4.mvme88k/mem.4
@@ -0,0 +1,79 @@
+.\" $OpenBSD: mem.4,v 1.1 2003/09/02 21:33:13 miod Exp $
+.\" Copyright (c) 1992, 1993
+.\" The Regents of the University of California. All rights reserved.
+.\"
+.\" This software was developed by the Computer Systems Engineering group
+.\" at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
+.\" contributed to Berkeley.
+.\"
+.\" 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. Neither the name of the University nor the names of its contributors
+.\" may be used to endorse or promote products derived from this software
+.\" without specific prior written permission.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``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 REGENTS OR CONTRIBUTORS 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.
+.\"
+.\" from: @(#)mem.4 8.1 (Berkeley) 6/5/93
+.\"
+.Dd September 2, 2003
+.Dt MEM 4 mvme88k
+.Os
+.Sh NAME
+.Nm mem ,
+.Nm kmem
+.Nd memory files
+.Sh DESCRIPTION
+The file
+.Pa /dev/mem
+is an interface to the physical memory of the
+computer.
+Byte offsets in this file are interpreted as physical memory addresses.
+Reading and writing this file is equivalent to reading and writing
+memory itself.
+An error will be returned if an attempt is made to reference
+an offset outside of
+.Pa /dev/mem .
+.Pp
+Kernel virtual memory is accessed via the file
+.Pa /dev/kmem
+in the same manner as
+.Pa /dev/mem .
+Only kernel virtual addresses that are currently mapped to memory are allowed.
+.Pp
+On the mvme88k, physical memory is always contiguous;
+kernel virtual memory begins at
+.Ad 0x00000000 .
+.Pp
+Writeability of these devices is controlled by the system
+.Xr securelevel 7 .
+.Sh FILES
+.Bl -tag -width /dev/kmem -compact
+.It Pa /dev/mem
+.It Pa /dev/kmem
+.El
+.Sh SEE ALSO
+.Xr securelevel 7
+.Sh HISTORY
+The
+.Pa /dev/mem
+and
+.Pa /dev/kmem
+files appeared in
+.At v6 .