Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amiga/conf Rename the 'siop' define to 'asiop', to ...
details: https://anonhg.NetBSD.org/src/rev/4f00ae633097
branches: trunk
changeset: 485186:4f00ae633097
user: bouyer <bouyer%NetBSD.org@localhost>
date: Fri Apr 21 16:51:36 2000 +0000
description:
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.
diffstat:
sys/arch/amiga/conf/files.amiga | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diffs (54 lines):
diff -r 623ae63b9a67 -r 4f00ae633097 sys/arch/amiga/conf/files.amiga
--- a/sys/arch/amiga/conf/files.amiga Fri Apr 21 16:39:23 2000 +0000
+++ b/sys/arch/amiga/conf/files.amiga Fri Apr 21 16:51:36 2000 +0000
@@ -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 @@
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 @@
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
Home |
Main Index |
Thread Index |
Old Index