* membus is now called mainbus.

This commit is contained in:
matthias 1996-12-23 08:36:43 +00:00
parent b6f24c53a9
commit 7736d33def
2 changed files with 14 additions and 14 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: files.pc532,v 1.24 1996/11/07 07:32:29 matthias Exp $ # $NetBSD: files.pc532,v 1.25 1996/12/23 08:36:43 matthias Exp $
# #
# new style config file for pc532 architecture # new style config file for pc532 architecture
# #
@ -8,8 +8,8 @@ maxpartitions 8
maxusers 2 16 64 maxusers 2 16 64
device membus {[addr = -1], [irq = -1]} device mainbus {[addr = -1], [irq = -1]}
attach membus at root attach mainbus at root
major {vnd = 5} major {vnd = 5}
@ -20,17 +20,17 @@ file arch/pc532/dev/rd_root.c ramdisk_hooks
major {rd = 3} major {rd = 3}
#device timer #device timer
#attach timer at membus #attach timer at mainbus
#device clock #device clock
#attach clock at membus #attach clock at mainbus
file arch/pc532/pc532/clock.c # clock timer file arch/pc532/pc532/clock.c # clock timer
device scn: tty device scn: tty
attach scn at membus attach scn at mainbus
file arch/pc532/dev/scn.c scn needs-flag file arch/pc532/dev/scn.c scn needs-flag
device lpt: ether, ifnet device lpt: ether, ifnet
attach lpt at membus attach lpt at mainbus
file arch/pc532/dev/lpt.c lpt needs-count file arch/pc532/dev/lpt.c lpt needs-count
include "../../../scsi/files.scsi" include "../../../scsi/files.scsi"
@ -39,10 +39,10 @@ major {st = 2}
major {cd = 4} major {cd = 4}
device ncr: scsi, ncr5380sbc device ncr: scsi, ncr5380sbc
attach ncr at membus attach ncr at mainbus
file arch/pc532/dev/ncr.c ncr needs-count file arch/pc532/dev/ncr.c ncr needs-count
device aic: scsi device aic: scsi
attach aic at membus attach aic at mainbus
file arch/pc532/dev/aic.c aic needs-count file arch/pc532/dev/aic.c aic needs-count
file arch/pc532/fpu/ieee_dze.c file arch/pc532/fpu/ieee_dze.c

View File

@ -1,14 +1,14 @@
# $NetBSD: std.pc532,v 1.1 1996/11/24 13:28:56 matthias Exp $ # $NetBSD: std.pc532,v 1.2 1996/12/23 08:36:46 matthias Exp $
# #
# Standard configuration info for NetBSD/pc532. # Standard configuration info for NetBSD/pc532.
machine pc532 machine pc532
membus0 at root mainbus0 at root
#clock0 at membus0 #clock0 at mainbus0
ncr0 at membus0 # SCSI driver ncr0 at mainbus0 # SCSI driver
scsibus0 at ncr0 # SCSI bus scsibus0 at ncr0 # SCSI bus
scn* at membus0 scn* at mainbus0
options EXEC_AOUT # #! scripts options EXEC_AOUT # #! scripts
options EXEC_SCRIPT # a.out executables options EXEC_SCRIPT # a.out executables