summaryrefslogtreecommitdiff
path: root/sys/arch/vax/qbus/dl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/vax/qbus/dl.c')
-rw-r--r--sys/arch/vax/qbus/dl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/vax/qbus/dl.c b/sys/arch/vax/qbus/dl.c
index cf88407cadc..8e04c8c4e43 100644
--- a/sys/arch/vax/qbus/dl.c
+++ b/sys/arch/vax/qbus/dl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dl.c,v 1.4 2003/06/02 23:27:58 millert Exp $ */
+/* $OpenBSD: dl.c,v 1.5 2003/10/03 16:44:50 miod Exp $ */
/* $NetBSD: dl.c,v 1.11 2000/01/24 02:40:29 matt Exp $ */
/*-
@@ -214,7 +214,6 @@ dl_attach (parent, self, aux)
/* Initialize our softc structure. Should be done in open? */
sc->sc_tty = ttymalloc();
- tty_attach(sc->sc_tty);
/* Now register the TX & RX interrupt handlers */
uba_intr_establish(ua->ua_icookie, ua->ua_cvec , dlxint, sc);