Module Name: src
Committed By: ozaki-r
Date: Wed Jul 2 07:18:33 UTC 2014
Modified Files:
src/sys/arch/amd64/conf: ALL
src/sys/arch/i386/conf: ALL
Log Message:
Add NET_MPSAFE to ALL
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.378 -r1.379 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.11 src/sys/arch/amd64/conf/ALL:1.12
--- src/sys/arch/amd64/conf/ALL:1.11 Sun Jun 29 03:44:33 2014
+++ src/sys/arch/amd64/conf/ALL Wed Jul 2 07:18:32 2014
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.11 2014/06/29 03:44:33 tsutsui Exp $
+# $NetBSD: ALL,v 1.12 2014/07/02 07:18:32 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.11 $"
+#ident "ALL-$Revision: 1.12 $"
maxusers 64 # estimated number of users
@@ -2025,6 +2025,7 @@ options NETATALKDEBUG
options NETDOCK_DEBUG_DRIVER
options NETIF_DEBUG
options NET_DEBUG
+options NET_MPSAFE
options NFE_DEBUG
options NFS_DEBUG
options NFS_DEBUG_COMMIT
Index: src/sys/arch/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.378 src/sys/arch/i386/conf/ALL:1.379
--- src/sys/arch/i386/conf/ALL:1.378 Sun Jun 29 03:44:33 2014
+++ src/sys/arch/i386/conf/ALL Wed Jul 2 07:18:32 2014
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.378 2014/06/29 03:44:33 tsutsui Exp $
+# $NetBSD: ALL,v 1.379 2014/07/02 07:18:32 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.378 $"
+#ident "ALL-$Revision: 1.379 $"
maxusers 64 # estimated number of users
@@ -2226,6 +2226,7 @@ options NETATALKDEBUG
options NETDOCK_DEBUG_DRIVER
options NETIF_DEBUG
options NET_DEBUG
+options NET_MPSAFE
options NFE_DEBUG
options NFS_DEBUG
options NFS_DEBUG_COMMIT