Module Name:    src
Committed By:   martin
Date:           Fri Dec 28 19:23:30 UTC 2012

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

Log Message:
Add acpi0 at mainbus - it is not realy optional.


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

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.SKI
diff -u src/sys/arch/ia64/conf/GENERIC.SKI:1.8 src/sys/arch/ia64/conf/GENERIC.SKI:1.9
--- src/sys/arch/ia64/conf/GENERIC.SKI:1.8	Sat Apr 28 23:03:40 2012
+++ src/sys/arch/ia64/conf/GENERIC.SKI	Fri Dec 28 19:23:29 2012
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.SKI,v 1.8 2012/04/28 23:03:40 rmind Exp $
+# $NetBSD: GENERIC.SKI,v 1.9 2012/12/28 19:23:29 martin Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include 	"arch/ia64/conf/std.ia64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.8 $"
+#ident 		"GENERIC-$Revision: 1.9 $"
 
 maxusers	32		# estimated number of users
 
@@ -64,6 +64,7 @@ config		netbsd	root on md0a type ffs
 mainbus0 at root
 
 cpu* at mainbus?
+acpi0 at mainbus?
 
 
 # Pull in optional local configuration

Reply via email to