From e380d9806e67b117db69dec6ddb7dd2e05dda7dc Mon Sep 17 00:00:00 2001 From: msaitoh Date: Wed, 22 Aug 2001 13:32:45 +0000 Subject: [PATCH] devclass of sci[f] is tty --- sys/arch/dreamcast/conf/files.shbus | 6 +++--- sys/arch/evbsh3/conf/files.shbus | 6 +++--- sys/arch/hpcsh/conf/files.shbus | 6 +++--- sys/arch/mmeye/conf/files.shbus | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/sys/arch/dreamcast/conf/files.shbus b/sys/arch/dreamcast/conf/files.shbus index 1ffa0e4893a9..b07b401ab8bb 100644 --- a/sys/arch/dreamcast/conf/files.shbus +++ b/sys/arch/dreamcast/conf/files.shbus @@ -1,4 +1,4 @@ -# $NetBSD: files.shbus,v 1.2 2001/04/24 19:43:25 marcus Exp $ +# $NetBSD: files.shbus,v 1.3 2001/08/22 13:32:45 msaitoh Exp $ # # Config file and device description for machine-independent SHBus code. # Included by ports that need it. Requires that the SCSI files be @@ -27,12 +27,12 @@ file arch/sh3/dev/wdog.c wdog needs-flag # defopt opt_sci.h SCICONSOLE SCICN_SPEED -device sci +device sci: tty attach sci at shb file arch/sh3/dev/sci.c sci needs-flag defopt opt_scif.h SCIFCONSOLE SCIFCN_SPEED -device scif +device scif: tty attach scif at shb file arch/sh3/dev/scif.c scif needs-flag diff --git a/sys/arch/evbsh3/conf/files.shbus b/sys/arch/evbsh3/conf/files.shbus index 024972305a13..0a8ce8c803ed 100644 --- a/sys/arch/evbsh3/conf/files.shbus +++ b/sys/arch/evbsh3/conf/files.shbus @@ -1,4 +1,4 @@ -# $NetBSD: files.shbus,v 1.5 2000/02/24 17:07:36 msaitoh Exp $ +# $NetBSD: files.shbus,v 1.6 2001/08/22 13:32:45 msaitoh Exp $ # # Config file and device description for machine-independent SHBus code. # Included by ports that need it. Requires that the SCSI files be @@ -26,12 +26,12 @@ file arch/sh3/dev/wdog.c wdog needs-flag # defopt opt_sci.h SCICONSOLE SCICN_SPEED -device sci +device sci: tty attach sci at shb file arch/sh3/dev/sci.c sci needs-flag defopt opt_scif.h SCIFCONSOLE SCIFCN_SPEED -device scif +device scif: tty attach scif at shb file arch/sh3/dev/scif.c scif needs-flag diff --git a/sys/arch/hpcsh/conf/files.shbus b/sys/arch/hpcsh/conf/files.shbus index 0a146ea91162..f66624c1fa18 100644 --- a/sys/arch/hpcsh/conf/files.shbus +++ b/sys/arch/hpcsh/conf/files.shbus @@ -1,4 +1,4 @@ -# $NetBSD: files.shbus,v 1.2 2001/02/21 16:28:02 uch Exp $ +# $NetBSD: files.shbus,v 1.3 2001/08/22 13:32:45 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 @@ file arch/sh3/dev/wdog.c wdog needs-flag # defopt opt_sci.h SCICONSOLE SCICN_SPEED -device sci +device sci: tty attach sci at shb file arch/sh3/dev/sci.c sci needs-flag defopt opt_scif.h SCIFCONSOLE SCIFCN_SPEED -device scif +device scif: tty attach scif at shb file arch/sh3/dev/scif.c scif needs-flag diff --git a/sys/arch/mmeye/conf/files.shbus b/sys/arch/mmeye/conf/files.shbus index ec5491437e6c..c510c2939053 100644 --- a/sys/arch/mmeye/conf/files.shbus +++ b/sys/arch/mmeye/conf/files.shbus @@ -1,4 +1,4 @@ -# $NetBSD: files.shbus,v 1.5 2000/04/21 07:12:54 tsubai Exp $ +# $NetBSD: files.shbus,v 1.6 2001/08/22 13:32:45 msaitoh Exp $ # # Config file and device description for machine-independent ISA code. # Included by ports that need it. Requires that the SCSI files be @@ -28,7 +28,7 @@ attach com at shb with com_sh file arch/mmeye/mmeye/com_sh.c com_sh # never enable this entry -#device sci +#device sci: tty #attach sci at shb #file arch/sh3/dev/sci.c sci needs-flag