Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/include Add some more IPRs for KA670.



details:   https://anonhg.NetBSD.org/src/rev/de5a8eac9947
branches:  trunk
changeset: 473526:de5a8eac9947
user:      ragge <ragge%NetBSD.org@localhost>
date:      Sun Jun 06 19:06:29 1999 +0000

description:
Add some more IPRs for KA670.

diffstat:

 sys/arch/vax/include/mtpr.h |  13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 6a98ff58350b -r de5a8eac9947 sys/arch/vax/include/mtpr.h
--- a/sys/arch/vax/include/mtpr.h       Sun Jun 06 19:05:21 1999 +0000
+++ b/sys/arch/vax/include/mtpr.h       Sun Jun 06 19:06:29 1999 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: mtpr.h,v 1.11 1998/08/10 14:33:33 ragge Exp $     */
+/*      $NetBSD: mtpr.h,v 1.12 1999/06/06 19:06:29 ragge Exp $     */
 
 /*
  * Copyright (c) 1994 Ludd, University of Lule}, Sweden.
@@ -134,6 +134,17 @@
 #define        PR_BINID  94 /* VAXBI node ID Register (KA820) */
 #define        PR_BISTOP 95 /* VAXBI Stop Register (KA820) */
 
+#define PR_BCBTS  113 /* Backup Cache Tag Store (KA670) */
+#define PR_BCP1TS 114 /* Primary Tag Store 1st half (KA670) */
+#define PR_BCP2TS 115 /* Primary Tag Store 2st half (KA670) */
+#define PR_BCRFR  116 /* Refresh Register (KA670) */
+#define PR_BCIDX  117 /* Index Register (KA670) */
+#define PR_BCSTS  118 /* Status (KA670) */
+#define PR_BCCTL  119 /* Control Register (KA670) */
+#define PR_BCERR  120 /* Error Address (KA670) */
+#define PR_BCFBTS 121 /* Flush backup tag store (KA670) */
+#define PR_BCFPTS 122 /* Flush primary tag store (KA670) */
+
 #define        PR_VINTSR 123 /* vector i/f error status (KA43/KA46) */
 #define PR_PCTAG  124 /* primary cache tag store (KA43/KA46) */
 #define PR_PCIDX  125 /* primary cache index (KA43/KA46) */



Home | Main Index | Thread Index | Old Index