Module Name:    src
Committed By:   matt
Date:           Wed Jun 29 05:51:56 UTC 2011

Modified Files:
        src/sys/arch/evbppc/conf: P2020RDB

Log Message:
Wildcard cpu* since the P2020 is dual core.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbppc/conf/P2020RDB

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/evbppc/conf/P2020RDB
diff -u src/sys/arch/evbppc/conf/P2020RDB:1.4 src/sys/arch/evbppc/conf/P2020RDB:1.5
--- src/sys/arch/evbppc/conf/P2020RDB:1.4	Fri Jun 10 16:38:17 2011
+++ src/sys/arch/evbppc/conf/P2020RDB	Wed Jun 29 05:51:56 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: P2020RDB,v 1.4 2011/06/10 16:38:17 matt Exp $
+#	$NetBSD: P2020RDB,v 1.5 2011/06/29 05:51:56 matt Exp $
 #
 #	P2020RBD -- everything that's currently supported
 #
@@ -7,7 +7,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-ident 		"P2020RBD-$Revision: 1.4 $"
+ident 		"P2020RBD-$Revision: 1.5 $"
 
 maxusers	32
 
@@ -144,7 +144,7 @@
 cpunode*	at mainbus? node ?
 gpio*		at gpiobus?
 
-cpu0		at cpunode?
+cpu*		at cpunode?
 
 obio0		at cpunode?		# On-chip Peripheral Bus
 #nandfcm*	at obio0 cs ?		# nand flash

Reply via email to