Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf Use "options<SPC><TAB>CPU_UCODE" to keep ...



details:   https://anonhg.NetBSD.org/src/rev/d721b452f063
branches:  trunk
changeset: 772722:d721b452f063
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Jan 14 12:14:28 2012 +0000

description:
Use "options<SPC><TAB>CPU_UCODE" to keep the indentation if the option
is commented out.

diffstat:

 sys/arch/i386/conf/GENERIC   |  6 +++---
 sys/arch/i386/conf/XEN3_DOM0 |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r 960a5d87bf72 -r d721b452f063 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sat Jan 14 04:22:56 2012 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sat Jan 14 12:14:28 2012 +0000
@@ -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 @@
 
 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        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
diff -r 960a5d87bf72 -r d721b452f063 sys/arch/i386/conf/XEN3_DOM0
--- a/sys/arch/i386/conf/XEN3_DOM0      Sat Jan 14 04:22:56 2012 +0000
+++ b/sys/arch/i386/conf/XEN3_DOM0      Sat Jan 14 12:14:28 2012 +0000
@@ -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        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



Home | Main Index | Thread Index | Old Index