Module Name: src
Committed By: ozaki-r
Date: Fri Dec 19 07:04:52 UTC 2014
Modified Files:
src/sys/arch/amd64/conf: ALL
src/sys/arch/i386/conf: ALL
Log Message:
Add SOFTINT_INTR to ALL
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.389 -r1.390 src/sys/arch/i386/conf/ALL
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/amd64/conf/ALL
diff -u src/sys/arch/amd64/conf/ALL:1.23 src/sys/arch/amd64/conf/ALL:1.24
--- src/sys/arch/amd64/conf/ALL:1.23 Sun Nov 16 16:01:40 2014
+++ src/sys/arch/amd64/conf/ALL Fri Dec 19 07:04:52 2014
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.23 2014/11/16 16:01:40 manu Exp $
+# $NetBSD: ALL,v 1.24 2014/12/19 07:04:52 ozaki-r Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@@ -17,7 +17,7 @@ include "arch/amd64/conf/std.amd64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "ALL-$Revision: 1.23 $"
+#ident "ALL-$Revision: 1.24 $"
maxusers 64 # estimated number of users
@@ -2157,6 +2157,7 @@ options SMB_VNODE_DEBUG
options SNAPPER_DEBUG
options SNDEBUG
options SOCKBUF_DEBUG
+options SOFTINT_INTR
options SONIC_DEBUG
options SPARC_PCI_DEBUG
options SPC_DEBUG
Index: src/sys/arch/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.389 src/sys/arch/i386/conf/ALL:1.390
--- src/sys/arch/i386/conf/ALL:1.389 Sun Nov 16 16:01:41 2014
+++ src/sys/arch/i386/conf/ALL Fri Dec 19 07:04:52 2014
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.389 2014/11/16 16:01:41 manu Exp $
+# $NetBSD: ALL,v 1.390 2014/12/19 07:04:52 ozaki-r Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@@ -17,7 +17,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "ALL-$Revision: 1.389 $"
+#ident "ALL-$Revision: 1.390 $"
maxusers 64 # estimated number of users
@@ -2356,6 +2356,7 @@ options SMB_VNODE_DEBUG
options SNAPPER_DEBUG
options SNDEBUG
options SOCKBUF_DEBUG
+options SOFTINT_INTR
options SONIC_DEBUG
options SPARC_PCI_DEBUG
options SPC_DEBUG