From a6fa42743dc6178534e3c37c5082f0d7ffcbbc4e Mon Sep 17 00:00:00 2001 From: kato Date: Fri, 6 Jun 1997 13:09:55 +0000 Subject: Synchronize with sys/i386/isa/sio.c and sioreg.h revisions1.171 and 1.10, respectively. --- sys/pc98/cbus/sio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/pc98/cbus') diff --git a/sys/pc98/cbus/sio.c b/sys/pc98/cbus/sio.c index b79eb0e..157579c 100644 --- a/sys/pc98/cbus/sio.c +++ b/sys/pc98/cbus/sio.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)com.c 7.5 (Berkeley) 5/16/91 - * $Id: sio.c,v 1.26 1997/06/02 10:51:34 kato Exp $ + * $Id: sio.c,v 1.27 1997/06/04 10:27:53 kato Exp $ */ #include "opt_comconsole.h" @@ -441,7 +441,7 @@ static struct cdevsw sio_cdevsw = { }; static int comconsole = -1; -static volatile speed_t comdefaultrate = TTYDEF_SPEED; +static volatile speed_t comdefaultrate = CONSPEED; static u_int com_events; /* input chars + weighted output completions */ static Port_t siocniobase; static int sio_timeout; -- cgit v1.1