Module Name: src Committed By: christos Date: Sat Jan 11 17:10:40 UTC 2014
Modified Files: src/sys/arch/x86/include: db_machdep.h Log Message: Add softint case (Richard Hansen) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/x86/include/db_machdep.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/x86/include/db_machdep.h diff -u src/sys/arch/x86/include/db_machdep.h:1.3 src/sys/arch/x86/include/db_machdep.h:1.4 --- src/sys/arch/x86/include/db_machdep.h:1.3 Sat Apr 30 12:58:35 2011 +++ src/sys/arch/x86/include/db_machdep.h Sat Jan 11 12:10:40 2014 @@ -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