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:
parent
8bffa1abc1
commit
2ce6bd4b28
@ -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 must be first item in files.${ARCH}.newconf
|
||||||
maxpartitions 16 # NOTE THAT AMIGA IS SPECIAL!
|
maxpartitions 16 # NOTE THAT AMIGA IS SPECIAL!
|
||||||
@ -305,28 +305,28 @@ attach otgsc at zbus
|
|||||||
file arch/amiga/dev/otgsc.c otgsc needs-flag
|
file arch/amiga/dev/otgsc.c otgsc needs-flag
|
||||||
|
|
||||||
# ncr 57c710 controllers
|
# ncr 57c710 controllers
|
||||||
define siop
|
define asiop
|
||||||
file arch/amiga/dev/siop.c siop
|
file arch/amiga/dev/siop.c asiop
|
||||||
|
|
||||||
# PPI Zeus
|
# PPI Zeus
|
||||||
device zssc: scsi, siop
|
device zssc: scsi, asiop
|
||||||
attach zssc at zbus
|
attach zssc at zbus
|
||||||
file arch/amiga/dev/zssc.c zssc needs-flag
|
file arch/amiga/dev/zssc.c zssc needs-flag
|
||||||
|
|
||||||
# CSA Magnum
|
# CSA Magnum
|
||||||
device mgnsc: scsi, siop
|
device mgnsc: scsi, asiop
|
||||||
attach mgnsc at zbus
|
attach mgnsc at zbus
|
||||||
file arch/amiga/dev/mgnsc.c mgnsc needs-flag
|
file arch/amiga/dev/mgnsc.c mgnsc needs-flag
|
||||||
|
|
||||||
# MacroSystems USA Warp Engine
|
# MacroSystems USA Warp Engine
|
||||||
device wesc: scsi, siop
|
device wesc: scsi, asiop
|
||||||
attach wesc at zbus
|
attach wesc at zbus
|
||||||
file arch/amiga/dev/wesc.c wesc needs-flag
|
file arch/amiga/dev/wesc.c wesc needs-flag
|
||||||
|
|
||||||
# C= A4091 & A4000T
|
# C= A4091 & A4000T
|
||||||
device afsc: scsi, siop
|
device afsc: scsi, asiop
|
||||||
attach afsc at zbus
|
attach afsc at zbus
|
||||||
device aftsc: scsi, siop
|
device aftsc: scsi, asiop
|
||||||
attach aftsc at mainbus
|
attach aftsc at mainbus
|
||||||
file arch/amiga/dev/afsc.c afsc | aftsc needs-flag
|
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
|
file arch/amiga/dev/idesc.c idesc needs-flag
|
||||||
|
|
||||||
# MacroSystem DraCo internal
|
# MacroSystem DraCo internal
|
||||||
device drsc: scsi, siop
|
device drsc: scsi, asiop
|
||||||
attach drsc at mainbus
|
attach drsc at mainbus
|
||||||
file arch/amiga/dev/drsc.c drsc needs-flag
|
file arch/amiga/dev/drsc.c drsc needs-flag
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user