summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/ic/z8530tty.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/ic/z8530tty.c b/sys/dev/ic/z8530tty.c
index 9a62a507339..2aedeeaa73d 100644
--- a/sys/dev/ic/z8530tty.c
+++ b/sys/dev/ic/z8530tty.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: z8530tty.c,v 1.4 1996/05/26 00:27:08 deraadt Exp $ */
-/* $NetBSD: z8530tty.c,v 1.8 1996/05/17 22:49:23 gwr Exp $ */
+/* $OpenBSD: z8530tty.c,v 1.5 1996/06/10 07:34:14 deraadt Exp $ */
+/* $NetBSD: z8530tty.c,v 1.8.4.1 1996/06/03 20:01:07 gwr Exp $ */
/*
* Copyright (c) 1994 Gordon W. Ross
@@ -259,6 +259,7 @@ zstty_attach(parent, self, aux)
tp->t_oproc = zsstart;
tp->t_param = zsparam;
tp->t_hwiflow = zshwiflow;
+ tty_attach(tp);
zst->zst_tty = tp;
zst->zst_rbhiwat = zstty_rbuf_size; /* impossible value */