Rename the 'siop' define to 'asiop', to avoid clash with the MI siop driver.

This doesn't change the name of the drivers in config files.
This commit is contained in:
bouyer 2000-04-21 16:51:36 +00:00
parent 8bffa1abc1
commit 2ce6bd4b28

View File

@ -1,4 +1,4 @@
# $NetBSD: files.amiga,v 1.98 2000/03/23 22:44:42 is Exp $
# $NetBSD: files.amiga,v 1.99 2000/04/21 16:51:36 bouyer Exp $
# maxpartitions must be first item in files.${ARCH}.newconf
maxpartitions 16 # NOTE THAT AMIGA IS SPECIAL!
@ -305,28 +305,28 @@ attach otgsc at zbus
file arch/amiga/dev/otgsc.c otgsc needs-flag
# ncr 57c710 controllers
define siop
file arch/amiga/dev/siop.c siop
define asiop
file arch/amiga/dev/siop.c asiop
# PPI Zeus
device zssc: scsi, siop
device zssc: scsi, asiop
attach zssc at zbus
file arch/amiga/dev/zssc.c zssc needs-flag
# CSA Magnum
device mgnsc: scsi, siop
device mgnsc: scsi, asiop
attach mgnsc at zbus
file arch/amiga/dev/mgnsc.c mgnsc needs-flag
# MacroSystems USA Warp Engine
device wesc: scsi, siop
device wesc: scsi, asiop
attach wesc at zbus
file arch/amiga/dev/wesc.c wesc needs-flag
# C= A4091 & A4000T
device afsc: scsi, siop
device afsc: scsi, asiop
attach afsc at zbus
device aftsc: scsi, siop
device aftsc: scsi, asiop
attach aftsc at mainbus
file arch/amiga/dev/afsc.c afsc | aftsc needs-flag
@ -382,7 +382,7 @@ attach idesc at mainbus
file arch/amiga/dev/idesc.c idesc needs-flag
# MacroSystem DraCo internal
device drsc: scsi, siop
device drsc: scsi, asiop
attach drsc at mainbus
file arch/amiga/dev/drsc.c drsc needs-flag