Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Add SOFTINT_INTR to ALL
details: https://anonhg.NetBSD.org/src/rev/6726cfc52dab
branches: trunk
changeset: 334980:6726cfc52dab
user: ozaki-r <ozaki-r%NetBSD.org@localhost>
date: Fri Dec 19 07:04:52 2014 +0000
description:
Add SOFTINT_INTR to ALL
diffstat:
sys/arch/amd64/conf/ALL | 5 +++--
sys/arch/i386/conf/ALL | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diffs (52 lines):
diff -r 76aa93cc4d7c -r 6726cfc52dab sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL Fri Dec 19 06:54:40 2014 +0000
+++ b/sys/arch/amd64/conf/ALL Fri Dec 19 07:04:52 2014 +0000
@@ -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 @@
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 SNAPPER_DEBUG
options SNDEBUG
options SOCKBUF_DEBUG
+options SOFTINT_INTR
options SONIC_DEBUG
options SPARC_PCI_DEBUG
options SPC_DEBUG
diff -r 76aa93cc4d7c -r 6726cfc52dab sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL Fri Dec 19 06:54:40 2014 +0000
+++ b/sys/arch/i386/conf/ALL Fri Dec 19 07:04:52 2014 +0000
@@ -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 @@
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 SNAPPER_DEBUG
options SNDEBUG
options SOCKBUF_DEBUG
+options SOFTINT_INTR
options SONIC_DEBUG
options SPARC_PCI_DEBUG
options SPC_DEBUG
Home |
Main Index |
Thread Index |
Old Index