summaryrefslogtreecommitdiff
path: root/sys/arch/vax/bi/kdbreg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/vax/bi/kdbreg.h')
-rw-r--r--sys/arch/vax/bi/kdbreg.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/vax/bi/kdbreg.h b/sys/arch/vax/bi/kdbreg.h
index c3e9603c6d3..c92bd0bf732 100644
--- a/sys/arch/vax/bi/kdbreg.h
+++ b/sys/arch/vax/bi/kdbreg.h
@@ -1,5 +1,5 @@
-/* $OpenBSD: kdbreg.h,v 1.2 1997/05/29 00:04:17 niklas Exp $ */
-/* $NetBSD: kdbreg.h,v 1.1 1996/07/19 14:26:56 ragge Exp $ */
+/* $OpenBSD: kdbreg.h,v 1.3 2000/04/28 03:42:39 bjc Exp $ */
+/* $NetBSD: kdbreg.h,v 1.3 1999/11/03 21:57:40 ragge Exp $ */
/*
* Copyright (c) 1988 Regents of the University of California.
* All rights reserved.
@@ -50,6 +50,10 @@ struct kdb_regs {
short kdb_sw; /* status & address (w/o half) */
};
+#define KDB_IP 0xf2
+#define KDB_SA 0xf4
+#define KDB_SW 0xf6
+
#define KDBSR_BITS \
"\20\20ERR\17STEP4\16STEP3\15STEP2\14STEP1\13oldNV\12oldQB\11DI\10IE\1GO"