Module Name:    src
Committed By:   phx
Date:           Thu Jan 28 21:13:49 UTC 2010

Modified Files:
        src/share/man/man4: ddb.4

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.131 -r1.132 src/share/man/man4/ddb.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/ddb.4
diff -u src/share/man/man4/ddb.4:1.131 src/share/man/man4/ddb.4:1.132
--- src/share/man/man4/ddb.4:1.131	Sat Jan 23 10:41:42 2010
+++ src/share/man/man4/ddb.4	Thu Jan 28 21:13:49 2010
@@ -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

Reply via email to