CPUs attach to mainbus now.
This commit is contained in:
parent
783ea940e5
commit
63a4b630bb
|
@ -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 @@ mainbus* at root
|
|||
ofbus* at mainbus?
|
||||
ofbus* at ofbus?
|
||||
|
||||
# CPU
|
||||
cpu* at ofbus?
|
||||
# CPUs
|
||||
cpu* at mainbus?
|
||||
|
||||
# Generic OpenFirmware disk support
|
||||
ofdisk* at ofbus?
|
||||
|
|
Loading…
Reference in New Issue