Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mvme68k/conf Rename define 'siop' to 'msiop' to avo...
details: https://anonhg.NetBSD.org/src/rev/fa047838b05f
branches: trunk
changeset: 485187:fa047838b05f
user: bouyer <bouyer%NetBSD.org@localhost>
date: Fri Apr 21 16:53:20 2000 +0000
description:
Rename define 'siop' to 'msiop' to avoid clash with machine-indepndant siop
driver. Doesn't change the name of drivers in config files.
diffstat:
sys/arch/mvme68k/conf/files.mvme68k | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (24 lines):
diff -r 4f00ae633097 -r fa047838b05f sys/arch/mvme68k/conf/files.mvme68k
--- a/sys/arch/mvme68k/conf/files.mvme68k Fri Apr 21 16:51:36 2000 +0000
+++ b/sys/arch/mvme68k/conf/files.mvme68k Fri Apr 21 16:53:20 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.mvme68k,v 1.31 2000/03/18 22:33:02 scw Exp $
+# $NetBSD: files.mvme68k,v 1.32 2000/04/21 16:53:20 bouyer Exp $
# config file for mvme68k
@@ -91,11 +91,11 @@
file arch/mvme68k/dev/wdsc.c wdsc_pcc
# NCR53C710 SCSI ...
-define siop
-file arch/mvme68k/dev/siop.c siop
+define msiop
+file arch/mvme68k/dev/siop.c msiop
# ... on everything else
-device ncrsc: siop, scsi
+device ncrsc: msiop, scsi
attach ncrsc at pcctwo with ncrsc_pcctwo
file arch/mvme68k/dev/ncrsc_pcctwo.c ncrsc_pcctwo
Home |
Main Index |
Thread Index |
Old Index