Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/ofppc/conf CPUs attach to mainbus now.



details:   https://anonhg.NetBSD.org/src/rev/ed38e16ec1f8
branches:  trunk
changeset: 516379:ed38e16ec1f8
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Oct 22 14:47:44 2001 +0000

description:
CPUs attach to mainbus now.

diffstat:

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

diffs (28 lines):

diff -r 5d9f083857e1 -r ed38e16ec1f8 sys/arch/ofppc/conf/BRIQ
--- a/sys/arch/ofppc/conf/BRIQ  Mon Oct 22 14:46:08 2001 +0000
+++ b/sys/arch/ofppc/conf/BRIQ  Mon Oct 22 14:47:44 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: BRIQ,v 1.1 2001/10/20 08:32:24 billc Exp $
+#      $NetBSD: BRIQ,v 1.2 2001/10/22 14:47:44 thorpej Exp $
 #
 #      BRIQ -- Total Impact briQ -- http://www.totalimpact.com
 #
 
 include "arch/ofppc/conf/std.ofppc"
 
-#ident                 "GENERIC-$Revision: 1.1 $"
+#ident                 "GENERIC-$Revision: 1.2 $"
 
 maxusers       32
 
@@ -118,8 +118,8 @@
 ofbus*         at mainbus?
 ofbus*         at ofbus?
 
-# CPU
-cpu*           at ofbus?
+# CPUs
+cpu*           at mainbus?
 
 # Generic OpenFirmware disk support
 ofdisk*                at ofbus?



Home | Main Index | Thread Index | Old Index