remove generic scsi stuff and use ../../../scsi/files.scsi

This commit is contained in:
chopps 1996-02-24 08:59:21 +00:00
parent c6768054a9
commit 830ceda65d
1 changed files with 2 additions and 24 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: files.amiga,v 1.33 1996/01/28 19:57:47 chopps Exp $
# $NetBSD: files.amiga,v 1.34 1996/02/24 08:59:21 chopps Exp $
# maxpartitions must be first item in files.${ARCH}.newconf
maxpartitions 16 # NOTE THAT AMIGA IS SPECIAL!
@ -124,7 +124,7 @@ device mfcs at mfc
device mfcp at mfc
file arch/amiga/dev/mfc.c mfcs mfcp needs-count
define scsi {}
include "../../../scsi/files.scsi"
# wd 33c93 contrllers
define sbic
@ -199,31 +199,9 @@ file arch/amiga/dev/bzsc.c bzsc needs-flag
device idesc at mainbus: scsi
file arch/amiga/dev/idesc.c idesc needs-flag
device scsibus at scsi {target = -1, lun = -1}
device cd at scsibus: disk
file scsi/cd.c cd needs-flag
major {cd = 6}
device sd at scsibus: disk
file scsi/sd.c sd needs-flag
major {sd = 4}
device st at scsibus: tape
file scsi/st.c st needs-flag
major {st = 5}
device ch at scsibus: disk
file scsi/ch.c ch needs-flag
device uk at scsibus: disk
file scsi/uk.c uk needs-flag
device su at scsibus: disk
file scsi/su.c su needs-flag
# list of standard files...
file dev/cons.c ite ser
file dev/cninit.c ite ser
file scsi/scsi_base.c scsi
file scsi/scsi_ioctl.c scsi
file scsi/scsiconf.c scsi
file arch/amiga/amiga/amiga_init.c
file arch/amiga/amiga/autoconf.c
file arch/amiga/amiga/cia.c