Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 New machine commands for PPC OEA.



details:   https://anonhg.NetBSD.org/src/rev/a06dcbeb47d5
branches:  trunk
changeset: 751226:a06dcbeb47d5
user:      phx <phx%NetBSD.org@localhost>
date:      Thu Jan 28 21:13:49 2010 +0000

description:
New machine commands for PPC OEA.
bat: prints the BAT registers and translations
mmu: prints MMU registers (sdr1, sr0..15)
Previous PPC commands were for IBM4xx only, so make two sections now:
POWERPC 4xx and POWERPC OEA.

diffstat:

 share/man/man4/ddb.4 |  11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diffs (32 lines):

diff -r 675fd8b588f4 -r a06dcbeb47d5 share/man/man4/ddb.4
--- a/share/man/man4/ddb.4      Thu Jan 28 21:10:48 2010 +0000
+++ b/share/man/man4/ddb.4      Thu Jan 28 21:13:49 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ddb.4,v 1.131 2010/01/23 10:41:42 wiz Exp $
+.\"    $NetBSD: ddb.4,v 1.132 2010/01/28 21:13:49 phx Exp $
 .\"
 .\" Copyright (c) 1997 - 2009 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -938,7 +938,7 @@
 .Dv DEBUG
 option.
 .El
-.Ss POWERPC
+.Ss POWERPC 4xx
 .Bl -tag -width "traptrace" -compact
 .It Ic ctx
 Print process MMU context information.
@@ -959,6 +959,13 @@
 .Dq i
 modifier to get instruction decoding.
 .El
+.Ss POWERPC OEA
+.Bl -tag -width "traptrace" -compact
+.It Ic bat
+Print BAT registers and translations.
+.It Ic mmu
+Print MMU registers.
+.El
 .Ss SH3
 .Bl -tag -width "traptrace" -compact
 .It Ic tlb



Home | Main Index | Thread Index | Old Index