Module Name: src
Committed By: pgoyette
Date: Sat Sep 30 09:03:38 UTC 2017
Modified Files:
src/sys/arch/amd64/conf: XEN3_DOM0 XEN3_DOMU
Log Message:
Add commented-out ident lines to the XEN3_DOM{0,U} kernel config files
for consistency with other config files.
OK bouyer@
To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.140 src/sys/arch/amd64/conf/XEN3_DOM0
cvs rdiff -u -r1.78 -r1.79 src/sys/arch/amd64/conf/XEN3_DOMU
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/XEN3_DOM0
diff -u src/sys/arch/amd64/conf/XEN3_DOM0:1.139 src/sys/arch/amd64/conf/XEN3_DOM0:1.140
--- src/sys/arch/amd64/conf/XEN3_DOM0:1.139 Thu Sep 14 07:58:39 2017
+++ src/sys/arch/amd64/conf/XEN3_DOM0 Sat Sep 30 09:03:38 2017
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.139 2017/09/14 07:58:39 mrg Exp $
+# $NetBSD: XEN3_DOM0,v 1.140 2017/09/30 09:03:38 pgoyette Exp $
include "arch/amd64/conf/std.xen"
@@ -10,6 +10,8 @@ options INCLUDE_CONFIG_FILE # embed con
#options UVMHIST_PRINT
#options SYSCALL_DEBUG
+#ident "XEN3_DOM0-$Revision: 1.140 $"
+
maxusers 32 # estimated number of users
#
Index: src/sys/arch/amd64/conf/XEN3_DOMU
diff -u src/sys/arch/amd64/conf/XEN3_DOMU:1.78 src/sys/arch/amd64/conf/XEN3_DOMU:1.79
--- src/sys/arch/amd64/conf/XEN3_DOMU:1.78 Thu Sep 14 07:58:39 2017
+++ src/sys/arch/amd64/conf/XEN3_DOMU Sat Sep 30 09:03:38 2017
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.78 2017/09/14 07:58:39 mrg Exp $
+# $NetBSD: XEN3_DOMU,v 1.79 2017/09/30 09:03:38 pgoyette Exp $
include "arch/amd64/conf/std.xen"
@@ -10,6 +10,8 @@ options INCLUDE_CONFIG_FILE # embed con
#options UVMHIST_PRINT
#options SYSCALL_DEBUG
+#ident "XEN3_DOMU-$Revision: 1.79 $"
+
maxusers 32 # estimated number of users
#