Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/ia64/conf Indent.



details:   https://anonhg.NetBSD.org/src/rev/002d7505eb1a
branches:  trunk
changeset: 754941:002d7505eb1a
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Mon May 17 11:41:28 2010 +0000

description:
Indent.
s/mainbus0/mainbus?/.

diffstat:

 sys/arch/ia64/conf/GENERIC |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r 49d3043edbdf -r 002d7505eb1a sys/arch/ia64/conf/GENERIC
--- a/sys/arch/ia64/conf/GENERIC        Mon May 17 09:13:03 2010 +0000
+++ b/sys/arch/ia64/conf/GENERIC        Mon May 17 11:41:28 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.3 2010/04/29 22:40:51 chs Exp $
+# $NetBSD: GENERIC,v 1.4 2010/05/17 11:41:28 kiyohara Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.3 $"
+#ident                 "GENERIC-$Revision: 1.4 $"
 
 maxusers       32              # estimated number of users
 
@@ -68,11 +68,11 @@
 
 mainbus0 at root
 
-cpu* at mainbus?
+cpu*           at mainbus?
 
 # Advanced Configuration and Power Interface
 
-acpi0          at mainbus0
+acpi0          at mainbus?
 
 # ACPI devices
 acpitz*                at acpi?                # ACPI Thermal Zone



Home | Main Index | Thread Index | Old Index