From 41bd5ccaa5417d8f417adc05e5225d5a96b4550a Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 10 Jun 1996 07:32:43 +0000 Subject: tty_attach() --- sys/dev/isa/cy.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sys/dev/isa/cy.c') diff --git a/sys/dev/isa/cy.c b/sys/dev/isa/cy.c index c99765308e7..03e1cf74756 100644 --- a/sys/dev/isa/cy.c +++ b/sys/dev/isa/cy.c @@ -1,4 +1,4 @@ -/* $NetBSD: cy.c,v 1.12 1995/06/28 04:31:32 cgd Exp $ */ +/* $NetBSD: cy.c,v 1.12.6.1 1996/06/02 09:08:03 mrg Exp $ */ /* XXX THIS DRIVER IS BROKEN. IT WILL NOT EVEN COMPILE. */ @@ -337,8 +337,10 @@ cyopen(dev_t dev, int flag, int mode, struct proc *p) infop = info[unit]; base = infop->base_addr; - if (!cy_tty[unit]) + if (!cy_tty[unit]) { infop->tty = cy_tty[unit] = ttymalloc(); + tty_attach(infop->tty); + } tp = infop->tty; tp->t_oproc = cystart; -- cgit v1.2.3