Module Name:    src
Committed By:   kiyohara
Date:           Mon May 17 11:41:28 UTC 2010

Modified Files:
        src/sys/arch/ia64/conf: GENERIC

Log Message:
Indent.
s/mainbus0/mainbus?/.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/ia64/conf/GENERIC

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/ia64/conf/GENERIC
diff -u src/sys/arch/ia64/conf/GENERIC:1.3 src/sys/arch/ia64/conf/GENERIC:1.4
--- src/sys/arch/ia64/conf/GENERIC:1.3	Thu Apr 29 22:40:51 2010
+++ src/sys/arch/ia64/conf/GENERIC	Mon May 17 11:41:28 2010
@@ -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

Reply via email to