summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/sio.c
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1997-06-06 13:09:55 +0000
committerkato <kato@FreeBSD.org>1997-06-06 13:09:55 +0000
commita6fa42743dc6178534e3c37c5082f0d7ffcbbc4e (patch)
tree8141b5fac7d33f21e326bdf0cd35b474ca819617 /sys/pc98/cbus/sio.c
parentd409adad16727cba0ba4a8a0fd98159f0764efcf (diff)
downloadFreeBSD-src-a6fa42743dc6178534e3c37c5082f0d7ffcbbc4e.zip
FreeBSD-src-a6fa42743dc6178534e3c37c5082f0d7ffcbbc4e.tar.gz
Synchronize with sys/i386/isa/sio.c and sioreg.h revisions1.171 and
1.10, respectively.
Diffstat (limited to 'sys/pc98/cbus/sio.c')
-rw-r--r--sys/pc98/cbus/sio.c4
1 files changed, 2 insertions, 2 deletions
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;
OpenPOWER on IntegriCloud