Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4/man4.amiga Remove information about possibili...



details:   https://anonhg.NetBSD.org/src/rev/84df612d585e
branches:  trunk
changeset: 781584:84df612d585e
user:      rkujawa <rkujawa%NetBSD.org@localhost>
date:      Sun Sep 16 17:16:18 2012 +0000

description:
Remove information about possibility of running out of KVA space, that was fixed some time ago.

diffstat:

 share/man/man4/man4.amiga/mppb.4 |  18 ++----------------
 1 files changed, 2 insertions(+), 16 deletions(-)

diffs (43 lines):

diff -r 1d06e2f853a5 -r 84df612d585e share/man/man4/man4.amiga/mppb.4
--- a/share/man/man4/man4.amiga/mppb.4  Sun Sep 16 16:15:29 2012 +0000
+++ b/share/man/man4/man4.amiga/mppb.4  Sun Sep 16 17:16:18 2012 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mppb.4,v 1.5 2012/04/22 12:23:22 rkujawa Exp $
+.\" $NetBSD: mppb.4,v 1.6 2012/09/16 17:16:18 rkujawa Exp $
 .\"
 .\" Copyright (c) 2011 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd December 3, 2011
+.Dd September 16, 2012
 .Dt MPPB 4 amiga
 .Os
 .Sh NAME
@@ -49,11 +49,6 @@
 .It Em PROMETHEUS
 Matay Prometheus. Manufacturer 44359, product 1.
 .El
-.Sh DIAGNOSTICS
-.Bl -diag
-.It Unable to allocate space in parent map.
-The kernel has run out of virtual memory space.
-.El
 .Sh SEE ALSO
 .Xr pci 4
 .Sh HISTORY
@@ -75,12 +70,3 @@
 This is currently not handled by the
 .Nm
 driver and will confuse some PCI card drivers.
-.Pp
-The system may run out of kernel virtual memory space if Prometheus is present.
-This is due to fact that m68k-specific
-.Xr pmap 9
-code places User Page Table base address at statically defined address
-0x10000000, which does not leave enough kernel space to fit a 512MB board, such
-as the Prometheus.
-It is possible to work around this problem, by moving User Page Table base
-to higher address.



Home | Main Index | Thread Index | Old Index