devclass of sci[f] is tty
This commit is contained in:
parent
dc0e4c0679
commit
e380d9806e
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue