Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch sh3/sh3/ -> sh3/dev change
details: https://anonhg.NetBSD.org/src/rev/6780da99c47c
branches: trunk
changeset: 476318:6780da99c47c
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Mon Sep 13 17:14:42 1999 +0000
description:
sh3/sh3/ -> sh3/dev change
diffstat:
sys/arch/evbsh3/conf/files.shbus | 12 ++++++------
sys/arch/mmeye/conf/files.shbus | 15 ++++++++-------
2 files changed, 14 insertions(+), 13 deletions(-)
diffs (79 lines):
diff -r 49f92f5548ae -r 6780da99c47c sys/arch/evbsh3/conf/files.shbus
--- a/sys/arch/evbsh3/conf/files.shbus Mon Sep 13 17:14:07 1999 +0000
+++ b/sys/arch/evbsh3/conf/files.shbus Mon Sep 13 17:14:42 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.shbus,v 1.1 1999/09/13 10:30:24 itojun Exp $
+# $NetBSD: files.shbus,v 1.2 1999/09/13 17:14:42 msaitoh Exp $
#
# Config file and device description for machine-independent SHBus code.
# Included by ports that need it. Requires that the SCSI files be
@@ -22,12 +22,12 @@
defopt opt_sci.h SCICN_SPEED
device sci
attach sci at shb
-file arch/sh3/sh3/sci.c sci needs-flag
+file arch/sh3/dev/sci.c sci needs-flag
defopt opt_scif.h SCIFCN_SPEED
device scif
attach scif at shb
-file arch/sh3/sh3/scif.c scif needs-flag
+file arch/sh3/dev/scif.c scif needs-flag
# XXXX pcic here because it needs to be late. The catch: pcic needs
# to be late, so devices which attach to it are attached late. But it
@@ -43,12 +43,12 @@
defopt PCIC_SHB_INTR_ALLOC_MASK
device shpcic: pcmciabus
-file arch/sh3/sh3/shpcic.c shpcic
+file arch/sh3/dev/shpcic.c shpcic
# PCIC pcmcia contoller
attach shpcic at shb with pcic_shb
-file arch/sh3/sh3/pcic_shb.c pcic_shb
-file arch/sh3/sh3/pcic_shbsubr.c pcic_shb
+file arch/sh3/dev/pcic_shb.c pcic_shb
+file arch/sh3/dev/pcic_shbsubr.c pcic_shb
# PCIC pcmcia contoller
#attach pcic at pci with pcic_pci
diff -r 49f92f5548ae -r 6780da99c47c sys/arch/mmeye/conf/files.shbus
--- a/sys/arch/mmeye/conf/files.shbus Mon Sep 13 17:14:07 1999 +0000
+++ b/sys/arch/mmeye/conf/files.shbus Mon Sep 13 17:14:42 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.shbus,v 1.1 1999/09/13 10:30:50 itojun Exp $
+# $NetBSD: files.shbus,v 1.2 1999/09/13 17:14:43 msaitoh Exp $
#
# Config file and device description for machine-independent ISA code.
# Included by ports that need it. Requires that the SCSI files be
@@ -22,9 +22,10 @@
file arch/mmeye/mmeye/com.c com needs-flag
file arch/mmeye/mmeye/com_sh.c com_sh
-device sci
-attach sci at shb
-file arch/sh3/sh3/sci.c sci needs-flag
+# never enable this entry
+#device sci
+#attach sci at shb
+#file arch/sh3/dev/sci.c sci needs-flag
# XXXX pcic here because it needs to be late. The catch: pcic needs
# to be late, so devices which attach to it are attached late. But it
@@ -40,12 +41,12 @@
defopt PCIC_SHB_INTR_ALLOC_MASK
device shpcic: pcmciabus
-file arch/sh3/sh3/shpcic.c shpcic
+file arch/sh3/dev/shpcic.c shpcic
# PCIC pcmcia contoller
attach shpcic at shb with pcic_shb
-file arch/sh3/sh3/pcic_shb.c pcic_shb
-file arch/sh3/sh3/pcic_shbsubr.c pcic_shb
+file arch/sh3/dev/pcic_shb.c pcic_shb
+file arch/sh3/dev/pcic_shbsubr.c pcic_shb
# this wants to be probed as late as possible.
#
Home |
Main Index |
Thread Index |
Old Index