diff options
author | Robert Nagy <robert@cvs.openbsd.org> | 2007-03-16 21:33:31 +0000 |
---|---|---|
committer | Robert Nagy <robert@cvs.openbsd.org> | 2007-03-16 21:33:31 +0000 |
commit | b44496e42cb75029093615ea3b10083204176f18 (patch) | |
tree | 532869ba2b02e9bf9d39237149520fabbf400f46 /share/man/man4/man4.alpha | |
parent | 3313c8da15ece1bcc863ff6ed064e39102dd0844 (diff) |
add mcbus(4), mcpcia(4) manual pages and also create a link
from mcbus(4) to mcmem(4)
Diffstat (limited to 'share/man/man4/man4.alpha')
-rw-r--r-- | share/man/man4/man4.alpha/Makefile | 8 | ||||
-rw-r--r-- | share/man/man4/man4.alpha/mcbus.4 | 69 | ||||
-rw-r--r-- | share/man/man4/man4.alpha/mcpcia.4 | 55 |
3 files changed, 129 insertions, 3 deletions
diff --git a/share/man/man4/man4.alpha/Makefile b/share/man/man4/man4.alpha/Makefile index db5d87a0ad0..5935242505f 100644 --- a/share/man/man4/man4.alpha/Makefile +++ b/share/man/man4/man4.alpha/Makefile @@ -1,9 +1,11 @@ -# $OpenBSD: Makefile,v 1.15 2004/03/09 22:15:05 miod Exp $ +# $OpenBSD: Makefile,v 1.16 2007/03/16 21:33:30 robert Exp $ MAN= apecs.4 asc.4 autoconf.4 cia.4 intro.4 irongate.4 \ - lca.4 le.4 mem.4 scc.4 tcasic.4 tga.4 tsc.4 + lca.4 le.4 mem.4 mcbus.4 mcpcia.4 scc.4 tcasic.4 \ + tga.4 tsc.4 MLINKS= mem.4 kmem.4 \ - tsc.4 tsp.4 + tsc.4 tsp.4 \ + mcbus.4 mcmem.4 MANSUBDIR=alpha .include <bsd.prog.mk> diff --git a/share/man/man4/man4.alpha/mcbus.4 b/share/man/man4/man4.alpha/mcbus.4 new file mode 100644 index 00000000000..2cf46a613c9 --- /dev/null +++ b/share/man/man4/man4.alpha/mcbus.4 @@ -0,0 +1,69 @@ +.\" $OpenBSD: mcbus.4,v 1.1 2007/03/16 21:33:30 robert Exp $ +.\" $NetBSD: mcbus.4,v 1.1 2001/09/21 09:11:44 gmcgarry Exp $ +.\" +.\" Copyright (c) 2001 The NetBSD Foundation, Inc. +.\" All rights reserved. +.\" +.\" This code is derived from software contributed to The NetBSD Foundation +.\" by Gregory McGarry. +.\" +.\" 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 the NetBSD +.\" Foundation, Inc. and its contributors. +.\" 4. Neither the name of The NetBSD Foundation 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 NETBSD FOUNDATION, INC. 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 FOUNDATION 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. +.\" +.Dd September 19, 2001 +.Dt MCBUS 4 alpha +.Os +.Sh NAME +.Nm mcbus +.Nd +MCBUS system bus +.Sh SYNOPSIS +.Cd "mcbus* at mainbus0" +.Cd "mcmem* at mcbus? mid ?" +.Sh DESCRIPTION +The +.Nm +driver provides support for MCBUS system bus found on AlphaServer 4100 +and 1200 systems. +.Pp +The following devices are supported by the +.Nm +driver: +.Pp +.Bl -tag -width mcclock -offset indent -compact +.It mcmem +memory modules attached to the MCBUS main system bus. +.It mcpcia +MCPCIA MCBUS-to-PCI bus adapter +.El +.Sh SEE ALSO +.Xr intro 4 , +.Xr mainbus 4 , +.Xr mcpcia 4 +.Sh BUGS +Only one MCBUS bus can exist within the system. diff --git a/share/man/man4/man4.alpha/mcpcia.4 b/share/man/man4/man4.alpha/mcpcia.4 new file mode 100644 index 00000000000..0292a98614b --- /dev/null +++ b/share/man/man4/man4.alpha/mcpcia.4 @@ -0,0 +1,55 @@ +.\" $NetBSD: mcpcia.4,v 1.1 2001/09/21 09:11:44 gmcgarry Exp $ +.\" +.\" Copyright (c) 2001 The NetBSD Foundation, Inc. +.\" All rights reserved. +.\" +.\" This code is derived from software contributed to The NetBSD Foundation +.\" by Gregory McGarry. +.\" +.\" 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 the NetBSD +.\" Foundation, Inc. and its contributors. +.\" 4. Neither the name of The NetBSD Foundation 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 NETBSD FOUNDATION, INC. 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 FOUNDATION 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. +.\" +.Dd September 19, 2001 +.Dt MCPCIA 4 alpha +.Os +.Sh NAME +.Nm mcpcia +.Nd +MCPCIA MCBUS-to-PCI bus adapter +.Sh SYNOPSIS +.Cd "mcpcia* at mcbus? mid ?" +.Cd "pci* at mcpcia?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the MCPCIA MCBUS-to-PCI bus adapter found +on AlphaServer 4100 and 1200 systems. +.Sh SEE ALSO +.Xr intro 4 , +.Xr mcbus 4 , +.Xr pci 4 |