diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-11-22 22:58:10 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-11-22 22:58:10 +0000 |
commit | 1934baff5ef4be040cefe8ed41f896c1a8d115be (patch) | |
tree | 03550f1e79e9c1090c40f21d78f5e979092ee4e5 /share/man | |
parent | 14d0cd9a7431c9a4a0a7655d17e3363a9965d760 (diff) |
Boiler-plate manpage for memreg(4/sparc) as well.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/man4.sparc/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/man4.sparc/eccmemctl.4 | 6 | ||||
-rw-r--r-- | share/man/man4/man4.sparc/memreg.4 | 37 |
3 files changed, 42 insertions, 5 deletions
diff --git a/share/man/man4/man4.sparc/Makefile b/share/man/man4/man4.sparc/Makefile index c33cf8b9067..7092e974fd6 100644 --- a/share/man/man4/man4.sparc/Makefile +++ b/share/man/man4/man4.sparc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.44 2014/11/22 22:48:38 miod Exp $ +# $OpenBSD: Makefile,v 1.45 2014/11/22 22:58:09 miod Exp $ # from: @(#)Makefile 8.2 (Berkeley) 2/16/94 MAN= agten.4 audioamd.4 audiocs.4 autoconf.4 auxreg.4 \ @@ -10,7 +10,7 @@ MAN= agten.4 audioamd.4 audiocs.4 autoconf.4 auxreg.4 \ fga.4 \ ie.4 intro.4 \ le.4 led.4 \ - magma.4 mem.4 mgx.4 \ + magma.4 mem.4 memreg.4 mgx.4 \ openprom.4 \ pninek.4 pnozz.4 presto.4 \ qe.4 qec.4 \ diff --git a/share/man/man4/man4.sparc/eccmemctl.4 b/share/man/man4/man4.sparc/eccmemctl.4 index c27a42f1c0a..5b19ef4d230 100644 --- a/share/man/man4/man4.sparc/eccmemctl.4 +++ b/share/man/man4/man4.sparc/eccmemctl.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: eccmemctl.4,v 1.1 2014/11/22 22:48:38 miod Exp $ +.\" $OpenBSD: eccmemctl.4,v 1.2 2014/11/22 22:58:09 miod Exp $ .\" .\" Copyright (c) 2014, Miodrag Vallat. .\" @@ -31,5 +31,5 @@ It will enable ECC memory checking, and will report detailed information about memory errors occuring. .Sh SEE ALSO .Xr intro 4 , -.Xr mainbus 4 -.\" .Xr memreg 4 +.Xr mainbus 4 , +.Xr memreg 4 diff --git a/share/man/man4/man4.sparc/memreg.4 b/share/man/man4/man4.sparc/memreg.4 new file mode 100644 index 00000000000..9c2b701d548 --- /dev/null +++ b/share/man/man4/man4.sparc/memreg.4 @@ -0,0 +1,37 @@ +.\" $OpenBSD: memreg.4,v 1.1 2014/11/22 22:58:09 miod Exp $ +.\" +.\" Copyright (c) 2014, Miodrag Vallat. +.\" +.\" 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 22 2014 $ +.Dt MEMREG 4 sparc +.Os +.Sh NAME +.Nm memreg +.Nd parity memory error register +.Sh SYNOPSIS +.Cd "memreg0 at mainbus0 " Pq "sun4c and sun4e" +.Cd "memreg0 at obio0 " Pq "sun4m" +.Cd "memreg0 at obio0 addr 0xf4000000 " Pq "sun4" +.Sh DESCRIPTION +The +.Nm +driver provides support for the parity error register found on sparc systems +without ECC memory controllers. +It will report detailed information about synchronous and asynchronous memory +errors. +.Sh SEE ALSO +.Xr eccmemctl 4 , +.Xr intro 4 , +.Xr mainbus 4 |