summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2008-05-20 04:33:21 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2008-05-20 04:33:21 +0000
commit297af68f4f186a50c65d5eade5d7c15b2fa3be7d (patch)
tree512af7f81a1fd52695bd0cc11a47f6cfdaf6fa7a
parentd24b5bdc4bcbccb4f5fb4c9021ef3ce480ead1da (diff)
Do not provide md mainbus(4) since there is an mi blurb.
-rw-r--r--share/man/man4/man4.landisk/Makefile4
-rw-r--r--share/man/man4/man4.landisk/mainbus.462
-rw-r--r--share/man/man4/man4.mac68k/Makefile5
-rw-r--r--share/man/man4/man4.mac68k/mainbus.462
-rw-r--r--share/man/man4/man4.sgi/Makefile4
-rw-r--r--share/man/man4/man4.sgi/mainbus.444
6 files changed, 6 insertions, 175 deletions
diff --git a/share/man/man4/man4.landisk/Makefile b/share/man/man4/man4.landisk/Makefile
index 1b0cdf19d6b..df616468dfe 100644
--- a/share/man/man4/man4.landisk/Makefile
+++ b/share/man/man4/man4.landisk/Makefile
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.5 2007/03/08 18:06:30 miod Exp $
+# $OpenBSD: Makefile,v 1.6 2008/05/20 04:33:18 miod Exp $
# TODO: autoconf scif shb rsclock
-MAN= intro.4 mainbus.4 mem.4 obio.4 power.4 shpcic.4
+MAN= intro.4 mem.4 obio.4 power.4 shpcic.4
MANSUBDIR=landisk
MLINKS+= mem.4 kmem.4
diff --git a/share/man/man4/man4.landisk/mainbus.4 b/share/man/man4/man4.landisk/mainbus.4
deleted file mode 100644
index a8477b7ca30..00000000000
--- a/share/man/man4/man4.landisk/mainbus.4
+++ /dev/null
@@ -1,62 +0,0 @@
-.\"
-.\" Copyright (c) 1997 Colin Wood
-.\" 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 Colin Wood
-.\" for the NetBSD Project.
-.\" 4. 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.
-.\"
-.\" $OpenBSD: mainbus.4,v 1.2 2007/05/31 19:19:55 jmc Exp $
-.\" $NetBSD: mainbus.4,v 1.1 1997/07/18 02:13:40 ender Exp $
-.\"
-.Dd $Mdocdate: May 31 2007 $
-.Dt MAINBUS 4 landisk
-.Os
-.Sh NAME
-.Nm mainbus
-.Nd landisk main processor bus device
-.Sh SYNOPSIS
-.Cd "mainbus0 at root"
-.Cd "cpu0 at mainbus?"
-.Cd "shb* at mainbus?"
-.Cd "shpcic* at mainbus?"
-.Cd "obio0 at mainbus?"
-.Sh DESCRIPTION
-The
-.Nm
-interface serves as an abstraction used by the autoconfiguration
-system to help find and attach buses or devices connected to the
-.Tn landisk
-main processor bus.
-.Sh SEE ALSO
-.Xr intro 4 ,
-.Xr obio 4 ,
-.\" shb
-.Xr shpcic 4
-.Sh HISTORY
-The
-.Nm
-first appeared in
-.Ox 4.1 .
diff --git a/share/man/man4/man4.mac68k/Makefile b/share/man/man4/man4.mac68k/Makefile
index 000896da32a..477b4429990 100644
--- a/share/man/man4/man4.mac68k/Makefile
+++ b/share/man/man4/man4.mac68k/Makefile
@@ -1,9 +1,8 @@
# from: @(#)Makefile 5.1 (Berkeley) 6/29/90
-# $OpenBSD: Makefile,v 1.14 2006/01/18 23:27:11 miod Exp $
+# $OpenBSD: Makefile,v 1.15 2008/05/20 04:33:20 miod Exp $
MAN= adb.4 ae.4 asc.4 autoconf.4 esp.4 intro.4 \
- macfb.4 mainbus.4 mc.4 mem.4 \
- ncrscsi.4 nubus.4 obio.4 sn.4 zsc.4
+ macfb.4 mc.4 mem.4 ncrscsi.4 nubus.4 obio.4 sn.4 zsc.4
MLINKS= mem.4 kmem.4 \
ncrscsi.4 sbc.4 \
zsc.4 zstty.4
diff --git a/share/man/man4/man4.mac68k/mainbus.4 b/share/man/man4/man4.mac68k/mainbus.4
deleted file mode 100644
index d0a286354ef..00000000000
--- a/share/man/man4/man4.mac68k/mainbus.4
+++ /dev/null
@@ -1,62 +0,0 @@
-.\"
-.\" Copyright (c) 1997 Colin Wood
-.\" 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 Colin Wood
-.\" for the NetBSD Project.
-.\" 4. 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.
-.\"
-.\" $OpenBSD: mainbus.4,v 1.8 2007/05/31 19:19:55 jmc Exp $
-.\" $NetBSD: mainbus.4,v 1.1 1997/07/18 02:13:40 ender Exp $
-.\"
-.Dd $Mdocdate: May 31 2007 $
-.Dt MAINBUS 4 mac68k
-.Os
-.Sh NAME
-.Nm mainbus
-.Nd Mac68k main processor bus device
-.Sh SYNOPSIS
-.Cd "mainbus0 at root"
-.Cd "obio0 at mainbus?"
-.Cd "nubus0 at mainbus?"
-.Sh DESCRIPTION
-The
-.Nm
-interface serves as an abstraction used by the autoconfiguration
-system to help find and attach buses
-.Pq e.g. the Tn NuBus expansion bus
-or devices
-connected to the
-.Tn Macintosh
-main processor bus.
-.Sh SEE ALSO
-.Xr intro 4 ,
-.Xr nubus 4 ,
-.Xr obio 4
-.Sh HISTORY
-The
-.Nm
-first appeared in
-.Nx 1.2 .
diff --git a/share/man/man4/man4.sgi/Makefile b/share/man/man4/man4.sgi/Makefile
index 4720d1cbffa..1371d2b3b95 100644
--- a/share/man/man4/man4.sgi/Makefile
+++ b/share/man/man4/man4.sgi/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.9 2007/12/18 08:32:26 jasper Exp $
+# $OpenBSD: Makefile,v 1.10 2008/05/20 04:33:20 miod Exp $
-MAN= gbe.4 intro.4 macebus.4 mainbus.4 mavb.4 mec.4 mkbc.4 power.4
+MAN= gbe.4 intro.4 macebus.4 mavb.4 mec.4 mkbc.4 power.4
MLINKS= macebus.4 macepcibr.4
MANSUBDIR=sgi
diff --git a/share/man/man4/man4.sgi/mainbus.4 b/share/man/man4/man4.sgi/mainbus.4
deleted file mode 100644
index dc5422d6313..00000000000
--- a/share/man/man4/man4.sgi/mainbus.4
+++ /dev/null
@@ -1,44 +0,0 @@
-.\" $OpenBSD: mainbus.4,v 1.1 2007/11/28 16:27:29 jsing Exp $
-.\"
-.\" Copyright (c) 2007 Joel Sing <jsing@openbsd.org>
-.\"
-.\" Permission to use, copy, modify, and distribute this software for any
-.\" purpose with or without fee is hereby granted, provided that the above
-.\" copyright notice and this permission notice appear in all copies.
-.\"
-.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
-.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-.\"
-.Dd $Mdocdate: November 28 2007 $
-.Dt MAINBUS 4 sgi
-.Os
-.Sh NAME
-.Nm mainbus
-.Nd SGI main processor bus device
-.Sh SYNOPSIS
-.Cd "mainbus0 at root"
-.Cd "cpu* at mainbus0"
-.Cd "macebus0 at mainbus0"
-.Cd "gbe0 at mainbus0"
-.Sh DESCRIPTION
-The
-.Nm
-interface serves as an abstraction used by the autoconfiguration system to help
-find and attach buses or devices connected to the main processor bus.
-.Pp
-In SGI O2 machines,
-.Nm
-corresponds to the CRIME (CPU, Rendering, Interconnect and Memory Engine) bus
-which acts as a bridge between the CPU, main memory, MACE (Multimedia,
-Audio and Communications Engine) bus, Video Image Compression Engine (VICE)
-and Graphics Back End (GBE).
-.Sh SEE ALSO
-.Xr autoconf 4 ,
-.Xr gbe 4 ,
-.Xr intro 4 ,
-.Xr macebus 4