Module Name: src
Committed By: tron
Date: Sat Jan 14 12:14:28 UTC 2012
Modified Files:
src/sys/arch/i386/conf: GENERIC XEN3_DOM0
Log Message:
Use "options<SPC><TAB>CPU_UCODE" to keep the indentation if the option
is commented out.
To generate a diff of this commit:
cvs rdiff -u -r1.1062 -r1.1063 src/sys/arch/i386/conf/GENERIC
cvs rdiff -u -r1.59 -r1.60 src/sys/arch/i386/conf/XEN3_DOM0
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/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1062 src/sys/arch/i386/conf/GENERIC:1.1063
--- src/sys/arch/i386/conf/GENERIC:1.1062 Fri Jan 13 16:05:14 2012
+++ src/sys/arch/i386/conf/GENERIC Sat Jan 14 12:14:28 2012
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1062 2012/01/13 16:05:14 cegger Exp $
+# $NetBSD: GENERIC,v 1.1063 2012/01/14 12:14:28 tron Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.1062 $"
+#ident "GENERIC-$Revision: 1.1063 $"
maxusers 64 # estimated number of users
@@ -80,7 +80,7 @@ options NTP # NTP phase/frequency lock
options KTRACE # system call tracing via ktrace(1)
-options CPU_UCODE # cpu ucode loading support
+options CPU_UCODE # cpu ucode loading support
# Note: SysV IPC parameters can be changed dynamically; see sysctl(8).
options SYSVMSG # System V-like message queues
Index: src/sys/arch/i386/conf/XEN3_DOM0
diff -u src/sys/arch/i386/conf/XEN3_DOM0:1.59 src/sys/arch/i386/conf/XEN3_DOM0:1.60
--- src/sys/arch/i386/conf/XEN3_DOM0:1.59 Fri Jan 13 16:05:14 2012
+++ src/sys/arch/i386/conf/XEN3_DOM0 Sat Jan 14 12:14:28 2012
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.59 2012/01/13 16:05:14 cegger Exp $
+# $NetBSD: XEN3_DOM0,v 1.60 2012/01/14 12:14:28 tron Exp $
#
# XEN3_0: Xen 3.0 domain0 kernel
@@ -45,7 +45,7 @@ options NTP # NTP phase/frequency lock
options KTRACE # system call tracing via ktrace(1)
-options CPU_UCODE # cpu ucode loading support
+options CPU_UCODE # cpu ucode loading support
options SYSVMSG # System V-like message queues
options SYSVSEM # System V-like semaphores