Remove double empsc entry, fix a typo, and our "zbus" is a unified Zorro

bus interface for a long, long time.
This commit is contained in:
is 1996-04-26 20:21:59 +00:00
parent ec673d5430
commit a0864f1ad0
1 changed files with 3 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: files.amiga,v 1.42 1996/04/24 11:41:24 is Exp $ # $NetBSD: files.amiga,v 1.43 1996/04/26 20:21:59 is Exp $
# maxpartitions must be first item in files.${ARCH}.newconf # maxpartitions must be first item in files.${ARCH}.newconf
maxpartitions 16 # NOTE THAT AMIGA IS SPECIAL! maxpartitions 16 # NOTE THAT AMIGA IS SPECIAL!
@ -11,7 +11,7 @@ attach mainbus at root
device cpu device cpu
attach cpu at mainbus attach cpu at mainbus
# zorro II expansion bus. # zorro expansion bus.
device zbus {} device zbus {}
attach zbus at mainbus attach zbus at mainbus
file arch/amiga/dev/zbus.c zbus file arch/amiga/dev/zbus.c zbus
@ -33,7 +33,7 @@ device ser: tty
attach ser at mainbus attach ser at mainbus
file arch/amiga/dev/ser.c ser needs-count file arch/amiga/dev/ser.c ser needs-count
# parellel port # parallel port
device par device par
attach par at mainbus attach par at mainbus
file arch/amiga/dev/par.c par needs-count file arch/amiga/dev/par.c par needs-count
@ -228,11 +228,6 @@ device mlhsc: scsi, sci
attach mlhsc at zbus attach mlhsc at zbus
file arch/amiga/dev/mlhsc.c mlhsc needs-flag file arch/amiga/dev/mlhsc.c mlhsc needs-flag
# EMPLANT
device empsc: scsi, sci
attach empsc at zbus
file arch/amiga/dev/empsc.c empsc needs-flag
# Emplant # Emplant
device empsc: scsi, sci device empsc: scsi, sci
attach empsc at zbus attach empsc at zbus