diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-02-10 08:35:32 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-02-10 08:35:32 +0000 |
commit | a468825c27add28b027815619ba4c2a43a6f5555 (patch) | |
tree | 2e3de6f1f41090b803ef9405769a48d386299384 /share | |
parent | 721729e58c8be07fe413bd0be2c80a414dd19d97 (diff) |
tweak previous;
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.loongson/bonito.4 | 6 | ||||
-rw-r--r-- | share/man/man4/man4.loongson/mem.4 | 8 | ||||
-rw-r--r-- | share/man/man4/man4.loongson/smfb.4 | 6 |
3 files changed, 11 insertions, 9 deletions
diff --git a/share/man/man4/man4.loongson/bonito.4 b/share/man/man4/man4.loongson/bonito.4 index 41bc93c7160..b6379d2dea5 100644 --- a/share/man/man4/man4.loongson/bonito.4 +++ b/share/man/man4/man4.loongson/bonito.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bonito.4,v 1.1 2010/02/09 19:08:39 miod Exp $ +.\" $OpenBSD: bonito.4,v 1.2 2010/02/10 08:35:31 jmc Exp $ .\" .\" Copyright (c) 2010 Miodrag Vallat. .\" @@ -14,12 +14,12 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 9 2010 $ +.Dd $Mdocdate: February 10 2010 $ .Dt BONITO 4 loongson .Os .Sh NAME .Nm bonito -.Nd Memory and PCI or PCI-X controller +.Nd memory and PCI or PCI-X controller .Sh SYNOPSIS .Cd "bonito0 at mainbus0" .Cd "pci0 at bonito?" diff --git a/share/man/man4/man4.loongson/mem.4 b/share/man/man4/man4.loongson/mem.4 index 2783b2f256e..0c08477570d 100644 --- a/share/man/man4/man4.loongson/mem.4 +++ b/share/man/man4/man4.loongson/mem.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mem.4,v 1.1 2010/02/09 19:08:39 miod Exp $ +.\" $OpenBSD: mem.4,v 1.2 2010/02/10 08:35:31 jmc Exp $ .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -32,7 +32,7 @@ .\" .\" from: @(#)mem.4 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: February 9 2010 $ +.Dd $Mdocdate: February 10 2010 $ .Dt MEM 4 loongson .Os .Sh NAME @@ -59,8 +59,9 @@ Only kernel virtual addresses that are currently mapped to memory are allowed. .Pp On the loongson, physical memory is always contiguous, but can be accessed from two distinct physical address windows: +.Pp .Bl -bullet -compact -.It +.It From address .Ad 0x00000000 to @@ -73,6 +74,7 @@ to .Ad 0xffffffff , the whole memory, up to 2 gigabytes. .El +.Pp This layout implies that a given memory location within the first 256 megabytes may indifferently be addressed in the .Ad 0x00000000 - diff --git a/share/man/man4/man4.loongson/smfb.4 b/share/man/man4/man4.loongson/smfb.4 index 24f6189d80b..277becbfd0e 100644 --- a/share/man/man4/man4.loongson/smfb.4 +++ b/share/man/man4/man4.loongson/smfb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: smfb.4,v 1.1 2010/02/09 19:08:39 miod Exp $ +.\" $OpenBSD: smfb.4,v 1.2 2010/02/10 08:35:31 jmc Exp $ .\" .\" Copyright (c) 2010 Miodrag Vallat. .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 9 2010 $ +.Dd $Mdocdate: February 10 2010 $ .Dt SMFB 4 loongson .Os .Sh NAME @@ -25,7 +25,7 @@ .Sh DESCRIPTION The .Nm -driver supports Silicon Motion SM502 and SM712 frame buffers in 16 bit +driver supports Silicon Motion SM502 and SM712 frame buffers in 16-bit color mode. .Pp The |