options SCICONSOLE

options SCIFCONSOLE
This commit is contained in:
msaitoh 1999-09-17 01:21:40 +00:00
parent 54943e8584
commit 4a175ef57d
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: CQREEKSH3,v 1.3 1999/09/14 11:21:26 tsubai Exp $
# $NetBSD: CQREEKSH3,v 1.4 1999/09/17 01:21:40 msaitoh Exp $
#
# GENERIC -- everything that's currently supported
#
@ -136,7 +136,7 @@ shb* at mainbus?
# Serial Devices
options SCICN_SPEED=38400
options SCICONSOLE,SCICN_SPEED=38400
sci0 at shb? port 0xa4000008 irq 12
# Miscellaneous mass storage devices

View File

@ -1,4 +1,4 @@
# $NetBSD: files.shbus,v 1.3 1999/09/16 21:31:29 msaitoh Exp $
# $NetBSD: files.shbus,v 1.4 1999/09/17 01:21:41 msaitoh Exp $
#
# Config file and device description for machine-independent SHBus code.
# Included by ports that need it. Requires that the SCSI files be
@ -19,12 +19,12 @@ file arch/evbsh3/evbsh3/shb.c shb needs-flag
# Serial drivers
#
defopt opt_sci.h SCICN_SPEED
defopt opt_sci.h SCICONSOLE SCICN_SPEED
device sci
attach sci at shb
file arch/sh3/dev/sci.c sci needs-flag
defopt opt_scif.h SCIFCN_SPEED
defopt opt_scif.h SCIFCONSOLE SCIFCN_SPEED
device scif
attach scif at shb
file arch/sh3/dev/scif.c scif needs-flag