Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86/include Add softint case (Richard Hansen)
details: https://anonhg.NetBSD.org/src/rev/bc5a28bb7435
branches: trunk
changeset: 792657:bc5a28bb7435
user: christos <christos%NetBSD.org@localhost>
date: Sat Jan 11 17:10:40 2014 +0000
description:
Add softint case (Richard Hansen)
diffstat:
sys/arch/x86/include/db_machdep.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r e607115272ca -r bc5a28bb7435 sys/arch/x86/include/db_machdep.h
--- a/sys/arch/x86/include/db_machdep.h Sat Jan 11 17:07:45 2014 +0000
+++ b/sys/arch/x86/include/db_machdep.h Sat Jan 11 17:10:40 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: db_machdep.h,v 1.3 2011/04/30 16:58:35 christos Exp $ */
+/* $NetBSD: db_machdep.h,v 1.4 2014/01/11 17:10:40 christos Exp $ */
#ifndef _X86_DB_MACHDEP_H_
#define _X86_DB_MACHDEP_H_
@@ -11,6 +11,7 @@
#define INTERRUPT 3
#define INTERRUPT_TSS 4
#define TRAP_TSS 5
+#define SOFTINTR 6
#define MAXNARG 16
Home |
Main Index |
Thread Index |
Old Index