Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbppc/conf Wildcard cpu* since the P2020 is dual c...



details:   https://anonhg.NetBSD.org/src/rev/7cf9e59491a8
branches:  trunk
changeset: 766641:7cf9e59491a8
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Jun 29 05:51:56 2011 +0000

description:
Wildcard cpu* since the P2020 is dual core.

diffstat:

 sys/arch/evbppc/conf/P2020RDB |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r e20a4ecdbcf9 -r 7cf9e59491a8 sys/arch/evbppc/conf/P2020RDB
--- a/sys/arch/evbppc/conf/P2020RDB     Wed Jun 29 05:18:32 2011 +0000
+++ b/sys/arch/evbppc/conf/P2020RDB     Wed Jun 29 05:51:56 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index